Readback --idstr

Technical questions regarding the XTC tools and programming with XMOS.
lmariotti
Active Member
Posts: 39
Joined: Mon Nov 21, 2022 5:38 pm

Readback --idstr

Post by lmariotti »

Hi everyone,

I'm using the xflash command as follow:

Code: Select all

xflash my_program.xe --idstr message
I'm looking for a way to read back the written message, I've checked the xflash documentation https://www.xmos.com/documentation/XM-0 ... anual.html but didn't find anything usefull.

I've tried to dump memory to file, but wasn't able to detect my message

Code: Select all

xflash --read-all --target-file my_config_file.xn -o temp.bin 
Any suggestion?

Thanks
User avatar
Ross
Verified
XCore Legend
Posts: 1251
Joined: Thu Dec 10, 2009 9:20 pm
Location: Bristol, UK

Post by Ross »

Technical Director @ XMOS. Opinions expressed are my own