01-30-2017, 12:44 AM
(01-29-2017, 04:33 PM)martinayotte Wrote: Your "bootm 0x8000 200000" is wrong. You should use "booti" with 3 arguments after having also done tftp on uInitrd and sun50i-a64-pine64-plus.dtb :
booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
Hi martinayotte,
Thanks for the reply, Actually I was trying it from last two days to get kernel running but could not proceed further ..
I will try with loading ramdisk and dtb file and booting from the same.