Dear all,
I'm trying to implement yocto project in imx51.I followed the attached document as given below,
$ mkdir ~/bin
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ PATH=${PATH}:~/bin
$ mkdir fsl-community-bsp
$ cd fsl-community-bsp
fsl-community-bsp $ repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dylan
fsl-community-bsp $ repo sync
$MACHINE=imx51evk source setup-environment build
$bitbake qte-in-use-image
Now i got the u-boot,uImage&qt-in-use rootfs images in deploy/images folder.
Then i flashed u-boot to the i.mx51 using peedi programmer as,
imx51>flash program card://u-boot.imx bin 0x00000000
But when i tried booting with the flashed u-boot.its not booting. Anything i'm missing in u-boot?
with regards,
Ravivarman Rajendiran