UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
04-14-2018 02:03 AM
Hey evryone !
i am using zybo 7010 in ubunto 16.04
I generate a BOOT.BIN and an image.ub, I put the two files in the SD card but it does not boot!
in vivado i activate UART0 and UART1.
jumper is good.
I enclose the two files system-user.dtsi and system-conf.dtsi.
my serial terminal is /dev/ttyUSB1.
please helpe !
04-15-2018 08:04 PM
Hi @mohamd17
Would you try qemu to make sure your boot sequence ?
It's easy way to find the route cause, even if you can not use serial interface.
http://www.wiki.xilinx.com/QEMU+-+Zynq-7000
Best regards,
04-16-2018 08:11 AM
Hi @mohamd17,
Are you sure that serials are enabled ?
aliases { serial0 = &uart0; }; &uart0 { device_type = "serial"; port-number = <0>; status = "okay"; };
Cheers,
Trigger