Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 57 to 57 | ||||||||
Getting StartedThese instructions will get you a copy of the project up and running on your local | ||||||||
Changed: | ||||||||
< < | machine Flipper Zero for development and testing purposes. | |||||||
> > | machine (Flipper Zero) for development and testing purposes. | |||||||
Prerequisites | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Line: 70 to 71 | ||||||||
| ||||||||
Added: | ||||||||
> > | Flash the Mecrisp-Cube Firmware | |||||||
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![]()
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Changed: | ||||||||
< < | Start the terminal emulator application on the PC. | |||||||
> > | Use the Terminal (USB CDC)Connect the Flipper Zero USB to the PC. Start the terminal emulator application on the PC. | |||||||
Check for the serial communication port (e.g. for Linux /dev/ttyACM0 ).
I set the putty terminal configuration to | ||||||||
Line: 89 to 97 | ||||||||
| ||||||||
Added: | ||||||||
> > | You should see something like this in your terminal: | |||||||
Changed: | ||||||||
< < | reset Mecrisp-Stellaris RA 2.5.4 by Matthias Koch. | |||||||
> > | Mecrisp-Stellaris RA 2.5.4 by Matthias Koch. | |||||||
Mecrisp-Cube 1.5.0 for STM32WB Flipper, 63/128 KiB RAM/FLASH dictionary (C) 2023 peter@spyr.ch * Firmware Package STM32Cube FW_WB V1.17.3, USB-CDC, BLE Stack 5.3 (C) 2023 STMicroelectronics | ||||||||
Line: 96 to 105 | ||||||||
* Firmware Package STM32Cube FW_WB V1.17.3, USB-CDC, BLE Stack 5.3 (C) 2023 STMicroelectronics * CMSIS-RTOS V2 FreeRTOS wrapper, FreeRTOS Kernel V10.3.1 (C) 2020 Amazon.com * FatFs for internal flash and microSD - Generic FAT fs module R0.12c (C) 2017 ChaN | ||||||||
Deleted: | ||||||||
< < | ||||||||
include 0:/etc/rc.local | ||||||||
Added: | ||||||||
> > |
Use the interpreter:
| |||||||
23 5 / .[CR] 4 ok. | ||||||||
Added: | ||||||||
> > |
Type in your first Forth program:
| |||||||
: hello ." World" ;[CR] ok. hello[CR] World ok. | ||||||||
Line: 178 to 194 | ||||||||
08040608: F847 str r6 [ r7 #-4 ]! | ||||||||
Added: | ||||||||
> > | Flash the original Flipper FirmwareIf you want to go back to the original firmware, do the following
| |||||||
|