The Following User Says Thank You to preflex For This Useful Post: | ||
|
2012-05-08
, 08:33
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#192
|
The Following 2 Users Say Thank You to qwazix For This Useful Post: | ||
|
2012-05-08
, 09:30
|
Posts: 58 |
Thanked: 197 times |
Joined on Apr 2012
|
#193
|
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: | ||
|
2012-05-08
, 11:19
|
|
Posts: 172 |
Thanked: 628 times |
Joined on Apr 2010
@ Albuquerque, NM, USA
|
#194
|
The thing is, TI doesn't provide hard float libs of powervr. I read, that n900 is the only device supporting hart float because of meego. Maybe this http://build.meego.com/package/files...-oss%3ATesting or this https://build.pub.meego.com/project/...%3AN9xx-common ? I do not have any expirience there, so I can't help. Maybe this won't work if Xorg in Ubuntu is different than Meego or the thumb compiled userspace that meego doesn't have but it would be interessting to see if you can get somwhere.
The Following 2 Users Say Thank You to preflex For This Useful Post: | ||
|
2012-05-08
, 11:41
|
Posts: 58 |
Thanked: 197 times |
Joined on Apr 2012
|
#195
|
Right. That's why i'm using 11.10, rather than 12.04. 11.10 and your kernel are compiled armel, right?
I grabbed all the 3.01.00.07 packages from here.
http://ports.ubuntu.com/pool/multive...les-sgx-omap3/
When I tried dkms, i got
error: implicit declaration of function ‘omap_rev_le’ [-Werror=implicit-function-declaration]
According to https://wiki.ubuntu.com/ARM/n900 this patch: https://wiki.ubuntu.com/ARM/n900?act...revision.patch might do the trick.
Alas, I need to go to bed. I will be busy for the next few days and will not likely have time to get back to this for a little while.
The Following 3 Users Say Thank You to unknown.obvious For This Useful Post: | ||
|
2012-05-08
, 19:08
|
Posts: 63 |
Thanked: 37 times |
Joined on Jul 2010
|
#196
|
|
2012-05-08
, 19:17
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#197
|
|
2012-05-08
, 19:18
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#198
|
The Following 5 Users Say Thank You to pali For This Useful Post: | ||
|
2012-05-09
, 08:37
|
Posts: 63 |
Thanked: 37 times |
Joined on Jul 2010
|
#199
|
ITEM_NAME="Kubuntu 12.04" ITEM_KERNEL="uImage" ITEM_DEVICE="${INT_CARD}p5" ITEM_FSTYPE="ext4" ITEM_CMDLINE="console=tty0 root=/dev/mmcblk0p5 rw panic=20 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 rootwait" ITEM_REUSEATAGS="1"
/dev/mmcblk0p5 / ext4 defaults 1 1 proc /proc proc nodev,noexec,nosuid 0 0 /dev/mmcblk0p3 swap swap defaults 0 0 tmpfs /tmp tmpfs defaults 0 0 tmpfs /run tmpfs defaults 0 0 tmpfs /var/log tmpfs defaults 0 0 tmpfs /var/tmp tmpfs defaults 0 0 tmpfs /var/run tmpfs defaults 0 0 tmpfs /var/lock tmpfs defaults 0 0
The Following 5 Users Say Thank You to MastaG For This Useful Post: | ||
|
2012-05-09
, 21:02
|
Posts: 63 |
Thanked: 37 times |
Joined on Jul 2010
|
#200
|
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?