readme.txt 810 B

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