SG-2100 USB recovery error
-
Hi.
I am running into a problem when trying to recover a 2100 that i purchases second hand.
I get a device tree error when running "run usbrecovery."
Any help would be appreciated.
-
Hmm, was it in this state when you got it?
What image are you using on the USB stick?
The uboot envs you on that device have been reset and are now incorrect. They will need to be reset. Do you have a ticket open with us for this?
Steve
-
Hi Steve,
Thanks for responding. No open ticket.
I am using pfSense-plus-Netgate-2100-recovery-23.09.1-RELEASE-aarch64.img
-
Ok that's the correct image.
At the Marvell>> prompt run:
setenv usbboot 'usb reset; setenv loaddev usb; if fatls ${loaddev} 0:2 /; then run pfsenseboot; fi;' setenv bootcmd 'run setLED; run mmcboot; run scsiboot; run usbboot; run net;' saveenv
Then reset and try running usbrecovery again.
Steve
-
-
Hmm pfsenseboot is in your listed envs above. Is it no longer there? net is shown there too.