I'm reading a github for some hardware i want to link to my pyboard. The readme.md has minimum requirements of firmware of 1 dec 2017 or later.
How do i establish my firmware date?
Firmware dates and release number
-
- Posts: 168
- Joined: Tue Nov 07, 2017 11:45 pm
Re: Firmware dates and release number
Hi
I started repl by typing screen /dev/ttyACM0 (linux)
When i pressed control-C it complained about a keyboard interupt and output the release date, which is jan 2017 so i now have the new problem of acquiring and flashing a new firmware to my pyboard.
I started repl by typing screen /dev/ttyACM0 (linux)
When i pressed control-C it complained about a keyboard interupt and output the release date, which is jan 2017 so i now have the new problem of acquiring and flashing a new firmware to my pyboard.
- pythoncoder
- Posts: 5956
- Joined: Fri Jul 18, 2014 8:01 am
- Location: UK
- Contact:
Re: Firmware dates and release number
If you press ctrl-c while a program is running it will cause the program to stop and report a keyboard interrupt. That is correct behaviour.
New firmware can be acquired here, follow the installation instructions for your PC type.
New firmware can be acquired here, follow the installation instructions for your PC type.
Peter Hinch
Index to my micropython libraries.
Index to my micropython libraries.