Suggested enhancement to pyb.bootloader()

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: Suggested enhancement to pyb.bootloader()

Post by Damien » Fri Mar 27, 2015 9:45 am

blmorris wrote: I guess that I hesitated to disable mass storage (usb mode = 'VCP' or None) because getting MSC back requires a safe mode boot, wiping the filesystem. Is this correct?
No. There are 3 boot modes: normal, safe and factory reset. Safe is what you want to just skip the boot and main.py files. I use it all the time. Are the docs not clear in this respect?

blmorris
Posts: 348
Joined: Fri May 02, 2014 3:43 pm
Location: Massachusetts, USA

Re: Suggested enhancement to pyb.bootloader()

Post by blmorris » Fri Mar 27, 2015 12:17 pm

Not the fault of the docs, I just forgot about safe mode until you mentioned it. (I've even used safe mode before...)
Thanks for all the tips, they should help a lot.
-Bryan

Post Reply