Active Topics

 


Reply
Thread Tools
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#101
Originally Posted by manojkumaru View Post
multiboot prompts for

1.stock kernel,
2.power kernel,
3.uBoot,
4.NITDroid
Do you have uBoot waiting for 3 seconds before starting [Meego]? Try to type run mmcboot. I didn't mention that it will say that it can't load the kernel, but the next time you try to boot it will seek for a boot.scr on the mmc0:1 or uImage on mmc0:3 and will find the second one. At least it does in my case

Last edited by int_ua; 2011-10-07 at 10:36.
 
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#102
A minute ago apachelogger has uploaded the new kernel:
http://people.ubuntu.com/~apachelogg...ernel-oneiric/
3.0.4
 

The Following 4 Users Say Thank You to int_ua For This Useful Post:
Posts: 196 | Thanked: 169 times | Joined on Jan 2011 @ Bosnia /Sarajevo
#103
last script works for me, I tried Kubuntu (not anything special: (
In any case, thanks a lot @ int_ua, much work you have done, and facilitate people who want to try Ubuntu or Kubuntu on the N900, I thought to record a clip "on kubutu n900" But as I said, no big deal. Now I'm going to try ubuntu 11:10 and new kernel I hope that it will be better ...

one more thing ... @ int_ua, it would be good if the last kernel be include in the script.

thanks
 

The Following User Says Thank You to sada11 For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#104
Originally Posted by sada11 View Post
it would be good if the last kernel be include in the script.
It doesn't work on my N900 yet... apachelogger, mpoirier and others from #kubuntu-mobile (who have done much more than me, I've just made some automatization ) know about it. And AFAIN there was no updates yet. So let's wait or try to compile your own kernel from http://git.linaro.org/gitweb?p=peopl....git;a=summary. In my case it did boot, but there was almost no modules in it.
 

The Following 2 Users Say Thank You to int_ua For This Useful Post:
Posts: 196 | Thanked: 169 times | Joined on Jan 2011 @ Bosnia /Sarajevo
#105
thanks for so quick reply, I will still wait to see the news, since I'm not as expert in this
 
Posts: 196 | Thanked: 169 times | Joined on Jan 2011 @ Bosnia /Sarajevo
#106
same thing as before when I tried to install ubuntu 11.10


Command (m for help): The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.
+ mkfs.ext3 /dev/sdb1
mke2fs 1.41.14 (22-Dec-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
524288 inodes, 2097152 blocks
104857 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=2147483648
64 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632

Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 33 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
+ [[ n\np\n2\n\n+1000M\n != '' ]]
+ mkswap /dev/sdb2
Setting up swapspace version 1, size = 1023996 KiB
no label, UUID=1c52c52c-18a4-40c3-a7a6-5a5ee18e995e
+ mkfs.vfat /dev/sdb3
mkfs.vfat 3.0.9 (31 Jan 2010)
+ [[ testing == \t\e\s\t\i\n\g ]]
+ zcat oneiric-preinstalled-desktop-armel+omap.img.gz
+ dd of=/dev/sdb1
4278272+0 records in
4278272+0 records out
2190475264 bytes (2.2 GB) copied, 708.607 s, 3.1 MB/s
+ e2fsck -pf /dev/sdb1
e2fsck: Bad magic number in super-block while trying to open /dev/sdb1
/dev/sdb1:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

+ resize2fs /dev/sdb1
resize2fs 1.41.14 (22-Dec-2010)
resize2fs: Bad magic number in super-block while trying to open /dev/sdb1
Couldn't find valid filesystem superblock.
+ e2fsck -pf /dev/sdb1
e2fsck: Bad magic number in super-block while trying to open /dev/sdb1
/dev/sdb1:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

+ tune2fs -O '^huge_file' /dev/sdb1
tune2fs 1.41.14 (22-Dec-2010)
tune2fs: Bad magic number in super-block while trying to open /dev/sdb1
Couldn't find valid filesystem superblock.
+ e2fsck -pf /dev/sdb1
e2fsck: Bad magic number in super-block while trying to open /dev/sdb1
/dev/sdb1:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

+ mount /dev/sdb1 /mnt
mount: you must specify the filesystem type
+ exit 1
miki@miki-HP-Compaq-6735s:~/Documents$
 

The Following User Says Thank You to sada11 For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#107
Originally Posted by sada11 View Post
same thing as before when I tried to install ubuntu 11.10

+ zcat oneiric-preinstalled-desktop-armel+omap.img.gz
+ dd of=/dev/sdb1
4278272+0 records in
4278272+0 records out
2190475264 bytes (2.2 GB) copied, 708.607 s, 3.1 MB/s
+ e2fsck -pf /dev/sdb1
e2fsck: Bad magic number in super-block while trying to open /dev/sdb1
Yes, apachelogger confirmed that they've changed partitioning scheme. Will fix the script in a couple of days. If the partitioning scheme is the same as in stable release, you can take related part of the script. But I didn't try yet. Have to work now so no updates from me till Friday I think...
 

The Following 3 Users Say Thank You to int_ua For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#108
Just found https://wiki.ubuntu.com/Core. Will try it also.
 

The Following 4 Users Say Thank You to int_ua For This Useful Post:
Posts: 88 | Thanked: 63 times | Joined on Feb 2008 @ Solingen; Germany
#109
Do you have a project team at launchpad, where you host your packages? I work on hildon-desktop at launchpad and I would be interested to see how it works on Ubuntu-armel
 

The Following 3 Users Say Thank You to thopiekar For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#110
Originally Posted by thopiekar View Post
Do you have a project team at launchpad, where you host your packages? I work on hildon-desktop at launchpad and I would be interested to see how it works on Ubuntu-armel
*wonders if you is plural or singular*
No, I don't Should I get one?
People at #kubuntu-mobile are searching for an ARM PPA AFAIN. Do you have it?
 
Reply


 
Forum Jump


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