The Following 5 Users Say Thank You to Luke-Jr For This Useful Post: | ||
![]() |
2010-06-16
, 13:52
|
Posts: 15 |
Thanked: 2 times |
Joined on Jan 2010
@ Nanjing,China
|
#2
|
![]() |
2010-06-16
, 17:39
|
Posts: 53 |
Thanked: 40 times |
Joined on May 2009
@ Brooksville, Florida
|
#3
|
![]() |
2010-11-13
, 22:29
|
Posts: 5 |
Thanked: 0 times |
Joined on Dec 2009
|
#4
|
![]() |
2010-11-13
, 23:32
|
Posts: 1,258 |
Thanked: 672 times |
Joined on Mar 2009
|
#5
|
![]() |
2010-11-14
, 08:04
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#6
|
![]() |
2011-02-24
, 22:45
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2009
@ San Jose, California, USA
|
#7
|
![]() |
2011-02-24
, 23:12
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2009
@ San Jose, California, USA
|
#8
|
![]() |
2011-02-24
, 23:40
|
Posts: 53 |
Thanked: 40 times |
Joined on May 2009
@ Brooksville, Florida
|
#9
|
![]() |
2011-02-25
, 00:03
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2009
@ San Jose, California, USA
|
#10
|
Kernel zImage
Modules (bzip2'd tar)
Source code (bzip2'd tar)
Git repository
Prerequisites:
- Working vanilla-Linux rootfs
- Diablo initfs with latest bootmenu (or otherwise configured to boot your rootfs)
- Nokia's "flasher" utility on a PC connected to your N810 over USB
Basically, you should be able to boot your rootfs with the Diablo kernel before trying this...
To test:
- Download modules.tbz2 to your N810; extract it in your to-be rootfs: bzip2 -d < modules.tbz2 | tar -xvp -C /path/to/rootfs/
- Download zImage to your host machine, connect the N810 to USB, and run:./flasher -k zImage -lb
- Reboot N810
NOTE: This will only boot 2.6.33.2 temporarily-- it will NOT flash the kernel partition. When you reboot your device again, it will boot the last kernel you were using. Therefore, this *should* be a safe test. However, I make no guarantees or promises: test at your own risk.