Difference between revisions of "Quartz64 Development"

From PINE64
Jump to navigation Jump to search
m
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Under Construction!
Under Construction!


=== Overview ===
== Overview ==


[TODO]
[TODO]


=== Ressources ===
== Ressources ==
=== Repositories ===
 
* BSP based development effort for SPL/U-Boot and Linux
** https://gitlab.com/pine64-org/quartz-bsp
 
== 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.
 
==== BSP Image Layout ====

Revision as of 16:35, 28 March 2021

Under Construction!

Overview

[TODO]

Ressources

Repositories

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.

BSP Image Layout