update linux native build instructions to mention bin/build-native.sh

This commit is contained in:
Jorropo 2024-03-29 04:44:33 +01:00 committed by GitHub
parent eccf133deb
commit e1abcabef4
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