From 699c710443d69bf3bd17f03bf0bf2ba3f3e9c752 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Mon, 11 Nov 2019 08:34:27 +0100 Subject: [PATCH] [readme] Added instructions for the binpack. --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 366e504a9..9b4940b21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ +

@@ -27,7 +28,7 @@ The main new features are listed [here](https://github.com/Omega-Numworks/Omega/ First of all, follow **step 1** [here](https://www.numworks.com/resources/engineering/software/build/). Then: -* For **n0100**: +### For **n0100**: ``` git clone --recursive https://github.com/Omega-Numworks/Omega.git cd Omega @@ -38,7 +39,7 @@ make MODEL=n0100 epsilon_flash -* For **n0110**: +### For **n0110**: ``` git clone --recursive https://github.com/Omega-Numworks/Omega.git cd Omega @@ -47,7 +48,19 @@ make USERNAME="{Your name, max 15 characters}" -j4 make epsilon_flash ``` -* Building the **web simulator** (works under linux): +### Building **bin files**: + +These can be used to distribute omega [so that it can be flashed by anyone](https://ti-planet.github.io/webdfu_numworks/). +``` +git clone --recursive https://github.com/Omega-Numworks/Omega.git +cd Omega +make clean +make MODEL=n0100 USERNAME="" -j8 +make MODEL=n0100 USERNAME="" binpack -j8 +make USERNAME="" -j8 +make USERNAME="" binpack -j8 +``` +### Building the **web simulator** (works under linux): First, install emsdk : ```