Skip to content

Commit

Permalink
Updates Docker instructions in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Aug 16, 2024
1 parent f9ae2d9 commit 6d43f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To remove all previous build artifacts and rebuild, run ```rm -r build/native &&
#### libsignaletic for Web Assembly
At the root of the Signaletic repository:
1. Build the Docker image: ```docker build . -t signaletic```
2. Run the cross-compilation script in Docker: ```docker run --platform=linux/amd64 -v `pwd`:/signaletic signaletic /signaletic/cross-build-wasm.sh```
2. Run the cross-compilation script in Docker: ```docker run -v `pwd`:/signaletic signaletic /signaletic/cross-build-wasm.sh```

#### Running the Unit Tests
1. Native: ```meson test -C build/native -v```
Expand All @@ -87,7 +87,7 @@ At the root of the Signaletic repository:

##### Daisy Examples
1. If you haven't already, build the Docker image ```docker build . -t signaletic```
2. ```docker run --platform=linux/amd64 -v `pwd`:/signaletic signaletic /signaletic/cross-build-arm.sh```
2. ```docker run -v `pwd`:/signaletic signaletic /signaletic/cross-build-arm.sh```
3. Use the [Daisy Web Programmer](https://electro-smith.github.io/Programmer/) to flash the ```build/signaletic-bluemchen-looper.bin``` binary to the Daisy board, or run ```make program``` while connected to an ST-Link Mini debugger.


Expand Down

0 comments on commit 6d43f35

Please sign in to comment.