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

The official PYBD running MicroPython, and its accessories.
Target audience: Users with a PYBD
Post Reply
kbrenner
Posts: 46
Joined: Mon Jan 20, 2020 8:05 pm

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

Post by kbrenner » Wed Jan 27, 2021 2:00 am

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 2911 times
What does it mean to have the word "dirty" appended to the firmware build?

davef
Posts: 811
Joined: Thu Apr 30, 2020 1:03 am
Location: Christchurch, NZ

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

Post by davef » Wed Jan 27, 2021 2:32 am

viewtopic.php?f=2&t=8992
Maybe this helps.

kbrenner
Posts: 46
Joined: Mon Jan 20, 2020 8:05 pm

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

Post by kbrenner » Wed Jan 27, 2021 3:16 pm

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.

Post Reply