summaryrefslogtreecommitdiff
path: root/doc/board/allwinner
AgeCommit message (Collapse)Author
2023-12-06sunxi: correct documentation for SPI flashingStephen Graf
The mtd_debug write does not work in this context. The flashcp command does work, provides both the erase and write functions and with the verbose option gives good feedback. Signed-off-by: Stephen Graf <[email protected]> Reviewed-by: Andre Przywara <[email protected]>
2021-12-31sunxi: add board documentationAndre Przywara
Add some long overdue instructions for building and installing U-Boot on Allwinner SoC based boards. This describes the building process, including TF-A and crust, plus installation to SD card, eMMC and SPI flash, both from Linux and U-Boot itself. Also describe FEL booting. Signed-off-by: Andre Przywara <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>