mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 09:53:23 +00:00
boards: maix-bit: Add descriptions on how to write nuttx.bin to SPI-Flash
This commit is contained in:
parent
4ca19e7e74
commit
ca8f0aa87e
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue