From 20307af2929d3717a833c2990b9d93194e6fe1db Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Thu, 27 Oct 2022 13:37:46 -0300 Subject: [PATCH] Documentation --- README.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db935f3..d3b85dc7 100644 --- a/README.md +++ b/README.md @@ -35,21 +35,29 @@ I developed a simple patch to no longer display the DUMMY port error on models w ## Quickstart guide After booting the loader, the following screen should appear. Type menu.sh and press ``: + ![](doc/first-screen.png) If you prefer, you can access it via the web: + ![](doc/ttyd.png) Select the "model" option and choose the model you prefer: + ![](doc/model.png) Select the "Buildnumber" option and choose the first option: + ![](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: + ![](doc/making.png) Select the "Boot" option and wait for the DSM to boot: + ![](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://`. diff --git a/VERSION b/VERSION index 2c409b4e..45e2a3f2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0-beta2 +1.0-beta3