News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

Recent posts

#11
UltraScale / Re: TE0823-01-3PIU1MA Power Co...
Last post by JH - May 13, 2024, 08:58:59 AM
Hi, power consumption depends on your design and cooling solution. AMD offer some excel sheet and you can use vivado power planning (realistic environment parameter must be set). See also:
With our reference Design and TE0703 carrier board whole system takes appr. about 0,72A  @5V
br
John
#12
UltraScale / TE0820-05-2AI21MA and TE0701 (...
Last post by night_prowler - May 10, 2024, 03:45:46 PM
Hi,

 

I'm hoping someone can help me, I have the TE0820-05-2AI21MA MPSoC and a TE0701-05 Carrier Board.

 

I have been trying to boot the MPSoC from the prebuilt files within the "TE0820-test_board-vivado_2023.2-build_4_20240305102020" file that I downloaded from AMD.

 

Steps I have taken:

 

1) Prepare the SD Card with two Partitions, copied the following onto the FAT32 "boot" partition:

 

    test_board/prebuilt/os/petalinux/2GB/image.ub
    test_board/prebuilt/boot_images/2cg_1i_2gb/hello_te0820/boot.bif
    test_board/prebuilt/boot_images/2cg_1i_2gb/hello_te0820/BOOT.bin

2) I have the DIP switches set as per the image below.

3) Put the SD Card into the SD Slot and Powered Up

    My understanding here is that the SD Card being present puts the device into SD Boot Mode

 

When I do this, I just get the red LED's showing as per the below image and the Green LED flashes three times, then a gap and then three times again repeatedly.

Connecting to the Mini USB port and connecting via Putty I don't see any output.

If I take the SD Card out of the slot and repower, I get the same output as above. I suspect the device isn't booting from the SD Card at all.

Can anyone tell me that I am doing wrong?

Thankyou!
#13
UltraScale / TE0823-01-3PIU1MA Power Consum...
Last post by trongnghiavt3a - May 09, 2024, 10:42:12 AM
Hi,

We need some information about power consumption for TE0823-01-3PIU1MA module (MPSoC Module with AMD Zynq™ UltraScale+™ 3CG-L1I, 1 GByte LPDDR4, 4 x 5 cm), Can anyone help me?
#14
Trenz Electronic FPGA Modules / Re: Blinking LED on TE0715-05 ...
Last post by JH - May 08, 2024, 02:38:32 PM
Hi,
you want to change MIO7 (Zynq PS IO) --> Green LED1 (Designator D2)?

This is connected to PS MIO, please check this example:
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841744/Gpio-PS+standalone+driver
--> https://github.com/Xilinx/embeddedsw/tree/master/XilinxProcessorIPLib/drivers/gpiops

MIO GPIO are activated on the reference design.
You can import this examples over Vitis Platform Board Support Package for standalone applications.

br
John




br
John
#15
Trenz Electronic FPGA Modules / Re: Memory write error at 0xF8...
Last post by JH - May 08, 2024, 01:35:54 PM
Hi,
can you check if you see ARM and FPGA device when you open Vivado HW manager?
Can you try to boot prebuilt Hello Trenz Boot.bin from SD Card?
br
John
#16
UltraScale / Re: Vitis Unified IDE 2023.2: ...
Last post by JH - May 08, 2024, 01:32:21 PM
Hi,
you are right, new IDE, doesn't work with our script and documentation. At the moment we use still Vitis classic for our designs.
br
John
#17
UltraScale / Vitis Unified IDE 2023.2: Plat...
Last post by FraLenzi - May 06, 2024, 04:51:33 PM
Hello everyone,

I've encountered an issue while attempting to create a platform component using Vitis Unified IDE 2023.2, where the build fails consistently. However, when I follow the same steps using Vitis Classic 2023.2, the build succeeds without any issues (https://wiki.trenz-electronic.de/display/PD/Vitis). I'm puzzled by this inconsistency and would appreciate any insights or suggestions on what might be causing this issue.

I suspect the problem could be related to the compatibility of the toolchain or the configuration settings between Vitis Unified IDE and Vitis Classic.

The necessary files for the test board that I have downloaded are at the following link: https://shop.trenz-electronic.de/en/Download/?path=Trenz_Electronic/Modules_and_Module_Carriers/4x5/TE0820/Reference_Design/2023.2/test_board.

Any help or advice on resolving this issue would be greatly appreciated. Thank you in advance for your assistance.
#18
Trenz Electronic FPGA Modules / Re: TE0715 and USB RNDIS on pe...
Last post by Swiss222 - May 06, 2024, 11:40:40 AM
I solved it! As I explained here https://support.xilinx.com/s/question/0D54U00008HaZLOSA3/usb-rndis-zynq-7000-doesnt-work

the device tree was the problem if you follow the xilinx zynq usb tutorial, the usb part should just be:

&usb0 {
     status = "okay";
    dr_mode = "peripheral";
    usb-phy = <&usb_phy0>;
};

Then ulpi-phy works. I saw a lot of people struggle with this so I hope this helps
#19
Trenz Electronic FPGA Modules / Using OpenOcd to dump_image fr...
Last post by blipton - April 27, 2024, 06:16:45 AM
SoftConsole/Eclipse works fine to Flash the elf to the SMF2000 device..  but I need to read the NVM and save it to a file.

And while a dump_image seems to exist for OpenOcd 0.10 
( https://riverloopsecurity.com/blog/2021/07/hw-101-jtag-part3/ )

Telnetting to port 4444 doesn't work, but 3334 does.. which makes me think that the only way to get to openocd is thru 'fpserver'?

Any suggestions?
#20
Trenz Electronic FPGA Modules / Re: JFFS2 errors, QSPI data do...
Last post by neels - April 25, 2024, 04:21:33 PM
Thanks @M kirberg for your suggestion.
Updating the spi bus width, frequency and compatible device fixed the jffs2 errors.
I can also confirm that the data in QSPI persists after reboots.
It will be great if the petalinux kickstart page can be updated with your suggestion, so that it might benefit other users when they try to do similar things.

Thanks.