Is there a command force pyboard to Factory reset?

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Is there a command force pyboard to Factory reset?

Post by shaoziyang » Mon Nov 05, 2018 9:44 am

Is there a command force pyboard to Factory reset? Not using USR switch. In some case it maybe useful.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Is there a command force pyboard to Factory reset?

Post by Roberthh » Mon Nov 05, 2018 10:39 am

Look here: http://docs.micropython.org/en/latest/p ... boot-modes
And you can always re-flash the firmware after re-building the file system.

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: Is there a command force pyboard to Factory reset?

Post by shaoziyang » Mon Nov 05, 2018 3:32 pm

I wonder if there a way to do factory reset in a python file.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Is there a command force pyboard to Factory reset?

Post by dhylands » Mon Nov 05, 2018 4:48 pm

shaoziyang wrote:
Mon Nov 05, 2018 3:32 pm
I wonder if there a way to do factory reset in a python file.
Not that I'm aware of.

Post Reply