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