![]() |
2010-03-10
, 17:20
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#2
|
![]() |
2010-03-10
, 17:24
|
Posts: 7 |
Thanked: 0 times |
Joined on Mar 2010
|
#3
|
![]() |
2010-03-10
, 20:42
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#4
|
DEFCONFIG := nokia_2420_defconfig REPO := kernel-source [...] make -C $(REPO) HOSTCC=host-gcc $(DEFCONFIG)
[sbox-DIABLO_ARMEL: ~] > host-gcc --version host-gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [sbox-DIABLO_ARMEL: ~] > gcc --version sbox-arm-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
![]() |
2010-03-10
, 21:39
|
Posts: 7 |
Thanked: 0 times |
Joined on Mar 2010
|
#5
|
I am currently messing around with the mtd drivers on the N800 and need to boot it with a custom-made kernel. In order to test that I could actually boot at all with a custom-made kernel I downloaded the kernel source for diablo_2.6.21 and compiled it with the default settings. Compilation works fine, but no matter what I do, I cannot make the tablet boot from the new kernel.
This is what I have done:
1. Downloaded kernel source
2. sb2 make nokia_2420_defconfig (no errors)
3. sb2 make zImage (no errors)
4. Flashed with 'sudo ./flasher-3.0 -f -R -k zImage' (no errors)
When the tablet reboots after flashing, it gets as far as the splash screen and then shuts down.
What am I doing wrong? Is there any way to get hold of the bootlog to see what is failing?
Best regards,
//Leo