README (695B)
1 mcbin 2 ------------------------------------------------------------------------------- 3 A set of scripts to build upstream firmware for the MacchiatoBIN Double Shot 4 board. Builds u-boot + tf-a. Expects a cross-compiler to have been set up 5 beforehand (expected target is aarch64-linux-gnu). 6 7 To build, run `./setup.sh` followed by `./build.sh`. This will pull the required 8 repositories, and build a final `flash-image.bin` and its corresponding 9 `boot.scr`. An example of how to partition and flash the SD card is given in 10 `./format.sh`. I have then further used ArchLinuxARM-aarch64 as the test image, 11 so `boot.scr` assumes dtbs are under `/boot/dtbs`. 12 13 TODO: build a kernel and dtbs for reference