Hi all,
I'm developing system based on Logic PD L138 SOM with single removable SD card as storage disk. I'd like to have uboot on SPI flash and kernel with file system on SD.
so I wonder is there any chance to make application secure? i.e. if card with data removed from devise make it unreadable/encrypted for somebody who is not authorized to read its contents.
with starterware and my SD driver I'm able to apply CMD42 to SD card - making it totally "invisible" ether in Windows or Linux, but accessible by application on EVM. I prefer this option because it is provided by card hardware itself, it is simple - not like Advanced Security part of SD spec, and I now it works if some bits are set.
I understand that uboot at least should "know CMD42". after kernel is loaded to RAM it is making some manipulations with sd and can apply CMD0 making card locked again. thereby SD driver in kernel also should deal with lock/unlock command.
maybe somebody already developed or just used same application, I would be appreciated any feedback.
regards,
Dmitriy.