Trenz Electronic GmbH Support Forum

Trenz Electronic Products => Trenz Electronic FPGA Modules => Topic started by: mike6789 on May 03, 2017, 08:01:41 PM

Title: Putting data on eMMC flash memory, without linux?
Post by: mike6789 on May 03, 2017, 08:01:41 PM
Hi there,

I have a TE0720 plugged into a TE0701 carrier.

I was able to create the basic Vivado project with the FSBL and "Hello World" applications and flash that to my module's QSPI via USB (J7 connector, very nifty... )

What I am trying to do now is put some data in the eMMC flash memory that I can read from my C application.

Can anyone point me in the right direction of how to approach this?

Thank you,
Mike
Title: Re: Putting data on eMMC flash memory, without linux?
Post by: JH on May 04, 2017, 04:16:32 PM
Hi,

the eMMC is not formatted by default. The easiest way is to use linux or u-boot to get access to the eMMC on the TE0720.
We provide a example design with all sources on our download page:
Here are also some helpful links

br
John
Title: Re: Putting data on eMMC flash memory, without linux?
Post by: JH on May 04, 2017, 04:40:01 PM
Hi,
I've found only this one (Arasan SD 2.0 host controller):

but no xilinx baremetal example provided with sdk.

br
John