The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
2014-06-16
, 11:20
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#92
|
I'm not sure if this works with caveman's image but I can chroot straight into my images on my PC, qemu runs automatically (I'm building my images using qemu-debootstrap).
qemu-system-arm/qemu-user-static
|
2014-06-16
, 11:32
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#93
|
Guys, I didn't get which kernel is used (and I am too lazy right now to re-read the whole thread), but I can provide patches for or push to github 3.15-rc7 with working SGX driver that comes with omap1 kernel. No idea which userland drivers it will work with (besides those from fremantle).
The Following User Says Thank You to caveman For This Useful Post: | ||
|
2014-06-16
, 15:11
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#94
|
The Following User Says Thank You to taixzo For This Useful Post: | ||
|
2014-06-16
, 16:54
|
|
Posts: 634 |
Thanked: 3,266 times |
Joined on May 2010
@ Colombia
|
#95
|
* I would like to build this kernel and give it a try, but could not clone the repo. Do I need to register to clone it?
$ git clone git://gitorious.org/linux-n900/linux-n900.git $ git checkout v3.16-rc1-n900
|
2014-06-17
, 05:31
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#96
|
You don't need to register. Pali's tagged 3.16-rc1 just a few hours ago. To clone it run the following:
Code:$ git clone git://gitorious.org/linux-n900/linux-n900.git $ git checkout v3.16-rc1-n900
The Following 8 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2014-06-17
, 10:48
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#97
|
You don't need to register. Pali's tagged 3.16-rc1 just a few hours ago. To clone it run the following:
Code:$ git clone git://gitorious.org/linux-n900/linux-n900.git $ git checkout v3.16-rc1-n900
|
2014-06-17
, 16:23
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#98
|
Thanks for the hint. I will give it a try. The image was build with 3.12 and there are plenty new stuff since I last checked.
The one I could not clone was this one: https://gitorious.org/linux-n900/fre...ons-linux-n900
The Following 9 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2014-06-18
, 17:23
|
Posts: 191 |
Thanked: 415 times |
Joined on Jan 2012
|
#99
|
try this one git://gitorious.org/linux-n900/freemangordons-linux-n900.git branch v3.16-rc1-n900
to build it follow the instructions on http://elinux.org/N900#DT_Kernel_Compilation
I tested it with qemu, it boots, should boot on the device as well.
EDIT:
for building, you need to use rx51_defconfig, it has all the needed stuff enabled
Linux n900 3.16.0-rc1+ #2 PREEMPT Wed Jun 18 13:29:27 BRT 2014 armv7l
The Following 6 Users Say Thank You to caveman For This Useful Post: | ||
|
2014-06-18
, 17:35
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#100
|
@fmg It does boot :-)
I had to disable CONFIG_SYSFS_DEPRECATED, otherwise kernel loads but boot fails.Code:Linux n900 3.16.0-rc1+ #2 PREEMPT Wed Jun 18 13:29:27 BRT 2014 armv7l
For those willing to live on the bleeding edge here follows uImage/uInitrd and modules suitable to be used on the jessie image: https://187.115.25.181/public/n900/3.16-rc1.tgz
I think I need better minimal test-case.
Running:
------