09-08-2016 12:55 PM
I am running on a ZEd board and created petalinux-create -t project -s /opt/pkg/Avnet-Digilent-ZedBoard-v2015.2-final.bsp
ten I cd to the directory
~/training/emblinux/labs/buildBootImage/Avnet-Digilent-ZedBoard-2015.2.
then I run petalinux-build and I get an error which does noet explain me the root cause.
Can you please help?
Here you find the logfile attached.
09-09-2016 09:06 AM
Dear All,
I ran patalinux-build -v and looked into the log file in the build subdirectory
This showed the root cuase of the problem.
Thanks for the hints.
The rootcause was that there was a # forgotten in front of a define statement in the tftp.c file in /opt/pkg/petalinux-v2015.2-final/components/u-boot/u-boot-plnx/net
Thanks again,
Best regards
Eddy
09-08-2016 08:58 PM
Hi eddydw_priv
Did you make sure petelinux-config and your environment (tftp server setting and so on on your linux)?
Thank you.
Best regards,
09-08-2016 10:48 PM
09-09-2016 05:41 AM
Hi eddy,
Did you check your <petalinux_proj>/build/build.log file? It will give you the exact root cause of your error.
Thanks,
Naveen
09-09-2016 09:06 AM
Dear All,
I ran patalinux-build -v and looked into the log file in the build subdirectory
This showed the root cuase of the problem.
Thanks for the hints.
The rootcause was that there was a # forgotten in front of a define statement in the tftp.c file in /opt/pkg/petalinux-v2015.2-final/components/u-boot/u-boot-plnx/net
Thanks again,
Best regards
Eddy