SG-3100 M.2 install
-
Just to still my curiosity...
I checked my Putty log from serial port and as far as I can see I did not run any printenv/setenv command when installing the 22.05 software at ada0.
Also I looked up in my downloaded manual which do not contain this recently added commands.Because I installed m.2 devices in two appliances at nearly the same time without running in trouble, my question is: was that luck or does the issue only occur in special circumstances/releases?
Regards
-
I would have expected it to apply there if you added the SSD. Though looking at the internal bug report I opened for this it applied in 22.01-Beta and was present in 23.01 but I couldn't say for sure if it happened in 22.05.
-
-
I found solution for the m.2
setenv m2boot 'scsi reset; fatload scsi 0:1 200000 ubldr.bin; go 200000;' saveenv reset
Then it should boot correctly from the m.2
It looked like this for me as default.
setenv m2boot 'scsi reset; fatload scsi 0:0 200000 ubldr.bin; go 200000;'