Merge lp:~dpigott/lava-lab/add-arndale-device-type-support into lp:lava-lab

Proposed by Dave Pigott
Status: Merged
Merged at revision: 67
Proposed branch: lp:~dpigott/lava-lab/add-arndale-device-type-support
Merge into: lp:lava-lab
Diff against target: 33 lines (+28/-1)
1 file modified
lava/device-types/arndale.conf (+28/-1)
To merge this branch: bzr merge lp:~dpigott/lava-lab/add-arndale-device-type-support
Reviewer Review Type Date Requested Status
Dave Pigott Approve
Review via email: mp+146370@code.launchpad.net

Description of the change

the arndale.conf file was empty for some reason - added the correct conf

To post a comment you must log in.
Revision history for this message
Dave Pigott (dpigott) wrote :

Self approve on the basis that anything is better than nothing!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava/device-types/arndale.conf'
2--- lava/device-types/arndale.conf 2013-01-25 16:51:52 +0000
3+++ lava/device-types/arndale.conf 2013-02-04 09:43:30 +0000
4@@ -1,1 +1,28 @@
5-# empty
6+boot_part = 2
7+root_part = 3
8+boot_cmds = mmc rescan,
9+ mmc part 0,
10+ setenv bootcmd "'fatload mmc 0:5 0x40007000 uImage; fatload mmc 0:5 0x42000000 uInitrd; fatload mmc 0:5 0x41f00000 board.dtb; bootm 0x40007000 0x42000000 0x41f00000'",
11+ setenv bootargs "'console=ttySAC2,115200n8 root=LABEL=testrootfs rootwait ro'",
12+ boot
13+
14+# Original linaro-android-media-create generated Android system SD card layout
15+boot_part_android_org = 2
16+sys_part_android_org = 3
17+cache_part_android_org = 5
18+data_part_android_org = 6
19+sdcard_part_android_org = 7
20+
21+# Android LAVA test image SD card layout
22+sys_part_android = 6
23+sdcard_part_android = 7
24+data_part_android = 7
25+
26+boot_cmds_android = mmc init,
27+ mmc part 0,
28+ setenv bootcmd "'fatload mmc 0:5 0x40007000 uImage;fatload mmc 0:5 0x42000000 uInitrd; bootm 0x40007000 0x42000000'",
29+ setenv bootargs "'console=ttySAC2,115200n8 rootwait ro init=/init androidboot.console=ttySAC2'",
30+ boot
31+
32+bootloader_prompt = #
33+

Subscribers

People subscribed via source and target branches