Micro:bit does not mount flash and no RESET button #7385
Replies: 1 comment
-
Posted at 2020-08-09 by @fanoush Was Storage really ever enabled? all nrf51 board have SAVE_ON_FLASH flag which disables storage module (and many others). nrf51 has only 256KB of flash so it is almost impossible to fit even basic stuff. Check this conversation http://forum.espruino.com/conversations/332766/#14694853 it can be done by disabling something else, e.g. GRAPHICS module. You don't appear to have any modules enabled in your 2v04 build, is this some custom build? Posted at 2020-08-09 by Andrea Hi fanoush, I haven't changed anything, I switched from MicroPython to espruino_2v04_microbit.hex via drag n drop: https://www.espruino.com/binaries/espruino_2v04_microbit.hex :-( THANK YOU Posted at 2020-08-11 by Andrea Hello. In this situation, exist a way to update / restore to factory defaults via drag n drop, Espruino Web IDE, WebUSB, BLE DFU App, Serial Port Terminal? There is a key combination or "jumper-bridge" between pins to activate the bootloader? :-( THANK YOU Posted at 2020-08-17 by @gfwilliams I'm not sure I understand the question... If you drag a new hex file on, it'll overwrite all code and restore it to default? Interesting about the lack of Posted at 2020-08-17 by Andrea Hi Gordon! Programming via Bluetooth is OK, but via USB it is only powered, it is not recognized and the "MICROBIT" drive is not mounted ... I don't know how to update to 2.06 I've tried both on Mac and Windows (with related drivers) and with different USB cables. THANK YOU SO MUCH Posted at 2020-08-17 by @gfwilliams I'm afraid I don't know why the MICROBIT drive wouldn't be mounted. You'd be better off asking on the micro:bit forums - they may have some ideas? As far as I know, the USB connection is the only way they suggest that you update the firmware. Posted at 2020-08-17 by Andrea OK, thanks anyway ... if I solve, I'll write you how I did! :-) Posted at 2020-08-19 by @gfwilliams New micro:bit firmware should now support 'Storage' - although there wasn't space for any compaction so while it's fine for writing code via the IDE it's of limited use for repeated writes |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-08-08 by Andrea
Hi everyone, I would like to upgrade my Micro:bit from version 2.04 to 2.06, but I noticed that both with different USB cables on both Mac and Windows (with related drivers) flash memory never loads ... and RESET button doesn't work either!
The example code loaded via BLE works fine, but for saving to flash permanently I am forced to reset(true); save();
Saving via IDE to "Flash" gives me error: Uncaught Error: Module Storage not found ... require("Storage").write(".bootcde","var on = false;\nsetIn
Do you know how to make flash memory reappear on desktop?
Here are some more info, THANK YOU for your collaboration!
Beta Was this translation helpful? Give feedback.
All reactions