On 04/05/2016 09:51 AM, Liming Wang wrote:
Hi all,
I'm trying to boot kernel with u-boot on a hikey board(lemaker version). I followed the steps of u-boot/board/hisilicon/hikey/README and everything is OK except the kernel hangs at "Starting kernel ..."
I used the latest Image and hi6220-hikey.dtb from [1]. And boot log is attached. I don't know whether there is anything block the kernel to boot.
Thanks, Liming Wang
https://builds.96boards.org/snapshots/hikey/linaro/debian/latest/
Dev mailing list Dev@lists.96boards.org https://lists.96boards.org/mailman/listinfo/dev
It seems to me that the console might not be properly setup for early printk. could you try one of these two settings please?
console=ttyAMA0,115200 earlycon=pl011,0xf8015000
or,
console=ttyAMA3,115200 earlycon=pl011,0xf7113000