04-19-2017 08:59 AM
Hello,
I'm trying to boot a petalinux from the SD card without any success. I have tried the one provided by avnet or one that I build with petalinux + vivado (I tried both 2016.2 and 2016.4).
The system is booting on the EMMC and not with the uImage of the SD card...
With the one provided by avnet I have the following problem:
*** Warning - spi_flash_probe() failed, using default environment
*** Warning - bad CRC, using default environment
Do you have some suggestions?
04-25-2017 09:45 AM
I made a script for building petalinux 2016.2 with my hardware by looking the BSP generation script in https://github.com/Avnet/software/blob/master/petalinux/scripts/make_uz3eg_petalinux_bsp.sh
04-20-2017 01:45 AM
Hi,
Which board do you use ? On Picozed board for example you have to set jumpers correctly to choose the boot sequence:
http://picozed.org/content/microzed-how-boot-sd-card
Give us more info :)
Trigger
04-20-2017 06:16 AM
@trigger thanks for your reply.
I'm using the UltraZed-EG (it has a Xilinx XCZU3EG-1SFVA625 device) with the IO carrier card.
Pins are apparently correct. I have not applied any patches.
04-21-2017 12:39 AM
Hi @simalps
About :
*** Warning - bad CRC, using default environment
Don't worry, just launch "saveenv" command in u-boot ;)
You should probably double check the DTS file in u-boot source to be sure the QSPI is enable.
After that you can Also try to load files manually:
Regards,
Trigger
04-25-2017 09:45 AM
I made a script for building petalinux 2016.2 with my hardware by looking the BSP generation script in https://github.com/Avnet/software/blob/master/petalinux/scripts/make_uz3eg_petalinux_bsp.sh
11-26-2017 05:06 PM
Hi simalps,
I am a new Ultrazed beginner, now I cannot boot my ultrazed board using QSPI or JTAG mode, can you tell me your Connections on the IO Carrier Card?
I have followed the start kit tutorial on Avnet website and connect the JP1, set boot mode to 0x00(JTAG mode), however, my Vivado cannot detect the board as well.
Any Advise ? thanks in advance ~