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
nel Makefile di rock-bsp/Makefile
KERNEL_SRC=/lab/radxa/linux-next
recompile kernel
BOARD_IMG=rock_pro cd rock-bsp make kernel-config make mv boards/${BOARD_IMG}/rockdev ${OUT}/${BOARD_IMG}/${TODAY}/ && cd - if [ ! -z ${OUT} ]; then IMAGE_NAME="`basename ${OUT}/${BOARD_IMG}/${TODAY}/rockdev/${BOARD_IMG}_*.img`" cd ${OUT}/${BOARD_IMG}/${TODAY}/rockdev && xz -z ${IMAGE_NAME} && cd - fi