eink board serial flash seems to work

This commit is contained in:
geeksville
2020-09-28 14:10:33 -07:00
parent a0fd83428f
commit 6a4ef7e1d1
3 changed files with 95 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
# 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