How to make Linux image using URVEBoard Buildroot?
Enter A17Buildroot directory and run terminal: $ source ./envsetup.sh rockchip_rk3288 $ make menuconfig $ make $ urvemake Linux image is in rockdev/output directory. You can flash it with URVEBoard Flash Toolkit. If you want to edit busybox utilities run: $ make busybox-menuconfig If you want to make modifications in kernel, enter kernel directory: $ cd kernel [...]