Skip to content

Yongci/manifests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

manifests

Android style to manage cubieboard2 repos

1.Instructions to create linux test firmware for cubieboard2

1.1 Get source code

$curl https://raw.github.com/cubieboard/git-repo/stable/repo > ~/bin/repo

$chmod +x ~/bin/repo

$mkdir cubieboard2_test && cd cubieboard2_test

$repo init --no-repo-verify -u git://github.com/cubieboard2/manifests -b cb2 -m test.xml

$repo sync

1.2 Compile and generate image

$./build.sh rootfs/linux_test_rootfs.tar.gz

This will generate an image(output/pack/livesuit_cubieboard2.img) , which can be flashed to the nandflash on cubieboard by livesuit tools

1.3 Flash the image to nandflash on Cubieboard2(A20)

First, you need to download livesuit tools, the download url for each platform are,

Please notices that, The livesuit is provided by allwinner, and they are closed source, so we are unable to modify them neither. Currently, The most stable version is for Windows. After you having installed livesuit on your PC,

  1. Start livesuit, and select the image you want to flash

  2. Power off Cubieboard2, press the FEL key, which is near to the Mini-USB port, and hold it on while plugging in Mini USB cable

  3. Livesuit will run into FEL mode, and start to flash the image to nandflash

2. Notes

  1. This image is for testing cubieboard2, which will be triggered by sending IR key '1'(code=26) after system startup.

  2. Please do not use old livesuit that comes with a10, It's not compatible, and I don't know why till now.

  3. Some prebuilt image for cubieboard2

Ubuntu 12.04 Desktop:

Android 4.2:

About

android style to manage cubieboard2 repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published