Load variable from SD card

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Load variable from SD card

520 Views
Alberto_isorna
Contributor II

Hello, 

I have a very large file (60MB) with a constant char in my SD card that looks like this: 

Alberto_isorna_0-1606147042916.png

My question is: how can I load a variable from SD card into a variable allocated also in the SD card?

I'm able to load the ascii caracters in the SDRAM but I don't want the caracters I want the variable and anyway the full file is not fiting in the ram so I'd need to load it from the SD card. 

I'm using a NXP IMXRT 1064, I need that my tensorflow model loads the image from there.

Any help is better than nothing,

Best regards!

 

Labels (1)
Tags (3)
0 Kudos
1 Reply

509 Views
jeremyzhou
NXP Employee
NXP Employee

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) How can I load a variable from the SD card into a variable allocated also in the SD card?
-- In my experience, it needs to load the image data in the RAM in advance of input it to the TensorFlow model.
Hope it helps.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

 

0 Kudos