diff --git a/Development/index.html b/Development/index.html index 170bcf35..08b16d47 100644 --- a/Development/index.html +++ b/Development/index.html @@ -233,7 +233,7 @@ git clone --recurse-submodules https://github.com/Ralim/IronOS.git

Start the Docker container with the development environment:

sh cd IronOS -./start_dev.sh

+./scripts/deploy.sh

This script will build a Docker image and run a container with the necessary tools to build the firmware.

  • diff --git a/Flashing/MHP30/index.html b/Flashing/MHP30/index.html index ad72ed44..4a4e8fb9 100644 --- a/Flashing/MHP30/index.html +++ b/Flashing/MHP30/index.html @@ -174,7 +174,7 @@ Then this works the same as a production release (use the correct file).

    Linux

    While in the past there were reports of unreliable upgrades, the consensus in issue 11 is that things work mostly as expected in Linux.

    -

    @awigen has contributed a script flash_ts100_linux.sh that works on Ubuntu 16.04 as well as other distros.

    +

    @awigen has contributed a script flash_ts100_linux.sh that works on Ubuntu 16.04 as well as other distros.

    If you want to do it manually (or if the script does not work for some reason) the general procedure is the same as for Windows, the differences are in the way to mount the unit and copy the firmware. Remember that after flashing, the firmware filename will have changed to end in .RDY or .ERR or .NOT and only .RDY means the flashing was successful!