Hi, Ryang, In order to boot the kernel, you should also make sure your kernel is compiled to start at the address you given(0x40008000) and find the script.bin at the address you given(0x43000000). These addresses are all defined in the kernel config file. Since boot.axf is not designed to boot uImage, you should compile zImage or bzimage kernel instead. Your debug output showed that the boot.axf trying to start kernel at "address = 0x4a000000", make sure your kernel is compiled right.
Regards Jhon 2014-11-06 18:15 GMT+08:00 Ryang HaeDong <[email protected]>: > Hi, Jhon > > I think you mean following config. > Boot options -> Kernel command line type -> Always use the default kernel > command string > Of course I tested this option but result is the same. > > sunxi linux normal boot order is following: > boot0-> boot1 -> boot.axf -> uboot -> linux kernel > But I just want to booting below order without uboot. > boot0-> boot1 -> boot.axf -> kernel > > Please take again > Kind Regards > > -- > 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. -- 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.
