|
|
05-05-2012
, 07:37 AM
|
|
Posts: 1,590 |
Thanked: 6,084 times |
Joined on May 2010
|
#182
|
It is installing some additional packages , Nemo kernel and stuff like that. I don't think Ubuntu(stock image) has been tested on n900 anytime soon, that is why it does not boot at all if image is just dd'ed to sd card.
just boot it with run sdboot
EDIT:
copying files to a partition won't work, you have to use image and dd it to sdcard
| The Following 8 Users Say Thank You to pali For This Useful Post: | ||
|
|
05-06-2012
, 03:39 PM
|
|
Posts: 237 |
Thanked: 270 times |
Joined on Jul 2010
|
#183
|
| The Following 9 Users Say Thank You to ivyking For This Useful Post: | ||
|
|
05-07-2012
, 02:37 AM
|
|
Posts: 71 |
Thanked: 154 times |
Joined on Oct 2011
@ Hungary
|
#184
|
| The Following 5 Users Say Thank You to PanzerSajt For This Useful Post: | ||
|
|
05-07-2012
, 03:59 AM
|
|
Posts: 59 |
Thanked: 33 times |
Joined on Jul 2010
|
#185
|
I was able to boot ubuntu 12.04 using unknown's kernel and the new u-boot, no errors upon start up, hopefully it stays that way.
attached is item file I used..
some notes:
ITEM_DEVICE="${EXT_CARD}p1"
ITEM_FSTYPE="vfat"
refer to where the uImage is stored rather than where the root device is.
ITEM_KERNEL="uImage"
refer to the uImage name on the first partition of the sdcard, no need to copy the uImage to /boot for regenerating the boot menu.
ITEM_USEATAG=1 is used instead of ITEM_REUSEATAG=1, the system won't boot using the later.(this happens even when booting maemo with kp if ITEM_REUSEATAG=1 is used in KP item file)
remove the .txt extension from the file, copy it to /etc/bootmenu.d/
then run u-boot-update-bootmenu
|
|
05-07-2012
, 08:29 PM
|
|
|
Posts: 75 |
Thanked: 70 times |
Joined on Apr 2010
@ Albuquerque, NM, USA
|
#186
|
I was able to boot ubuntu 12.04 using unknown's kernel and the new u-boot, no errors upon start up, hopefully it stays that way.
attached is item file I used..
some notes:
ITEM_DEVICE="${EXT_CARD}p1"
ITEM_FSTYPE="vfat"
refer to where the uImage is stored rather than where the root device is.
ITEM_KERNEL="uImage"
refer to the uImage name on the first partition of the sdcard, no need to copy the uImage to /boot for regenerating the boot menu.
ITEM_USEATAG=1 is used instead of ITEM_REUSEATAG=1, the system won't boot using the later.(this happens even when booting maemo with kp if ITEM_REUSEATAG=1 is used in KP item file)
remove the .txt extension from the file, copy it to /etc/bootmenu.d/
then run u-boot-update-bootmenu
| The Following 6 Users Say Thank You to preflex For This Useful Post: | ||
|
|
05-08-2012
, 12:46 AM
|
|
|
Posts: 75 |
Thanked: 70 times |
Joined on Apr 2010
@ Albuquerque, NM, USA
|
#187
|
# cat build.log
DKMS make.log for powervr-omap3-4.00.00.01 for kernel 2.6.37-n900 (armel)
Tue May 8 04:32:29 UTC 2012
make -C /lib/modules/2.6.37-n900/build M=`pwd`
make[1]: Entering directory `/usr/src/linux-headers-2.6.37-n900'
LD /var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/built-in.o
CC [M] /var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.o
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:133:5: warning: initialization from incompatible pointer type [enabled by default]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:133:5: warning: (near initialization for ‘bc_cat_fops.unlocked_ioctl’) [enabled by default]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice1’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice2’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice3’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice4’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice5’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice6’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice7’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice8’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c: In function ‘OpenBCDevice9’:
/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.c:150:36: warning: array subscript is above array bounds [-Warray-bounds]
scripts/basic/fixdep: 1: Syntax error: "(" unexpected
make[3]: *** [/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti/bc_cat.o] Error 2
make[2]: *** [/var/lib/dkms/powervr-omap3/4.00.00.01/build/services4/3rdparty/bufferclass_ti] Error 2
make[1]: *** [_module_/var/lib/dkms/powervr-omap3/4.00.00.01/build] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.37-n900'
make: *** [all] Error 2
|
|
05-08-2012
, 04:09 AM
|
|
|
Posts: 75 |
Thanked: 70 times |
Joined on Apr 2010
@ Albuquerque, NM, USA
|
#188
|
| The Following User Says Thank You to preflex For This Useful Post: | ||
|
|
05-08-2012
, 04:33 AM
|
|
|
Posts: 2,261 |
Thanked: 4,048 times |
Joined on Jan 2010
|
#189
|
| The Following 2 Users Say Thank You to qwazix For This Useful Post: | ||
|
|
05-08-2012
, 05:30 AM
|
|
Posts: 53 |
Thanked: 195 times |
Joined on Apr 2012
|
#190
|
Doesn't look good.
I managed to get some of those errors straightened out, but I'm stuck here:
error: implicit declaration of function ‘console_lock’ [-Werror=implicit-function-declaration]
As I understand what I read here: http://irclogs.ubuntu.com/2011/06/01...untu-devel.txt , it's not going to fly on 2.6.37, as console_lock isn't in the kernel until 2.6.38.
Bummer.
Perhaps an older version?
| The Following 3 Users Say Thank You to unknown.obvious For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
EDIT:
copying files to a partition won't work, you have to use image and dd it to sdcard