mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
e1aacc3049
ARM_TRUSTED_FIRMWARE_SITE is currently pointing to the deprecated ARM-software github read-only mirror[0] which is no longer publishing new tags. They do have a newer github mirror under the TrustedFirmware-A organization[1] which continues to receive tag updates we could use however because of the way github generates tarballs changing the SITE to point to TrustedFormware-A changes the pre-calculated hash values for every version for everyone. Without much way around changing all hash values if we want these latest tags, lets drop the github mirrors and move to the official git source[2] so we can download real tarballs which shouldn't change even if the ARM_TRUSTED_FIRMWARE_SITE moves again and hopefully preventing this from ever happening again. [2] https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/ [1] https://github.com/TrustedFirmware-A/trusted-firmware-a [0] https://github.com/ARM-software/arm-trusted-firmware Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
patches | ||
readme.txt |
Intro ===== This default configuration will allow you to start experimenting with the buildroot environment for the OrangePi Zero2W. Current configuration will bring-up the board and allow access through the serial console. Orangepi Zero 2W links: - http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero-2W.html - https://linux-sunxi.org/Xunlong_Orange_Pi_Zero2W How to build ============ $ make orangepi_zero2w_defconfig $ make Note: you will need access to the internet to download the required sources. 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 $ sudo sync Insert the micro SDcard in your Orangepi Zero2W and power it up. The console is on the serial line, 115200 8N1.