Merge lp:~fboudra/lava-dispatcher/load-uinitrd-ubuntu into lp:lava-dispatcher

Proposed by Fathi Boudra
Status: Rejected
Rejected by: Neil Williams
Proposed branch: lp:~fboudra/lava-dispatcher/load-uinitrd-ubuntu
Merge into: lp:lava-dispatcher
Diff against target: 16 lines (+2/-5)
1 file modified
lava_dispatcher/default-config/lava-dispatcher/device-types/snowball.conf (+2/-5)
To merge this branch: bzr merge lp:~fboudra/lava-dispatcher/load-uinitrd-ubuntu
Reviewer Review Type Date Requested Status
Linaro Validation Team Pending
Review via email: mp+140271@code.launchpad.net

Description of the change

Snowball boot_cmds: sync with current configuration and load uInitrd.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) wrote :

seems fine. would you like me to cut a new dispatcher release so it can land this month?

Revision history for this message
Fathi Boudra (fboudra) wrote :

On 17 December 2012 23:04, Andy Doan <email address hidden> wrote:
> seems fine. would you like me to cut a new dispatcher release so it can land this month?

It will be awesome. Thanks Andy!

506. By Fathi Boudra

fix fatload syntax

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Unfortunately nothing in life is simple. It turns out that this change _only_ works with jobs that provide an initrd and the current snowball health jobs do not. So either we have a grotty flag day or we do something to properly handle images that both provide an initrd and do not (and same for dtb). Or we wait for sdmux...

Unmerged revisions

506. By Fathi Boudra

fix fatload syntax

505. By Fathi Boudra

Fix Snowball configuration for Ubuntu: load uInitrd

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/default-config/lava-dispatcher/device-types/snowball.conf'
2--- lava_dispatcher/default-config/lava-dispatcher/device-types/snowball.conf 2012-12-13 22:04:36 +0000
3+++ lava_dispatcher/default-config/lava-dispatcher/device-types/snowball.conf 2012-12-17 23:02:23 +0000
4@@ -1,10 +1,7 @@
5 boot_cmds = mmc init,
6 mmc rescan 1,
7- setenv bootcmd "'fat load mmc 1:3 0x00100000 /uImage;
8- bootm 0x00100000'",
9- setenv bootargs "'console=ttyAMA2,115200n8 ip=dhcp vmalloc=300M
10- root=/dev/mmcblk1p5 rootwait mem=128M@0 mali.mali_mem=32M@128M
11- hwmem=168M@160M mem=48M@328M mem_issw=1M@383M mem=640M@384M'",
12+ setenv bootcmd "'fat load mmc 1:3 0x00100000 /uImage; fat load mmc 1:3 0x01000000 /uInitrd; bootm 0x00100000 0x01000000'"
13+ setenv bootargs "'console=ttyAMA2,115200n8 root=/dev/mmcblk1p5 rootwait ro fixrtc nocompcache vmalloc=300M mem=128M@0 mali.mali_mem=32M@128M hwmem=168M@160M mem=48M@328M mem_issw=1M@383M mem=640M@384M'",
14 boot
15
16 boot_cmds_android = mmc init,

Subscribers

People subscribed via source and target branches