From eaf3614fdcee4dc1fcdb32f58dbaca756535f60a Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sun, 12 May 2024 10:45:03 -0400 Subject: [PATCH] General build instructions: give main example as shell command not Makefile Signed-off-by: Thierry Laurion --- Installing-and-Configuring/Building-Heads/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-and-Configuring/Building-Heads/general.md b/Installing-and-Configuring/Building-Heads/general.md index 7a508f6..7c16ae6 100644 --- a/Installing-and-Configuring/Building-Heads/general.md +++ b/Installing-and-Configuring/Building-Heads/general.md @@ -58,7 +58,7 @@ Generally, everything that is needed to flash the SPI flash of a board is a Make Heads for another board (`XXX` should be the name of your board in ./boards and YY the number of CPUs you want to build with): - ```Makefile + ```shell docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=XXX CPUS=YY ```