Page 1 of 1

firmware build appended with "dirty", no longer allowing CTRL-D to work

Posted: Wed Jan 27, 2021 2:00 am
by kbrenner
Hi, I'm running a PYBD SF6W with V1.13 firmware. Recently, CTRL-D stopped rebooting the pyboard properly. I checked boot.py, and it is untouched/uncorrupted. However, I am receiving the following print out for the firmware version:
MicroPython Error.PNG
MicroPython Error.PNG (7.52 KiB) Viewed 3145 times
What does it mean to have the word "dirty" appended to the firmware build?

Re: firmware build appended with "dirty", no longer allowing CTRL-D to work

Posted: Wed Jan 27, 2021 2:32 am
by davef
viewtopic.php?f=2&t=8992
Maybe this helps.

Re: firmware build appended with "dirty", no longer allowing CTRL-D to work

Posted: Wed Jan 27, 2021 3:16 pm
by kbrenner
davef wrote:
Wed Jan 27, 2021 2:32 am
viewtopic.php?f=2&t=8992
Maybe this helps.
Thank you. I actually wasn't using Git for my code, but instead, I just found a clean backup copy of the code and copied it over and it solved the problem.