![]() |
2011-05-13
, 23:14
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#2
|
![]() |
2011-05-29
, 10:39
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#3
|
![]() |
2011-05-29
, 10:44
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#4
|
I want to install meego on my n900 (https://meego.com/devices/handset/in...ego-nokia-n900) But i'm wondering if I can copy it to my internal partition (dd bs=4096 if=meego-handset-armv7l-n900-*-mmcblk0p.raw of=/dev/mmcblk0p1 [MyDocs partition]).
How do you think ?
i tried to install the latest image:
mg-handset-armv7nhl-n900-de-sanity-1.1.99.7.20110516.2.DE.2011-05-23.1-mmcblk0p.raw
to /dev/mmcblk1p3 partition of my 16gb SD card (i created it for this one - partition size is 6GB)
with command:
dd if=/home/user/MyDocs/installations/meego/mg.raw of=/dev/mmcblk1p3
sometimes the device reboots during the process unexpectedley, and when it doesn't i get a console message like this:
XXXXX records in
XXXXX records out
after this the partition is not accesible and recognized - i cannot mount to it and see it content so the process failed.
Anyone knows why this is happening?
![]() |
2011-05-29
, 10:49
|
Posts: 62 |
Thanked: 18 times |
Joined on Apr 2011
@ India
|
#5
|
![]() |
2011-05-29
, 12:53
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#6
|
http://wiki.meego.com/ARM/N900/Install/EMMC
No, you don't install it to a partition. Use parted to check the first partition, loopmount it, and copy it to the first partition of the SD Card. (cp -a /meego/* /sdcard).
mmcblk1p3 must have the boot partition if you use uBoot. If you have any problems with the partitioning, please go ***** loudly at the uBoot devs.
![]() |
2011-05-29
, 13:25
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#7
|
![]() |
2011-05-29
, 13:57
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#8
|
Sadly, I don't think you can do this yet. Something tells me MeeGo is hardcoded to load from the first partition of MMC/eMMC.
![]() |
2011-05-30
, 07:21
|
Posts: 539 |
Thanked: 518 times |
Joined on May 2010
@ nanaurbusiness
|
#9
|
The Following User Says Thank You to J4ZZ For This Useful Post: | ||
How do you think ?