2a084afe2a
Changelog: - Refactoring configs/orangepi_zero_defconfig. - Linux: bump to version 5.15.16 (from 5.12.2). - U-Boot: bump to version 2022.01 (from 2021.04). Signed-off-by: Sergey Kuzminov <kuzminov.sergey81@gmail.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> |
||
---|---|---|
.. | ||
patches/linux | ||
boot.cmd | ||
genimage.cfg | ||
linux-extras.fragment | ||
readme.txt |
OrangePi Zero Intro ===== This default configuration will allow you to start experimenting with the buildroot environment for the OrangePi Zero. With the current configuration it will bring-up the board, and allow access through the serial console. How to build it =============== Configure Buildroot: $ make orangepi_zero_defconfig Compile everything and build the SD card image: $ make How to write the SD card ======================== Once the build process is finished you will have an image called "sdcard.img" in the output/images/ directory. Copy the bootable "sdcard.img" onto an SD card with "dd": $ sudo dd if=output/images/sdcard.img of=/dev/sdX