• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Apr-2025-

patches/18-Apr-2025-

extlinux.conf A D18-Apr-2025142 54

genimage.cfg A D18-Apr-2025376 2319

linux_gmac.fragment A D18-Apr-2025163 43

post-build.sh A D18-Apr-2025346 105

readme.txt A D18-Apr-2025769 3219

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