Not able to boot Android from emmc on snowball dev board

Bug #923650 reported by Benn Pörscke
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro Image Tools
Fix Released
Medium
Benn Pörscke

Bug Description

When making a image with ./linaro-android-media-create --image-file snowball-image --dev snowball_emmc the boot.scr file refer to the wrong partition. On the emmc startup the FAt partition is 0:2.

Added line about mmc_option to media_create/android_boards.py to fix the problem

In function class AndroidSnowballEmmcConfig(AndroidBoardConfig, SnowballEmmcConfig):

    _extra_serial_opts = 'console=ttyAMA2,115200n8'
    android_specific_args = 'init=/init androidboot.console=ttyAMA2'
    mmc_option = '0:2'
    # Snowball uses a custom uboot:

Related branches

Revision history for this message
Mattias Backman (mabac) wrote :

Thanks for catching this. Can you push your branch to Launchpad and create a merge proposal please?

Changed in linaro-image-tools:
assignee: nobody → Benn Pörscke (bennporscke)
importance: Undecided → Medium
milestone: none → 2012.02
status: New → In Progress
Mattias Backman (mabac)
Changed in linaro-image-tools:
status: In Progress → Fix Committed
Fathi Boudra (fboudra)
Changed in linaro-image-tools:
status: Fix Committed → Fix Released
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.