So I’m trying to do a fresh install on a August 2022 Norns, fully updated, with the norns220802.tgz file on a FAT formatted USB drive and get the following error in terminal (macOS):
we@norns:~$ sudo cp /media/usb0/*.tgz ~/update/
cp: cannot stat '/media/usb0/*.tgz': No such file or directory
Yeah enclosing anything between two * characters outside of a code block will italicize something. The other thing to check is if your usb drive is mounting as something other than /media/usb0. Try ls /media/ and see what you get back.
we@norns:~$ ls /media/
usb usb0 usb1 usb2 usb3 usb4 usb5 usb6 usb7
I’m pretty baffled as I’m using a MS-DOS FAT32 formatted 64GB drive (and tried an 8GB), with norns220802.tgz file on it.
we@norns:~$ ls /media/
usb usb0 usb1 usb2 usb3 usb4 usb5 usb6 usb7
we@norns:~$ sudo cp /media/usb0/*.tgz ~/update/
cp: cannot stat '/media/usb0/*.tgz': No such file or directory
please follow the “fresh install” instructions. i’m going to remove the “offline update” instructions, which is an obsoleted technique for incremental (not “fresh”/from-scratch) updating in case of wifi failure. beyond obtaining the file, you don’t need wifi connection for a “fresh” install.