Tool/software:
Hi Expert,
Using the AM62X EVM, under u-boot, executing the following command appears to allow reading, but erase is not possible. Does the EVM have any setting to protect against write operations?
Uboot mode:
=> sf probe
SF: Detected s28hs512t with page size 256 Bytes, erase size 256 KiB, total 64 MiB
=> sf read 0x80000000 0x600000 0x2000
device 0 offset 0x600000, size 0x2000
SF: 8192 bytes @ 0x600000 Read: OK
=> sf erase 0x600000 0x10000
SF: 65536 bytes @ 0x600000 Erased: ERROR -22
Uboot menuconfig settings:
CONFIG_ENV_SIZE=0x20000
CONFIG_ENV_OFFSET=0x600000
CONFIG_ENV_SECT_SIZE=0x10000
Thanks
Daniel