fix factory set default error

This commit is contained in:
Jon Sands 2022-08-08 23:07:16 -04:00
parent c17f3f5dc9
commit 47a5f4a961
6 changed files with 10 additions and 10 deletions

View File

@ -27,8 +27,8 @@ It will take a little longer. When it finishes, we need to erase the current con
factory set-default
reset
```
??? info "If you get "factory set-default is not a valid command""
If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
??? info "If you get "Unknown command factory""
If you get an `Unknown command factory` error, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
```
reset

View File

@ -34,8 +34,8 @@ To confirm the factory reset action, you must send CAPITAL `Y` - sending a lower
```
reset
```
??? info "If you get "factory set-default is not a valid command""
If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
??? info "If you get "Unknown command factory""
If you get an `Unknown command factory` error, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
```
reset

View File

@ -34,8 +34,8 @@ To confirm the factory reset action, you must send CAPITAL `Y` - sending a lower
```
reset
```
??? info "If you get "factory set-default is not a valid command""
If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
??? info "If you get "Unknown command factory""
If you get an `Unknown command factory` error, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
```
reset

View File

@ -34,8 +34,8 @@ To confirm the factory reset action, you must send CAPITAL `Y` - sending a lower
```
reset
```
??? info "If you get "factory set-default is not a valid command""
If you get an error stating `factory set-default` is not a valid command, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
??? info "If you get "Unknown command factory""
If you get an `Unknown command factory` error, this means your switch has a very old bootloader. In that case since we just flashed the latest bootloader already, we just have to tell the switch to reset to load it. Then in the new bootloader the command will work:
```
reset

View File

@ -8,7 +8,7 @@ theme:
name: 'material'
custom_dir: overrides
palette:
primary: 'red'
primary: 'blue'
accent: 'orange'
dev_addr: 192.168.1.27:8000

View File

@ -2,7 +2,7 @@
{% block announce %}
<center>
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v4.1 (08-06-2022)</a>
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v4.2 (08-08-2022)</a>
-
<a href="https://github.com/Fohdeesha/lab-docu" target="_blank">Sources, Suggest, Contribute</a>
-