skykooler
|
2011-07-18
, 18:07
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#21
|
The Following 2 Users Say Thank You to skykooler For This Useful Post: | ||
|
2011-07-18
, 18:26
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#22
|
I am using a Class 10 card and have not noticed any issues. I think it is only specific brands that show the problems. If it is working in your phone it is likely to continue working.
The Following User Says Thank You to ArchiMark For This Useful Post: | ||
|
2011-07-18
, 18:34
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#23
|
|
2011-07-18
, 18:38
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#24
|
I'm a bit cnfused about you mentioning uboot and multiboot....
As I understand uboot van directly boot kernels from for example internal flash or from the mmc without reflasging kernels.
Multiboot just flashes a different kernel so that next time the n900 reboots this kernel is started.
Can you explain how your setup works? Does it reflash a different kernel everytime or what?
thanks!
|
2011-07-18
, 23:37
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#25
|
2. MeeGo working? Good. Install Kubuntu Mobile. Go back to your computer. Launch a partition utility (I used GParted). Format the 8GB microSD card in the following way: - A 6.2 GB ext3 partition; - A 1 GB swap partition; - and a fat32 partition that fills whatever space you have left.
|
2011-07-18
, 23:56
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#26
|
Got Meego installed and running on my 32GB Class 10 card now....
Went on to install Kubuntu....and per instructions:
I tried using GParted and having trouble adjusting partitions....Code:2. MeeGo working? Good. Install Kubuntu Mobile. Go back to your computer. Launch a partition utility (I used GParted). Format the 8GB microSD card in the following way: - A 6.2 GB ext3 partition; - A 1 GB swap partition; - and a fat32 partition that fills whatever space you have left.
Here's what I got now:
/dev/sdc1 ext4 3.52GB 1.21 GB used
/dev/sdc2 linux-swap 8MB
/dev/sdc3 fat32 512MB 480.51MB used
unallocated 25.8GB
I tried first moving the fat32 partition to the very right of unallocated space and enlarging it to 1GB but I get error message when it tries to do this "There are no possible configurations for this FAT type".
Any suggestions as to how to get my partitions resized?
Thanks!
The Following 2 Users Say Thank You to skykooler For This Useful Post: | ||
|
2011-07-19
, 16:52
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#27
|
root@debian:/# cp /usr/bin/qemu-arm-static /media/a6c5c4e9-555c-4565-ba1d-ceea8d5a953f/usr/bin/ cp: cannot create regular file `/media/a6c5c4e9-555c-4565-ba1d-ceea8d5a953f/usr/bin/': No such file or directory root@debian:/#
|
2011-07-19
, 17:37
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#28
|
Ok, got through editing microSD card partiitions with gparted, Thanks!
Now, got stuck on this part of Kubuntu install.....
Any suggestions?Code:root@debian:/# cp /usr/bin/qemu-arm-static /media/a6c5c4e9-555c-4565-ba1d-ceea8d5a953f/usr/bin/ cp: cannot create regular file `/media/a6c5c4e9-555c-4565-ba1d-ceea8d5a953f/usr/bin/': No such file or directory root@debian:/#
Thanks!
The Following User Says Thank You to skykooler For This Useful Post: | ||
|
2011-07-20
, 16:18
|
|
Posts: 414 |
Thanked: 109 times |
Joined on Mar 2007
@ Silicon Valley
|
#29
|
# cp ./meego-modules/* /media/B68E-53AB cp: omitting directory `./meego-modules/mnt' # umount /mnt # chroot /media/a6c5c4e9-555c-4565-ba1d-ceea8d5a953f/ chroot: failed to run command `/bin/bash': No such file or directory
|
2011-07-20
, 16:31
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#30
|
Thanks for your help with the card....
Meanwhile...I'm redoing the Kubuntu install didn't work...but I was in a bit of a rush the other day...so, sure I made some mistakes...
Now, I'm getting the following messages and errors:
A. Is there a problem with the first message regarding omitting the directory?Code:# cp ./meego-modules/* /media/B68E-53AB cp: omitting directory `./meego-modules/mnt' # umount /mnt # chroot /media/a6c5c4e9-555c-4565-ba1d-ceea8d5a953f/ chroot: failed to run command `/bin/bash': No such file or directory
B. I assume that there's some other command missing to setup chroot???
Thanks!
The Following User Says Thank You to skykooler For This Useful Post: | ||