Hi, iam using LS1046ARDB eval board,
An iam working on secure boot,
The procudure to secure boot says : "Verify the SNVS register - HPSR to check whether OTPMK is fused already" by using command md $SNVS_HPSR_REG,
however when i execute above command in u boot iam getting below message
md - memory display
Usage:
md [.b, .w, .l, .q] address [# of objects]
but, when i read register w.r.t address (eg: md 0x01e80254 0x10) iam able to read it.
Let me know the exact syntax to read the register by providing register name in the u-boot console.
Thanks.