mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
0e7e7c4ee6
The RPMB partition cannot be accessed via standard block layer, but by a set of specific commands: WRITE, READ, GET_WRITE_COUNTER, and PROGRAM_KEY. Such a partition provides authenticated and replay protected access, hence suitable as a secure storage. Signed-off-by: wanggang26 <wanggang26@xiaomi.com>