Re: [U-Boot] Hang while booting kernel via tftp/nfs on cubieboard2

2018-04-27 Thread Ajay Garg
currently booting from tftp/nfs is on hold, first trying to get a bootup using sdcard. On Fri, Apr 27, 2018 at 8:23 AM, Ajay Garg wrote: > Seems setting bootargs is not legal in bootz command, so segregated the two. > However, the end-result is same as in my original

Re: [U-Boot] Hang while booting kernel via tftp/nfs on cubieboard2

2018-04-26 Thread Ajay Garg
Seems setting bootargs is not legal in bootz command, so segregated the two. However, the end-result is same as in my original email. tftp 0x4900 sun7i-a20-cubieboard2.dtb tftp 0x4600 zImage-Cubieboard2 setenv bootargs console=ttyS0,115200 root=/dev/nfs

[U-Boot] Hang while booting kernel via tftp/nfs on cubieboard2

2018-04-26 Thread Ajay Garg
Hi All. a) As a pre-requisite, on the host-machine (serverip 192.168.0.1), the nfs-export is listed fine : ajay@latitude-3480:~showmount -e localhost Export list for localhost: /srv/nfs/cubieboard2 * b) The zImage and dtb files have been generated from 4.6 kernel, as per steps at