This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: 为什么mkdir 创建不了文件夹 ,提示 Operation not permitted?

Part Number: AM5728


SDK版本 ti-processor-sdk-linux-am57xx-evm-06.03.00.106-Linux-x86-Install  , AM5728开发板

NFS方式启动系统,执行如下命令

mkdir /configfs

mount -t configfs configfs /configfs

mkdir /configfs/device-tree/overlays/gpmc

报错,提示

mkdir: can't create directory '/configfs/device-tree/overlays/gpmc': No such file or directory

请问这是为什么?