Reply
Thread Tools
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#1
If I make another partition in internal memory(EMMC) and put meego there will uboot be able to read it or not? If not how am I suppose to point uboot to that particular partition? Or how am I gonna configure it to not check the memory card but the built in flash instead
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#2
Why not just trying it...

Code:
sudo gainroot
umount /dev/mmcblkXpY
dd if=/home/user/MyDocs/<raw_image> of=/dev/mmcblkYpX
X = is your card; probably 1
Y = is the partition
raw_image = your Meego image file

Wanted to try it too, but haven't had the time to.

Plz, report back...

Greetz,

..::J4ZZ::..
 
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#3
Yep done it already Wasted an hour because of this for nothing.
Uboot didn't detect it seems like it only reads unpartitioned drives like let say mmcblk0, mmcblk0 etc. but if it has mmcblk0p1, mmcblk0p2 etc. It ignores it. So... now anybody knows where I can find uboot's source?
 
Posts: 136 | Thanked: 47 times | Joined on Apr 2010 @ SF East Bay, Cali
#4
Originally Posted by Radicalz38 View Post
Yep done it already Wasted an hour because of this for nothing.
Uboot didn't detect it seems like it only reads unpartitioned drives like let say mmcblk0, mmcblk0 etc. but if it has mmcblk0p1, mmcblk0p2 etc. It ignores it. So... now anybody knows where I can find uboot's source?
look

http://www.denx.de/wiki/view/DULG/UBootVersions

also

linaro, http://www.linaro.org/, is maintaining it.
 

The Following User Says Thank You to JayBEE For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 13:26.