linaro-android-media-create is not compatible with stable-snowball build

Bug #1082681 reported by vishal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Image Tools
Invalid
Low
Milo Casagrande

Bug Description

the igloo kernel used in this build does not include dtb. The boot.scr created requests for board.dtb which results in board not booting up:
https://android-build.linaro.org/builds/~linaro-android/snowball-jb-gcc47-igloo-stable-blob/

Here are the right boot args to use:

setenv initrd_high "0x06000000"
setenv fdt_high "0x05000000"
setenv bootcmd "fatload mmc 1:1 0x00100000 uImage; fatload mmc 1:1 0x05000000 uInitrd; bootm 0x00100000 0x05000000"
setenv bootargs "console=ttyAMA2,115200n8 rootwait ro earlyprintk mem=128M@0 mali.mali_mem=64M@128M hwmem=168M@192M mem=22M@360M mem_issw=1M@383M mem=640M@384M vmalloc=500M init=/init androidboot.console=ttyAMA2
"
boot

Revision history for this message
vishal (vishalbhoj) wrote :

Once you power up the snowball board, run these commands from u-boot:

set bootargs "console=ttyAMA2,115200n8 rootwait ro earlyprintk mem=128M@0 mali.mali_mem=64M@128M hwmem=168M@192M mem=22M@360M mem_issw=1M@383M mem=640M@384M vmalloc=500M init=/init androidboot.console=ttyAMA2"
set bootcmd "fatload mmc 1:1 0x00100000 uImage; fatload mmc 1:1 0x05000000 uInitrd; bootm 0x00100000 0x05000000 "
boot

Revision history for this message
Milo Casagrande (milo) wrote :

Hi Vishal,

I just double checked Android Snowball parameters, and they look exactly as you described here.
Is this issue still valid?

Changed in linaro-image-tools:
milestone: none → 2013.06
assignee: nobody → Milo Casagrande (milo)
importance: Undecided → Medium
status: New → Incomplete
importance: Medium → Low
Revision history for this message
Milo Casagrande (milo) wrote :

No answers received, marking as invalid.

Changed in linaro-image-tools:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.