[U-Boot] ZYNQ ZC706 Board

Hi sir, i am using ZYNQ ZC706 Board and i have downloaded u-boot(2016.7),uImage,root file system files from wiki.xilinx.com website downloaded and properly working all the things. But i am doing manually downloaded u-boot from github and ELDK-5.5.3 version taken
export PATH=/opt/eldk-5.5.3/armv7a-hf/sysroots/i686-eldk-linux/usr/bin:/opt/eldk-5.5.3/armv7a-hf/sysroots/i686-eldk-linux/usr/bin/arm-linux-gnueabi:$PATH export ARCH=arm export CROSS_COMPILE=arm-linux-gnueabi- source /opt/eldk-5.5.3/armv7a-hf/environment-setup-* cd /home/ram/Desktop/arm/u-boot-2016.07/ make distclean make zynq_zc706_defconfig make all
those above things used created u-boot.bin file but in serial monitor nothing displaying its problem with u-boot version (but both are same versions) or ELDK-5.5.3 is not creating properly

Hi,
Have you make copy of boot.bin from SPL folder to your boot partition ?
Thanks.
Le 09/10/2018 à 09:29, Rama Chandra a écrit :
Hi sir, i am using ZYNQ ZC706 Board and i have downloaded u-boot(2016.7),uImage,root file system files from wiki.xilinx.com website downloaded and properly working all the things. But i am doing manually downloaded u-boot from github and ELDK-5.5.3 version taken
export PATH=/opt/eldk-5.5.3/armv7a-hf/sysroots/i686-eldk-linux/usr/bin:/opt/eldk-5.5.3/armv7a-hf/sysroots/i686-eldk-linux/usr/bin/arm-linux-gnueabi:$PATH export ARCH=arm export CROSS_COMPILE=arm-linux-gnueabi- source /opt/eldk-5.5.3/armv7a-hf/environment-setup-* cd /home/ram/Desktop/arm/u-boot-2016.07/ make distclean make zynq_zc706_defconfig make all
those above things used created u-boot.bin file but in serial monitor nothing displaying its problem with u-boot version (but both are same versions) or ELDK-5.5.3 is not creating properly

Hi,
On 9.10.2018 09:29, Rama Chandra wrote:
Hi sir, i am using ZYNQ ZC706 Board and i have downloaded u-boot(2016.7),uImage,root file system files from wiki.xilinx.com website downloaded and properly working all the things. But i am doing manually downloaded u-boot from github and ELDK-5.5.3 version taken
export PATH=/opt/eldk-5.5.3/armv7a-hf/sysroots/i686-eldk-linux/usr/bin:/opt/eldk-5.5.3/armv7a-hf/sysroots/i686-eldk-linux/usr/bin/arm-linux-gnueabi:$PATH export ARCH=arm export CROSS_COMPILE=arm-linux-gnueabi- source /opt/eldk-5.5.3/armv7a-hf/environment-setup-* cd /home/ram/Desktop/arm/u-boot-2016.07/ make distclean make zynq_zc706_defconfig make all
those above things used created u-boot.bin file but in serial monitor nothing displaying its problem with u-boot version (but both are same versions) or ELDK-5.5.3 is not creating properly
First of all please use any latest version instead of ancient 2016.7. I really can't remember what exactly was working at that time and not going to look at it.
Thanks, Michal
participants (3)
-
Alexandre GRIVEAUX
-
Michal Simek
-
Rama Chandra