mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
boards: maix-bit: Add descriptions on how to write nuttx.bin to SPI-Flash
This commit is contained in:
committed by
Brennan Ashton
parent
4ca19e7e74
commit
ca8f0aa87e
@@ -27,10 +27,13 @@
|
||||
(gdb) load nuttx
|
||||
(gdb) c
|
||||
|
||||
5. TODO
|
||||
5. Write nuttx.bin to SPI-Flash
|
||||
|
||||
$ pip3 install kflash
|
||||
$ kflash -p /dev/ttyUSB0 -b 1500000 ./nuttx/nuttx.bin
|
||||
|
||||
6. TODO
|
||||
|
||||
PLL setting (currently CPU clock freq is assumed to be 416MHz)
|
||||
Boot from SPI-Flash
|
||||
Support peripherals such as GPIO/SPI/I2C/...
|
||||
Support FPU
|
||||
Support RISC-V User mode
|
||||
Support memory protection for user mode
|
||||
|
||||
Reference in New Issue
Block a user