Hi Axel

How did you fix your console problem?  I have the same issue:

This config says starting kernel....and then nothing
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 
${extra}
fatload mmc 0 0x46000000 uImage
fatload mmc 0 0x49000000 sun7i-a20-olinuxino-micro.dtb 
env set fdt_high ffffffff
bootm 0x46000000 - 0x49000000


This config boots and I can login:
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait panic=10 
${extra}
fatload mmc 0 0x43000000 script.bin
fatload mmc 0 0x48000000 uImage
bootm 0x48000000


But I feel that I should be using the dtb file rather then script.bin ? 
.... bit confused 

My kernel is built with:
[bruce@core buildroot]$ grep tty configs/olimex_a20-som_defconfig 
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
[bruce@core buildroot]$



Any tips would be much appreciated!

Thanks




On Sunday, 17 November 2013 01:24:59 UTC, Axel Theilmann wrote:
>
>
> moin, 
>
> > i'm trying to boot the mainline kernel on an A20-olinuxino micro, 
> following 
>
> nevermind..it's working now. someone on #linux-sunxi was able to help me. 
>
> it was just a console problem, the kernel seems to work fine... 
>
>
> tty, axel 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to