[U-Boot] Weird listing/behaviour of serverip in uboot

2018-04-25 Thread Ajay Garg
Hi All. When we stop auto-booting and printenv, a serverip is listed. However, when trying to ftp a kernel-image, it shows serverip is not set. # => printenv baudrate=115200 bootcmd=run load_img; run load_dtb; booti 0x4808 -

[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 https://githu

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

2018-04-26 Thread Ajay Garg
/cubieboard2,nfsvers=3 ip=192.168.0.2:192.168.0.1::255.255.255.0:cubieboard2 ignore_loglevel cma=128M bootz 0x4600 - 0x4900 On Fri, Apr 27, 2018 at 7:39 AM, Ajay Garg wrote: > Hi All. > > > a) > As a pre-requisite, on the host-machine (serverip 192.168.0.1), the > nfs-exp

[U-Boot] [Cubieboard-2] Booting up stuck at runlevel-2

2018-04-27 Thread Ajay Garg
Hi All. After a lot of hit-and-trials, I have managed to get some bootup. Unfortunately, not able to get a login-prompt. Following have been done : == u-boot == u-boot has been compiled using bleeding-edge mainline (ec5c4a8fd64a178a4d159917cda0aa176e5a9be5), via : * make Cubieboard2_defconfig

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 email. > > >

Re: [U-Boot] [Cubieboard-2] Booting up stuck at runlevel-2

2018-04-28 Thread Ajay Garg
, Ajay On Sat, Apr 28, 2018 at 9:35 AM, Ajay Garg wrote: > Hi All. > > After a lot of hit-and-trials, I have managed to get some bootup. > Unfortunately, not able to get a login-prompt. > > Following have been done : > > > == u-boot == > > u-boot has been comp

[U-Boot] [For knowledge-sake] Understanding of couple of things under the hood

2018-05-01 Thread Ajay Garg
Hi All. I have been able to bring up xen on cubieboard2, using the following script gathered from google : ### # SUNXI Xen Boot Script # Arch Linux ARM adaption of the cmd file which can be found at http://openmirage.org/wiki/xen-on-

Re: [U-Boot] [Xen-devel] [For knowledge-sake] Understanding of couple of things under the hood

2018-05-01 Thread Ajay Garg
Thanks a ton Julien, that was mighty useful !! On Tue, May 1, 2018 at 4:44 PM, Julien Grall wrote: > > > On 01/05/18 11:27, Ajay Garg wrote: >> >> Hi All. > > > Hello, > > >> I have been able to bring up xen on cubieboard2, using th