Dear Forum
I did a very simple application; led LD9 flah every second usingsome of the Timer available.
The Debug of applcation is working..
Now I would like that zedboard run my app with no jtag connectiontry to boot from QSPI So, following many tutorial, i did:
-Compile my app (Helloword) in release mode
-Create the FSBL ,using the already created BSP with some library add (the xilffs and xilrsa)
-compile the FSBL in releae.
-So, at this point i have helloword.elf and FSBL.elf in release.
-Now the boot image:
select Helloword and Xilinxtool-->create boot image
-At end of this ,sdk creates boot.bin and helloword.bif
-Again ->create boot image, and generate helloword.mcs
-Program the flash ,with all chk possible..erease..programm..veryfy ...ALL OK message
-Last,change MIO5 on zedboard for 3.3V ..the only one now in this position
-Restart the zedboard.....NOTHIGN HAPPEND.
-Connecting a serial port and some terminal, have no messages.
The messages via serial port are many ok, apart the lest:
*****No Execution Address JTAG Handoff*****
Thanks for help and for was so patient to read this long mail
Roberto