squashfs for spi-nand

  • We will update the SDK after a while to provide a simple example of rv1106 spi-nand using ramfs (ramfs uses squashfs). At present, the answer can be yes. If you need to write operations, you can add an rw partition of ubifs to store them.
    If you use rv1103, it cannot be implemented in ramfs (rv1103 ram is only 64M), but you can run the system in spi-nand as a reference
  • I changed filesystem type in boardconfig from ubifs to squashfs. I assume this there is some other things i have to do because in your build.sh script some things are hard-coded for ubifs, right?