HI Denys / Robert ,

Thanks , got the board boot up now.
Followed below mentioned steps ( just in case if any one face similar
problem )

1) Erase the MMC
    => mmc dev 1
    => mmc erase 0 512

2) Install TFTP server on host
https://askubuntu.com/questions/201505/how-do-i-install-and-run-a-tftp-server

3) Transfer the dtb & zImage
=> setenv gatewayip 192.168.1.1
=> setenv ipaddr 192.168.1.2
=> setenv serverip 192.168.1.3
=> ping 192.168.1.3
 => tftp 0x82000000 zImage
=> tftp 0x88000000 am335x-boneblack.dtb
=> bootz 0x82000000 - 0x88000000

Thanks
Ashish











On Tue, May 7, 2019 at 10:44 PM Denys Dmytriyenko <de...@ti.com> wrote:

> On Tue, May 07, 2019 at 11:51:41AM -0500, Robert Nelson wrote:
> > On Sun, May 5, 2019 at 9:43 AM AshishKumar Mishra
> > <ashish.emailaddr...@gmail.com> wrote:
> > >
> > > Hi All ,
> > > I am starting to learn Yocto & following the manual from the Yocto
> website
> > >
> > > I have added meta-ti to yocto and create the images
> > >
> > > Can team please provide some pointer to resolve the below error
> > > or let me know if i am doing any thing wong.
> > >
> > > When flashed the images on SD card , the uboot is struck with below
> mentioned error
> > >
> > >
> > > U-Boot#
> > > U-Boot#
> > > U-Boot#
> > > U-Boot SPL 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
> > > reading args
> > > spl_load_image_fat_os: error reading image args, err - -1
> > > reading u-boot.img
> > > reading u-boot.img
> > >
> > >
> > > U-Boot 2014.04-00014-g47880f5 (Apr 22 2014 - 13:23:54)
> >
> > Clear out your eMMC, you have a really old build of u-boot installed
> > to eMMC that is blocking your new image..
>
> Yes, I even had that mentioned in the corresponding README:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-yocto/tree/meta-yocto-bsp/README.hardware#n134
>
> Denys
>
>
> > Regards,
> >
> > --
> > Robert Nelson
> > https://rcn-ee.com/
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta...@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
>
-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to