Merge pull request #1161 from Jorropo/patch-1

update linux native build instructions to mention `bin/build-native.sh`
This commit is contained in:
rcarteraz 2024-04-01 07:49:07 -07:00 committed by GitHub
commit cd97464a88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,17 +63,9 @@ First, some environment variables need to be set up with command:
`. ~/.platformio/penv/bin/activate`
You also want to make some adjustments in the bin/build-all.sh to conform the amd64 build:
```shell
sed -i 's/^BOARDS_ESP32.*/BOARDS_ESP32=""/' bin/build-all.sh
sed -i 's/^BOARDS_NRF52.*/BOARDS_NRF52=""/' bin/build-all.sh
sed -i 's/echo "Building SPIFFS.*/exit/' bin/build-all.sh
```
You can build amd64 image with command
`bin/build-all.sh`
`./bin/build-native.sh`
### Executing the application interactively