tips:radxa:linux

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
apt-get install qemu binfmt-support qemu-user-static

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
  • tips/radxa/linux.1464376666.txt.gz
  • Last modified: 2016/05/27 21:17
  • by scipio