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
=== modified file 'lava/device-types/arndale.conf'
--- lava/device-types/arndale.conf 2013-01-25 16:51:52 +0000
+++ lava/device-types/arndale.conf 2013-02-04 09:43:30 +0000
@@ -1,1 +1,28 @@
1# empty1boot_part = 2
2root_part = 3
3boot_cmds = mmc rescan,
4 mmc part 0,
5 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'",
6 setenv bootargs "'console=ttySAC2,115200n8 root=LABEL=testrootfs rootwait ro'",
7 boot
8
9# Original linaro-android-media-create generated Android system SD card layout
10boot_part_android_org = 2
11sys_part_android_org = 3
12cache_part_android_org = 5
13data_part_android_org = 6
14sdcard_part_android_org = 7
15
16# Android LAVA test image SD card layout
17sys_part_android = 6
18sdcard_part_android = 7
19data_part_android = 7
20
21boot_cmds_android = mmc init,
22 mmc part 0,
23 setenv bootcmd "'fatload mmc 0:5 0x40007000 uImage;fatload mmc 0:5 0x42000000 uInitrd; bootm 0x40007000 0x42000000'",
24 setenv bootargs "'console=ttySAC2,115200n8 rootwait ro init=/init androidboot.console=ttySAC2'",
25 boot
26
27bootloader_prompt = #
28

Subscribers

People subscribed via source and target branches