rockchip-linux / rkdeveloptool

GNU General Public License v2.0
159 stars 91 forks source link

Can this tool support sdram read write and execute operation? #9

Closed 54shady closed 5 years ago

54shady commented 7 years ago

can this tool support sdram read write and execute operation?

such as below operations:

rkdeveloptool read sdram_addr len // read file from sdram rkdeveloptool write sdram_addr file // download file to sdram address rkdeveloptool execute sdram_addr // execute the instruction

keveryang commented 7 years ago

No, it does not support, why do you need this feature? you can read the sdram memory by the md command in U-Boot.