Cubieboard/Cubieboard Linux-3.9
Jump to navigation
Jump to search
Get the source code
mkdir stage && cd stage git clone https://github.com/matson-hall/allwinner-pack-tools.git tools git clone https://github.com/matson-hall/linux-sunxi.git linux git clone https://github.com/matson-hall/allwinner-buildroot.git buildroot git clone https://github.com/matson-hall/uboot-allwinner.git u-boot #and checkout to stage-3.9 branch (cd tools; git checkout -b stage-3.9 remotes/origin/stage-3.9) (cd linux; git checkout -b stage-3.9 remotes/origin/stage-3.9) (cd buildroot; git checkout -b stage-3.9 remotes/origin/stage-3.9) (cd u-boot; git checkout -b stage-3.9 remotes/origin/stage-3.9)
Compile and Create image for livesuit
$tools/pack-test.sh Then we can flash the image generated by the pack-test.sh script to nandflash on board
Issue
- very limited drivers, just for startup