Skip to content

Commit

Permalink
adjusted scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanLut committed Jan 19, 2025
1 parent f9f060e commit 57c88ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/deprecated/building_gs_image_radxa_3w.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ UPDATE: Armiban Ubuntu minimum 22.04 image is not available at Armbian site anym

* Check that everything works:

```sudo /home/pi/esp32-cam-fpv/gs/launch.sh```
```sudo /home/radxa/esp32-cam-fpv/gs/launch.sh```

(exit using SPACE)

Expand Down
2 changes: 2 additions & 0 deletions gs/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ else
sudo -E LD_LIBRARY_PATH=/usr/local/lib SDL_VIDEODRIVER=kmsdrm ./gs
fi

#let LAN card get ip address (required if dhcpcd service is disabled)
sudo systemctl start dhcpcd &

#reconnect wlan0 to access point
sudo wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
3 changes: 0 additions & 3 deletions scripts/boot_selection.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/bash

#let LAN card get ip address (required on raspnberry)
sudo systemctl start dhcpcd &

# Variable to store detection result
IS_RADXA=false

Expand Down

0 comments on commit 57c88ca

Please sign in to comment.