Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: airizar on November 08, 2018, 12:06:04 PM

Title: TE01726: Boot from flash then run from sdcard (standalone)
Post by: airizar on November 08, 2018, 12:06:04 PM
I've managed to boot the Zynqberry TE0726 from flash and run a standalone application.
I understand that it is not possible to boot from sdcard due to limitations of the zynq device.

My question is if is possible to boot from flash and the run the application fro the SDcard?

Regards

Andoni
Title: Re: TE01726: Boot from flash then run from sdcard (standalone)
Post by: Oleksandr Kiyenko on November 08, 2018, 01:10:35 PM
Hello,

to do that you need some OS which can read your apps from SD (you probably need some filesystem support) and execute it. I don't know the easy way to do it in a standalone app.

Best regards
Oleksandr Kiyenko
Title: Re: TE01726: Boot from flash then run from sdcard (standalone)
Post by: JH on November 09, 2018, 10:49:36 AM
Hello,
maybe you can check Xilinx driver baremetal driver:
if this works, write your own application which loads elf from sd. Maybe this link also helps:brJohn
Title: Re: TE01726: Boot from flash then run from sdcard (standalone)
Post by: airizar on November 11, 2018, 10:23:58 PM

Thank you very much for your quick responses.
We'll havea look at John's suggestion.

Best regards

Andoni