1Intro 2===== 3 4Libre Computer "La Frite" is a low cost SBC based around an Amlogic 5s805x SoC (quad A53), 512MB/1GB DDR4 and a 16MB SPI NOR flash: 6 7https://libre.computer/products/boards/aml-s805x-ac/ 8 9How to build it 10=============== 11 12Configure Buildroot: 13 14 $ make lafrite_defconfig 15 16Compile everything and build the USB flash drive image: 17 18 $ make 19 20How to write the USB flash drive image 21====================================== 22 23Once the build process is finished you will have an image called "usb.img" 24in the output/images/ directory. 25 26Copy the bootable "usb.img" onto a USB flash drive with "dd": 27 28 $ sudo dd if=output/images/usb.img of=/dev/sdX 29 30How to boot 31=========== 32 33Insert flash drive to the USB connector furthest away from the IR 34receiver and power up board. The system will boot automatically. 35