admin管理员组文章数量:1356898
I'm using QNX 7.1 on a Zynq Ultrascale+.
The SDCard has been formatted on a PC with FAT32 and contains boot.bin and qnx-ifs (the boot and OS images).
I'm trying to initialise and mount the card as follows:
devb-sdmmc-xzynq cam quiet sdio addr=0xxxx, irq=xxx blk ramdisk=64
waitfor /dev/hd0
mount -v -t dos exe=all /dev/hd0t12 /appli
I am able to read the content of the SDcard in /appli
but when I try to write it I've got a message read-only file system
. A ls -l
indeed shows that /dev/hd0
is read-only but /appli
is read-write.
I tried to add options to io-blk driver like this:
devb-sdmmc-xzynq cam quiet sdio addr=0xFF160000,irq=80 blk rw,perms,0777,ramdisk=64
but it doesn't change.
Any idea ?
本文标签: SDcard mounted as readonly on QNXStack Overflow
版权声明:本文标题:SDcard mounted as read-only on QNX - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744033681a2579378.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论