One thing I’m confused about. The VisionFive 2 Quick Start guide says “cat /proc/mtd” should show this:
dev: size erasesize name
mtd0: 00020000 00001000 “spl”
mtd1: 00300000 00001000 “uboot”
mtd2: 00100000 00001000 “data”
But I get (this is booting Debian 202308 on SD card):
dev: size erasesize name
mtd0: 00040000 00001000 “spl”
mtd1: 00300000 00001000 “uboot”
mtd2: 00100000 00001000 “data”
Any idea if the difference in size for mtd0 could cause issues? If so is there a way to fix it?