Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 18-Apr-2025 | - | ||||
patches/ | 18-Apr-2025 | - | ||||
extlinux.conf | A D | 18-Apr-2025 | 142 | 5 | 4 | |
genimage.cfg | A D | 18-Apr-2025 | 376 | 23 | 19 | |
linux_gmac.fragment | A D | 18-Apr-2025 | 163 | 4 | 3 | |
post-build.sh | A D | 18-Apr-2025 | 346 | 10 | 5 | |
readme.txt | A D | 18-Apr-2025 | 769 | 32 | 19 |
readme.txt
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