readme.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Nexbox A95X
  2. Intro
  3. =====
  4. Nexbox A95X is a low cost Android STB based around an Amlogic s905(x) SoC
  5. (quad A53), 8/16GB eMMC and 1/2GB RAM. To use this defconfig, wires to the
  6. internal UART solder pads must be added. See the linux-meson page for
  7. details:
  8. http://linux-meson.com/doku.php?id=nexbox_a95x_s905
  9. Both the s905 (gxbb) and s905x (gxl) variant is supported.
  10. This default configuration will allow you to start experimenting with the
  11. buildroot environment for the A95X. With the current configuration it will
  12. bring-up the board from microSD, and allow access through the serial
  13. console.
  14. How to build it
  15. ===============
  16. Configure Buildroot:
  17. $ make nexbox_a95x_defconfig
  18. Compile everything and build the SD card image:
  19. $ make
  20. How to write the SD card
  21. ========================
  22. Once the build process is finished you will have an image called "sdcard.img"
  23. in the output/images/ directory.
  24. Copy the bootable "sdcard.img" onto a microSD card with "dd":
  25. $ sudo dd if=output/images/sdcard.img of=/dev/sdX
  26. How to boot
  27. ===========
  28. Insert microSD card and connect serial cable. Power board and stop
  29. U-Boot by pressing any key. Boot the system by typing:
  30. fatload mmc 0:1 0x1070000 boot.scr
  31. autoscr 0x1070000