macey
|
2012-06-03
, 11:03
|
|
Posts: 283 |
Thanked: 276 times |
Joined on Aug 2011
@ uk or @Pai,Mae Hong Son, Thailand
|
#251
|
The Following User Says Thank You to macey For This Useful Post: | ||
|
2012-06-05
, 12:08
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#252
|
root@siductionbox:/home/micha/ubuntu-n900# mount udev on /dev type devtmpfs (rw,relatime,size=1891600k,nr_inodes=472900,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=379680k,mode=755) /dev/mapper/medion_cryptVG-root on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,size=759356k) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,relatime,size=759356k) /dev/sda1 on /boot type ext3 (rw,nosuid,nodev,relatime,errors=continue,user_xattr,acl,barrier=1,data=writeback) fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) /dev/sda2 on /media/disk1part2 type fuseblk (ro,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) /dev/mapper/medion_cryptVG-daten on /media/daten type ext4 (rw,nosuid,nodev,relatime,data=ordered) /dev/mapper/crypt_Datenrettung on /media/Datenrettung type ext4 (rw,relatime,errors=remount-ro,data=ordered) rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) /dev/sdb1 on /media/8GB_Stick type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) /dev/sde3 on /mnt type ext3 (rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=writeback) udev on /mnt/dev type devtmpfs (rw,relatime,size=1891600k,nr_inodes=472900,mode=755) devpts on /mnt/dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) sysfs on /mnt/sys type sysfs (rw,nosuid,nodev,noexec,relatime) /proc on /mnt/proc type proc (rw,relatime) root@siductionbox:/home/micha/ubuntu-n900# chroot /mnt /tmp/install-chroot-part.sh chroot: failed to run command `/tmp/install-chroot-part.sh': Exec format error
modprobe binfmt_misc
apt-get install binfmt-support
The Following 2 Users Say Thank You to michaaa62 For This Useful Post: | ||
|
2012-06-05
, 12:39
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#253
|
|
2012-06-05
, 15:43
|
Posts: 58 |
Thanked: 197 times |
Joined on Apr 2012
|
#254
|
unknown.obvious, I think we need to develop a naming convention to add your kernels support to the script until those get published somewhere more "official"
Can you make the archives unpack to folders with names starting "custom_kernel*", "custom_n900_kernel*" or whatever you like?
UPDATE:
Looks like Tom Gall wanted to make a hardware pack for N900. I'll try to contact him.
https://wiki.linaro.org/TomGall/LinaroN900
The Following 4 Users Say Thank You to unknown.obvious For This Useful Post: | ||
|
2012-06-05
, 16:26
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#255
|
|
2012-06-05
, 16:49
|
Posts: 58 |
Thanked: 197 times |
Joined on Apr 2012
|
#256
|
|
2012-06-05
, 22:57
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#257
|
dpkg -P linux-image-2.6.37-n900:armel dpkg -P linux-headers-2.6.37-n900:armel
# dpkg -i linux-image-2.6.37-n900_6_armhf.deb dpkg: error processing linux-image-2.6.37-n900_6_armhf.deb (--install): linux-image-2.6.37-n900: 6 (Multi-Arch: no) is not co-installable with linux-image-2.6.37-n900:armel 2 (Multi-Arch: no) which is currently installed # apt-get purge linux-image-2.6.37-n900 Virtual packages like 'linux-image-2.6.37-n900' can't be removed
|
2012-06-10
, 15:30
|
Posts: 72 |
Thanked: 157 times |
Joined on Oct 2011
@ Hungary
|
#258
|
|
2012-06-16
, 16:35
|
Posts: 482 |
Thanked: 550 times |
Joined on Oct 2010
|
#259
|
|
2012-06-18
, 18:20
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#260
|
So could you make a post of instructions how to get a working system? There are so many package options and I don't know which are needed to make it work - and I still don't understand what to do in the chroots, so I've just been using the Nemo kernel. I got it to boot as far as the login screen, but I couldn't click anything (although I could move the mouse) and I couldn't type in a password, so it pretty much wasn't working.
Also, if it would be possible for the script to create images as well as writing to a SD card - my only computer with a SD card reader is quite slow (it takes about 6 hours to run your script), so I'd prefer to create the image on a faster computer and then just use my netbook to write the image to the card.