mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
f110225173
Note: bin/qspi-flash-test.sh contains a script you can use for basic bench programming and testing of the serial spi flash over SWD
7 lines
333 B
Bash
Executable File
7 lines
333 B
Bash
Executable File
# You probably don't need this - it is a basic test of the serial flash on the TTGO eink board
|
|
|
|
nrfjprog --qspiini nrf52/ttgo_eink_qpsi.ini --qspieraseall
|
|
nrfjprog --qspiini nrf52/ttgo_eink_qpsi.ini --memwr 0x12000000 --val 0xdeadbeef --verify
|
|
nrfjprog --qspiini nrf52/ttgo_eink_qpsi.ini --readqspi spi.hex
|
|
objdump -s spi.hex | less
|