Wiki » Historie » Version 2
Maximilian Seesslen, 24.05.2022 14:38
1 | 1 | Maximilian Seesslen | h1. Wiki |
---|---|---|---|
2 | |||
3 | Fosh is a simple shell for STM32 controllers. |
||
4 | |||
5 | h2. Commands |
||
6 | |||
7 | * date; get/set date |
||
8 | date x: set date to build-in time for debuging. |
||
9 | |||
10 | 2 | Maximilian Seesslen | * i2c: interact with SPI flash |
11 | i2c: detects i2c slaves |
||
12 | i2c dump <address>: dumps an EEPRPOM |
||
13 | |||
14 | 1 | Maximilian Seesslen | * sf: interact with SPI flash |
15 | 2 | Maximilian Seesslen | sf: see 'sf info' |
16 | 1 | Maximilian Seesslen | sf dump: dump |
17 | sf test: Destructive test for erase/read/write |
||
18 | sf info: Show information about the flash chip like size and vendor id. |
||
19 | |||
20 | * reset: resets the MCU |
||
21 | |||
22 | * bdinfo: show biwak info |
||
23 | 2 | Maximilian Seesslen | |
24 | * hwinfo: show hwinfo from eeprom |