README.s5p4418 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Summary
  2. =======
  3. This README is about U-Boot support for SAMSUNG's/NEXELL's ARM Cortex-A9 based
  4. S5P4418 SoC. It is based on FriendlyARM's U-Boot v2016.01 for the NanoPi2
  5. (and other) boards [1].
  6. Currently the following boards are supported:
  7. * FriendlyArm NanoPi2 [2]
  8. * FriendlyArm NanoPC-T2 [3]
  9. Build
  10. =====
  11. * NanoPi2 and NanoPC-T2
  12. make s5p4418_nanopi2_defconfig
  13. make
  14. Installation
  15. ============
  16. - Download Official-ROMs-SDCard-20190718.7z from [4] (images files for android,
  17. friendlyCore and LUbuntu)
  18. - Use s5p4418-sd-lubuntu-desktop-xenial-4.4-armhf-20190718.img to make a SD-card
  19. - Use dd in the directory where U-Boot has been built to update U-Boot:
  20. (replace <SD-card> with the device used for the SD-card, e.g. sdc)
  21. sudo dd seek=3841 if=u-boot.bin of=/dev/<SD-card>
  22. - Boot the board from this SD-card
  23. The source code for (the used?) LUbuntu 16.04 can be found at [5].
  24. Links
  25. =====
  26. [1] FriendlyArm U-boot v2016.01:
  27. https://github.com/friendlyarm/u-boot/tree/nanopi2-v2016.01
  28. [2] NanoPi2:
  29. http://wiki.friendlyarm.com/wiki/index.php/NanoPi_2
  30. [3] NanoPC-T2:
  31. http://wiki.friendlyarm.com/wiki/index.php/NanoPC-T2
  32. [4] FriendlyArm image files for NanoPi2:
  33. http://download.friendlyarm.com//NanoPi2
  34. [5] FriendlyArm LUbuntu 16.04 Source Code for NanoPi2:
  35. https://github.com/friendlyarm/linux/tree/nanopi2-v4.4.y