readme.txt 769 B

12345678910111213141516171819202122232425262728293031
  1. Vyasa RK3288
  2. ============
  3. Vyasa is RK3288 based Single board computer with fully supported opensource software.
  4. https://openedev.amarulasolutions.com/display/ODWIKI/Vyasa+RK3288
  5. How to build it
  6. ===============
  7. $ make amarula_vyasa_rk3288_defconfig
  8. Then you can edit the build options using
  9. $ make menuconfig
  10. Compile all and build rootfs image:
  11. $ make
  12. Prepare your SDCard
  13. ===================
  14. Buildroot generates a ready-to-use SD card image that you can flash directly to
  15. the card. The image will be in output/images/sdcard.img.
  16. You can write this image directly to an SD card device (i.e. /dev/xxx):
  17. $ sudo dd if=output/images/sdcard.img of=/dev/xxx
  18. $ sudo sync
  19. Finally, you can insert the SD card to the Vyasa RK3288 board, close J4 and boot it.