0

Hi I am working on building a disk image which can run PARSEC benchmarks on QEMU, I got everything working, but when I run a benchmark I get it tells me that it can't generate files because it is a read-only file system. Is there an option to disable this in Buildroot menuconfig?

Thanks all !

1 Answers1

0

There is an option remount root filesystem read-write during boot in the System configuration menu in make menuconfig. It defaults to on. If you disable it, the root filesystem will be readonly.

Arnout
  • 2,927
  • 16
  • 24
  • I marked this option but still filesystems are read only. – Yoones Imani Mar 02 '22 at 09:56
  • In that case, something else is amiss. Need more info. Also, it's basically asking for debugging an issue, which is not really appropriate for StackOverflow. Go to the Buildroot IRC channel or mailing list instead. – Arnout Mar 03 '22 at 10:21