Difference between revisions of "Quartz64 Development"
Jump to navigation
Jump to search
m (→Repositories) |
|||
Line 13: | Line 13: | ||
== Board/SoC Documentation == | == Board/SoC Documentation == | ||
=== Booting === | === Booting === | ||
==== Boot Order ==== | |||
The RK3566 boot ROM will search for a valid ID BLOCK in the following order on the support boot media: | |||
* SPI NOR flash | |||
* SPI NAND flash | |||
* eMMC | |||
* SD-Card | |||
... if this fails, the boot ROM will initialize the USB0 port and wait for a connection from the Rockchip | |||
flash/boot tools. | |||
==== BSP Image Layout ==== |
Revision as of 16:35, 28 March 2021
Under Construction!
Overview
[TODO]
Ressources
Repositories
- BSP based development effort for SPL/U-Boot and Linux
Board/SoC Documentation
Booting
Boot Order
The RK3566 boot ROM will search for a valid ID BLOCK in the following order on the support boot media:
- SPI NOR flash
- SPI NAND flash
- eMMC
- SD-Card
... if this fails, the boot ROM will initialize the USB0 port and wait for a connection from the Rockchip flash/boot tools.