Quote:
Originally Posted by jaraug26
I am still unable to get Android to load on my Alltel Raph800... nothing seems to work.
|
Are you getting a message like:
Code:
mmc0: new SDHC card at address d555
mmcblk0: mmc:d555 SU06G (card size)KiB
mmcblk0: p1 <p5>
mount: mounting /dev/mmcblk0p1 on /mmc failed: Invalid argument
If so, I was able to get it working. It turns out some SDHC cards are factory formatted to use an extended partition, but the default is looking for the first partion.
To make it work, edit default.txt and modify the following options:
Code:
imgdevname=/dev/mmcblk0p5 imgdevnum=5
(I changed 1 to 5; yours may be different depending on what number you have in <p5>.)
Good luck!
Kushiel