This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Access non-SDcard memory in the EVM

Part Number: TDA4VM

Hello experts,

I have been reading this again: https://www.ti.com/lit/ug/spruis4e/spruis4e.pdf

"

2x Octal‐SPI NOR flash, 512 Mb memory (8 bit) + 512 Mb memory (4 bit)
– HyperFlash + HyerRAM, 512 Mb flash memory + 256 Mb RAM
– UFS Flash memory, 32GByte, 2Lane, Gear3
– eMMC Flash memory, 16 GB memory, v5.1 compliant
– MicroSD Card Cage, UHS‐I
– Inter-Integrated Circuit (I2C) EEPROM, 1 Mbit

"

How do I access emmc to read/write to it?

Searching the SDK docu only gave me this:

https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/09_01_00_06/exports/docs/psdk_rtos/docs/user_guide/release_notes_06_00_01.html?highlight=emmc

The reason I ask is that I would like to boot from it, see how it behaves:

in the EVM setup there is only the mention of beying booted from, but not writing to it:

https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/09_01_00_06/exports/docs/psdk_rtos/docs/user_guide/evm_setup_j721e.html

My end goal is to well, access it somehow, maybe put another Linux in it, test jailhouse or xen ( if I can ever get them to work)

Br, Mircea