readme.txt 929 B

12345678910111213141516171819202122232425262728293031323334353637
  1. Tinker RK3288
  2. =============
  3. Tinker Board is a Single Board Computer (SBC) in an ultra-small form
  4. factor that offers class-leading performance while leveraging outstanding
  5. mechanical compatibility.
  6. Tinker link:
  7. https://www.asus.com/in/Single-Board-Computer/Tinker-Board/
  8. Wiki link:
  9. https://openedev.amarulasolutions.com/display/ODWIKI/Tinker+RK3288
  10. How to build it
  11. ===============
  12. $ make asus_tinker_rk3288_defconfig
  13. Then you can edit the build options using
  14. $ make menuconfig
  15. Compile all and build rootfs image:
  16. $ make
  17. Prepare your SDCard
  18. ===================
  19. Buildroot generates a ready-to-use SD card image that you can flash directly to
  20. the card. The image will be in output/images/sdcard.img.
  21. You can write this image directly to an SD card device (i.e. /dev/xxx):
  22. $ sudo dd if=output/images/sdcard.img of=/dev/xxx
  23. $ sudo sync
  24. Finally, you can insert the SD card to the Tinker RK3288 board and boot it.