When I do, there appears to be a problem with MTD on the latest software.
root@MarkIII:~# sudo flash_eraseall /dev/mtd0
flash_eraseall has been replaced by `flash_erase <mtddev> 0 0`; please use it
flash_erase: error!: can't initialize libmtd
I’ve even tried to load the mtd driver with no change:
kkersey@MarkIII:~$ lsmod | grep mtd
mtd 69632 0
kkersey@MarkIII:~$ ls /dev/mtd*
ls: cannot access '/dev/mtd*': No such file or directory
I’d love some help on this one since it was working prior to upgrading.
Actually, I do think that’s the 35.1 document even though the link says 34.1, see the actual URL. This document contained general instructions on how to flash the QSPI image. While it could exist and the search couldn’t find it, I didn’t see any other instruction on flashing the QSPI.
I appreciate the link. I was using the search function of the document to help find what I was looking for but I wasn’t finding it. I’ll go through this page.
BTW, Wayne, sorry if you feel I’ve wasted your time. I was just looking for some pointers. You seem a bit short and snarky this evening. Take it easy and all the best.
Another reminder here that the reason you cannot follow old jetpack release document is because we have removed the permission for kernel side to access QSPI for the sake of security.
Thus, actually that capsule update method (what you are reading now) is doing in bootloader (UEFI).