Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 73 to 73 | ||||||||
Flash the Mecrisp-Cube Firmware | ||||||||
Changed: | ||||||||
< < | Flash the Mecrisp-Cube binary![]() MecrispCubeFlipper.bin ) or the util-binary![]() MecrispCubeFlipperUtil.bin ) to the Flipper Zero. Using the built-in USB DFU bootloader, see also firmware recovery![]() | |||||||
> > | Flash the Mecrisp-Cube binary![]() MecrispCubeFlipper.bin ) or better the fs-util-binary![]() MecrispCubeFlipperFS.bin ) to the Flipper Zero. Using the built-in USB DFU bootloader, see also firmware recovery![]() | |||||||
| ||||||||
Line: 98 to 98 | ||||||||
RGB LED as Status IndicatorThe RGB LED displays the status | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 142 to 143 | ||||||||
Additional Tools and Local Filesystem | ||||||||
Changed: | ||||||||
< < | Populate a microSD with the contents of sdcard![]() | |||||||
> > | Populate a microSD with the contents of sdcard![]() | |||||||
The directory should look like this:
| ||||||||
Line: 169 to 170 | ||||||||
ok. | ||||||||
Changed: | ||||||||
< < | The Mecrisp have some tools bundled in its distribution e.g. assembler, disassembler, dump, float. I put those tools and some more into the folder /fsr . With the "init.fs script" I compile my favorite ones into the flash directory (if you use the util-binary![]() | |||||||
> > | The Mecrisp have some tools bundled in its distribution e.g. assembler, disassembler, dump, float. I put those tools and some more into the folder /fsr . With the "init.fs script" I compile my favorite ones into the flash directory (if you use the fs-util-binary![]() | |||||||
compiletoflash[CR] ok. include /etc/init.fs[CR] | ||||||||
Line: 229 to 230 | ||||||||
Get the sources from github:
| ||||||||
Changed: | ||||||||
< < | psi@homer:~> git clone --branch WB5M https://github.com/spyren/Mecrisp-Cube![]() | |||||||
> > | psi@homer:~> git clone --branch Flipper https://github.com/spyren/Mecrisp-Cube![]() | |||||||
Klone nach 'Mecrisp-Cube' ... remote: Enumerating objects: 1157, done. remote: Counting objects: 100% (1157/1157), done. | ||||||||
Line: 247 to 248 | ||||||||
Browse to Mecrisp-Cube directory | ||||||||
Changed: | ||||||||
< < | Generate code from the STM32CubeMX MecrispCubeWB5M.ioc file: | |||||||
> > | Generate code from the STM32CubeMX MecrispCubeFlipper.ioc file: | |||||||
Project -> Generate Code |