|
2013-08-17
, 18:05
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#32
|
|
2013-08-17
, 18:19
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#33
|
Hm, Am I missing something here. Tried to flash your kernel (full flas) on my N9 (PR1.3)
flasher -F img.bin -F emmc.bin -k zImage_2.6.32.54btlc-dfl61 -f -R
But, phone doesnt fully boot after (stuck at Nokia logo) ?
flasher -a rootfs.bin -k /path/to/zImage --flash-only=kernel
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2013-08-17
, 18:36
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#34
|
Maybe because your command to flash the kernel isn't correct?
AFAIK, to flash a kernel it should be:
Code:flasher -a rootfs.bin -k /path/to/zImage --flash-only=kernel
|
2013-08-17
, 19:47
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#35
|
|
2013-08-17
, 19:54
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#36
|
RM696-21-3_PR_006:~# ls /lib/modules/ 2.6.32.48c-dfl61-20115101 2.6.32.54btlc-dfl61 2.6.32.54-dfl61-20121301 current RM696-21-3_PR_006:~# uname -r 2.6.32.54btlc-dfl61
depmod -a 2.6.32.54btlc-dfl61
The Following User Says Thank You to jackburton For This Useful Post: | ||
|
2013-08-17
, 20:16
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#37
|
The Following User Says Thank You to coderus For This Useful Post: | ||
|
2013-08-17
, 20:23
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#38
|
i just unpacked modules to phone and then flashed kernel. and it just working. no additional actions
|
2013-08-18
, 20:46
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#39
|
|
2013-08-19
, 00:03
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#40
|
Shouldn't you point the current symlink also to the correct directory?
At least in fremantle it was definitely needed.
For example, I can use lvm with loopback images to add space to a chroot based on dd image files without having to recreate the image. Very flexible. I'm converting an Ubuntu chroot to an LVM-based one now.
I was also trying hostapd with this method, but there still seems to be issues.
I wrote a script that wraps any command to one in my sdk image. It uses the symlink name to proxy to the real command. Here is the contents of my /root dir: