Documentation

This commit is contained in:
Fabio Belavenuto 2022-10-27 13:37:46 -03:00
parent 5f32bc01d5
commit 1dd0ff0228
2 changed files with 9 additions and 1 deletions

View File

@ -35,21 +35,29 @@ I developed a simple patch to no longer display the DUMMY port error on models w
## Quickstart guide ## Quickstart guide
After booting the loader, the following screen should appear. Type menu.sh and press `<ENTER>`: After booting the loader, the following screen should appear. Type menu.sh and press `<ENTER>`:
![](doc/first-screen.png) ![](doc/first-screen.png)
If you prefer, you can access it via the web: If you prefer, you can access it via the web:
![](doc/ttyd.png) ![](doc/ttyd.png)
Select the "model" option and choose the model you prefer: Select the "model" option and choose the model you prefer:
![](doc/model.png) ![](doc/model.png)
Select the "Buildnumber" option and choose the first option: Select the "Buildnumber" option and choose the first option:
![](doc/buildnumber.png) ![](doc/buildnumber.png)
Go to "Serial" menu and choose "Generate a random serial number".
Select the "Build" option and wait for the loader to be generated: Select the "Build" option and wait for the loader to be generated:
![](doc/making.png) ![](doc/making.png)
Select the "Boot" option and wait for the DSM to boot: Select the "Boot" option and wait for the DSM to boot:
![](doc/DSM%20boot.png) ![](doc/DSM%20boot.png)
The DSM kernel does not display messages on the screen, so it is necessary to continue the process of configuring DSM through the browser by accessing the address `http://<ip>`. The DSM kernel does not display messages on the screen, so it is necessary to continue the process of configuring DSM through the browser by accessing the address `http://<ip>`.

View File

@ -1 +1 @@
1.0-beta2 1.0-beta3