support for flashing origen quad (4412) needs to be added
Bug #1081714 reported by
vishal
This bug report is a duplicate of:
Bug #1155702: Origen_quad now needs 4 bootloader binaries instead of three.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Android |
New
|
Critical
|
Fahad Kunnathadi | ||
Linaro Image Tools |
Fix Released
|
Critical
|
Tushar Behera | ||
Linaro Ubuntu |
Won't Fix
|
Wishlist
|
Unassigned | ||
linaro-landing-team-samsung |
In Progress
|
Medium
|
Tushar Behera |
Bug Description
Here are the boot commands for origen_quad:
Command for flashing the binaries is below.
sudo dd if=bl1 of=/dev/sdc bs=512 seek=1
sudo dd if=u-boot.bin of=/dev/sdc bs=512 seek=49
bootargs=
bootcmd_
the bl1 binary(
Related branches
lp://staging/~tusharbehera/linaro-image-tools/origen-generic
- Milo Casagrande (community): Approve
-
Diff: 501 lines (+146/-85)7 files modifiedlinaro_image_tools/hwpack/config.py (+40/-0)
linaro_image_tools/hwpack/hardwarepack.py (+16/-1)
linaro_image_tools/hwpack/hwpack_fields.py (+4/-0)
linaro_image_tools/hwpack/tests/test_config_v3.py (+12/-0)
linaro_image_tools/media_create/android_boards.py (+2/-2)
linaro_image_tools/media_create/boards.py (+60/-72)
linaro_image_tools/media_create/tests/test_media_create.py (+12/-10)
lp://staging/~tusharbehera/linaro-image-tools/origen-quad-support
- Данило Шеган (community): Approve
-
Diff: 333 lines (+196/-0)3 files modifiedlinaro_image_tools/media_create/android_boards.py (+8/-0)
linaro_image_tools/media_create/boards.py (+22/-0)
linaro_image_tools/media_create/tests/test_media_create.py (+166/-0)
summary: |
- support for flashing origen quad needs to be added + support for flashing origen quad (4412) needs to be added |
Changed in linaro-android: | |
milestone: | none → 12.12 |
assignee: | nobody → Fahad Kunnathadi (fahad-k) |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in linaro-ubuntu: | |
milestone: | none → 12.12 |
Changed in linaro-ubuntu: | |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in linaro-ubuntu: | |
status: | Triaged → In Progress |
Changed in linaro-landing-team-samsung: | |
status: | New → In Progress |
Changed in linaro-landing-team-samsung: | |
importance: | Undecided → Medium |
assignee: | nobody → Tushar Behera (tusharbehera) |
milestone: | none → 2012.12 |
status: | In Progress → Fix Released |
Changed in linaro-image-tools: | |
assignee: | Fahad Kunnathadi (fahad-k) → Tushar Behera (tusharbehera) |
no longer affects: | linaro-android |
Changed in linaro-image-tools: | |
status: | Incomplete → Fix Released |
Changed in linaro-ubuntu: | |
milestone: | 12.12 → 13.01 |
Changed in linaro-android: | |
assignee: | nobody → Fahad Kunnathadi (fahad-k) |
importance: | Undecided → Critical |
To post a comment you must log in.
The builds are available here : /android- build.linaro. org/builds/ ~linaro- android/ origen- quad-jb- gcc47-samsunglt -tracking- blob/
https:/