Hello,
I'm trying to build my own kernel for pandaboard based on : git://git.linaro.org/kernel/linux-linaro-2.6.39.git
I use omap2plus_defconfig and enable LAN + wifi.
Compile uImage, put to boot of SD card. Kernel is loaded properly but this is last message:
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Try to enable DEBUG_LL but result is same. Is there any problem with this repo? With prebuild uImage (from ubuntu) it works fine.
Thanks in advance,
marek
On 06/17/2011 03:05 PM, Belisko Marek wrote:
Compile uImage, put to boot of SD card. Kernel is loaded properly but this is last message:
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
A common cause for this type of error is the u-boot setting for your serial console. Make sure you are using ttyO2 and not ttyS2
Hi,
On Fri, Jun 17, 2011 at 10:15 PM, Andy Doan andy.doan@linaro.org wrote:
On 06/17/2011 03:05 PM, Belisko Marek wrote:
Compile uImage, put to boot of SD card. Kernel is loaded properly but this is last message:
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
A common cause for this type of error is the u-boot setting for your serial console. Make sure you are using ttyO2 and not ttyS2
Rechecked 2times. I have ttyO2 not ttyS2.
marek
On Saturday 18 June 2011 01:35 AM, Belisko Marek wrote:
Hello,
I'm trying to build my own kernel for pandaboard based on : git://git.linaro.org/kernel/linux-linaro-2.6.39.git
I use omap2plus_defconfig and enable LAN + wifi.
Compile uImage, put to boot of SD card. Kernel is loaded properly but this is last message:
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Is CONFIG_EARLY_PRINTK enabled in your .config?
Regards, Avik
Try to enable DEBUG_LL but result is same. Is there any problem with this repo? With prebuild uImage (from ubuntu) it works fine.
Thanks in advance,
marek
Hi,
On Mon, Jun 20, 2011 at 6:41 AM, Avik Sil avik.sil@linaro.org wrote:
On Saturday 18 June 2011 01:35 AM, Belisko Marek wrote:
Hello,
I'm trying to build my own kernel for pandaboard based on : git://git.linaro.org/kernel/linux-linaro-2.6.39.git
I use omap2plus_defconfig and enable LAN + wifi.
Compile uImage, put to boot of SD card. Kernel is loaded properly but this is last message:
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Is CONFIG_EARLY_PRINTK enabled in your .config?
After SD card problems pass away I can start 2.6.39-linaro kernel properly. Sorry for the noise.
Regards, Avik
Try to enable DEBUG_LL but result is same. Is there any problem with this repo? With prebuild uImage (from ubuntu) it works fine.
Thanks in advance,
marek
regards,
marek