This is an old revision of the document!
Radxa Linux
Download image and Linux_Upgrade_Tool_v1.21
# format sudo upgrade_tool lf # upload image sudo upgrade_tool uf rock_pro_rabian_150725_2ce6708_nand.img
custom rabian
apt-get install qemu binfmt-support qemu-user-static
All'interno di rock-bsp
nel Makefile di rock-bsp/Makefile
KERNEL_SRC=/lab/radxa/linux-next
- make kernel-config - configure the linux kernel“
- make uboot - compile uboot”
- make kernel - compile kernel“
- make ramdisk - prepare initrd.img”
- make rootfs - prepare rootfs“
- make boot.img - prepare linux-boot.img”
- make nand.img - generate nand.img“
- make sdcard.img - generate sdcard.img”