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

#91
Trenz Electronic FPGA Modules / TE0820+HDMI701
Last post by PaulChang - June 21, 2024, 09:41:01 AM
Dear Sir,

I would like to try this TE0820+HDMI701 demo.
Vendor Part number of TE0820 is TE820-04-2BE21MA.

Copy Petalinux image.ub and Boot.bin on SD-Card

\HDMI701\prebuilt\boot_images\2eg_1e_2gb\u-boot\BOOT.bin
\HDMI701\prebuilt\os\petalinux\2GB\image.ub

It does not has image on monitor and it seems stuck.
Please see the attach file.
Any Suggestion?

Best Regards,
Paul
#92
Open source hardware / TE0890 SPI ELF Bootloader
Last post by Mantas - June 20, 2024, 10:38:57 PM
TE0890 SPI ELF Bootloader - remove from project.

how disable, remove ELF, i don't wana use it ? I remove ELF from vivado (only left mb_bootlauder_le.elf), but i don't understand how vitis get it. With this bootlauder don't work vitis debug tools, and don't run any code.
#93
Trenz Electronic FPGA Modules / Re: TEM0009 module
Last post by JH - June 20, 2024, 10:16:56 AM
Hi,
step model is available on the download area of the module.
Use the download tap on the product page an navigate to Rev02/HW_Design folder or use this link:
https://shop.trenz-electronic.de/en/Download/?path=Trenz_Electronic/JTAG_Programmer/TEM0009/REV02/HW_Design
br
John
#94
Trenz Electronic FPGA Modules / Re: FSBL hangs when initializi...
Last post by Waldi3141 - June 18, 2024, 04:07:03 PM
Hello Stonebull,

can you try our latest 2022.2 reference design?
https://shop.trenz-electronic.de/de/Download/?path=Trenz_Electronic/Modules_and_Module_Carriers/4x5/TE0715/Reference_Design/2022.2/test_board

I just flashed the hello_te0715 BOOT.bin file to the onboard qspi flash and it boots and programs the PLL just normal on the TE0701. You can use the prebuilt file from our 2022.2 project and try it out without rebuilding anything.

Also, you might need to update the TE0715 CPLD firmware
https://shop.trenz-electronic.de/de/Download/?path=Trenz_Electronic/Modules_and_Module_Carriers/4x5/TE0715

best regards
waldi
#95
Trenz Electronic FPGA Modules / TEM0009 module
Last post by midlandsscud - June 14, 2024, 06:30:11 AM
Can you please provide a .stp file for the TEM0009 module?
#96
Trenz Electronic FPGA Modules / FSBL hangs when initializing S...
Last post by Stonebull - June 13, 2024, 09:37:56 PM
Hello,
I am using a TE0715 together with the TE0701 carrier board with Vivado 2019.1. I started my project based on the supplied reference project from trenz for the specific board.

I am having problems getting any program to boot from flash lately and I just cannot figure out what's wrong. I run bare-metal software on the ARM cortex A9.
For simplicity I tried with the simple trenz_hello_world project, which I successfully flashed onto the SoM, but during boot the FSBL(trenz modified) hangs with the following output:

--------------------------------------------------------------------------------<\r>
<\n>
Xilinx First Stage Boot Loader (TE modified)
<\n>
<\r>Release 2018.3<9>Jun 13 2024-15:58:55<\r>
<\n>
<\r>
<\n>
Device IDCODE: 373B093<\r>
<\n>
Device Name: 7z015 (1B)<\r>
<\n>
Device Revision: 0 <\r>
<\n>
--------------------------------------------------------------------------------<\r>
<\n>
TE0715 TE_FsblHookBeforeHandoff_Custom<\r>
<\n>
Configure TE715 SI5338<\r>
<\n>
Si5338 Init Registers Write.<\r>
<\n>
Si5338 Hard reset done.<\r>
<\n>

I left all FSBL(trenz_modified) files untoutched except for enabling the DEBUG_INFO switch and adding a few more p_print() for more info about when the fsbl fails.

int si5338_init(unsigned char chip_addr)
{
int i;
u8 reg_val;
Reg_Data rd;
int Status;

    //p_printf(("Si5338 Init Start.\r\n"));
    //iic_init();
    p_printf(("Si5338 Init Registers Write.\r\n"));

// I2C Programming Procedure
iic_write8( chip_addr, 246, 0x01); //Hard reset
p_printf(("Si5338 Hard reset done.\r\n"));

// Disable Outputs
iic_write8_mask( chip_addr, 230, EOB_ALL, EOB_ALL); // EOB_ALL = 1
p_printf(("Si5338 Disable Outputs done.\r\n"));

// Pause LOL
iic_write8_mask( chip_addr, 241, DIS_LOL, DIS_LOL); // DIS_LOL = 1
p_printf(("Si5338 Pause LOL done.\r\n"));

        ...

Judging from the output I'd say that the fsbl is not able to communicate with the clock generator.

Maybe it is worth mentioning that I've removed and later re-added the I2C1 from the design.
I noticed too late that the I2C1 resource is actually used during boot, but as I re-added it to the MIO pins 48/49 like it was before, I guess that should not be the problem now.

Does anybody have any ideas on how to proceed?
Any help is appreciated.
#97
There is a topic where tells how to config a 93C56 memory attached to the FT4232 chip in the FlashPro5 programmer.


I have a FT2232 board and I config this as topic tells. My board recognized by the FPExpress as a FlashPro5 programmer. But the Ping command runs with an error:
"warpFtdi_FT_OpenEx - Port D".


The FT4232H chip has four ports and the FT2232 has only two ports. Obviously the FPExpress try to use the PORT D that the FT2232 does not have.

But your TEM0001 devboard use the FT2232 chip with PORT A!

So, how to config the FT2232 to turn it to the FlashPro5?
#98
Trenz Electronic FPGA Modules / Re: TE0715 QSPI boot not worki...
Last post by JH - May 31, 2024, 08:47:28 AM
Good to hear that it works know.
Some note regarding PGOOD: This is a multifunction pin and used also as addition boot mode Pin now. (PGOOD output and as boot Mode input) to allow JTAG only boot mode, which is necessary for newer Vivado Versions to programm QSPI Flash, see:
br
John
#99
Trenz Electronic FPGA Modules / Re: TE0715 QSPI boot not worki...
Last post by zhjaafri - May 30, 2024, 03:03:06 PM
Thanks alot for your reply, I had populated LED indicator at PGood pin on carrier board which was causing voltage drop on the pin. We removed this connection and now som is booting normally.
Yes, I also wrote to technical support and thanks for their help too.
Regards
#100
Trenz Electronic FPGA Modules / Re: TE0715 QSPI boot not worki...
Last post by JH - May 28, 2024, 01:38:25 PM
Hi,
Mode Pin controls Boot mode and when you has it floating, I would expect QSPI boot Mode, because CPLD of TE0715 has week pullup activated. This should be OK normally, but it's not good to keep this floating.

Can you tell me how you connect all these controller pins on your carrier?
https://wiki.trenz-electronic.de/display/PD/4+x+5+SoM+Integration+Guide#id-4x5SoMIntegrationGuide-4x5ModuleControllerIOs

Can you tell me the LEDs when your appr. the module(firmware and some LED status signal has changed last year):
https://wiki.trenz-electronic.de/display/PD/TE0715+TRM#TE0715TRM-MainComponents
https://wiki.trenz-electronic.de/display/PD/TE0715+CPLD

PS: Did you write also to the technical support?
br
John