Hi GERGARCIAA,
I am not working for trenz and I am still beginner but
in order to use the base board (TEBF0808) is it mandatory to use a linux OS image or can i create a Standalone image?
No it is not mandatory to have linux you can have standalone (BareMetal), freeRTOS (or other but it is not available with xilinx tools AFAIK) running on A53 Or/And R5.
I am actually not interested in using the PS at all so would it be possible to use the PL alone and still communicate with the baseboard and therefore not creating any image whatsoever?
Not 100% sure but if your clock come from the PS side you should wake up A53_0 and configure the clock. I would do at least : A53 standalone (BareMetal) with Hello world.
So the flow will be
Vivado : do the fpga side (what ever you want)
Vivado : export the xsa
Vitis : import xsa (create or update platform)
vitis : create the application Hello world
Run your hello world
Now you PS is awake with some ps -> pl clock
you can go back to vivado and play with it and reprogram the pl as long as you do not modify your clock
BR
MT