Skip to content
Snippets Groups Projects

remote-station: Add Makefile to create self installation script

Merged Jonas Höppner requested to merge tr8mp-emc-test-fixes into kirkstone
Files
2
@@ -29,7 +29,7 @@ USB_sticks_umount for i in $(grep /dev/sd /proc/mounts | awk '{print
Touchtest_remove_socket rm -f /touch_tst_socket
Touchtest_start touchmon -d -i /dev/input/event0 -s /touch_tst_socket -p 0
Battery_Charger_Active gpioset $(gpiofind EN_CHARGER)=1
Bluetooth_prepare systemctl start bluetooth-init; /opt/ltp/scripts/bluetooth_l2test_service.sh 00:0E:8E:BB:4D:23 /tmp/l2test.log &
Bluetooth_prepare /opt/ltp/scripts/bluetooth_l2test_service.sh 00:0E:8E:BB:4D:23 /tmp/l2test.log &
# Enable 24VOUT Rail
Enable_24VOUT echo 1 > /sys/bus/platform/drivers/reg-userspace-consumer/24V_OUT/state
Relay_1_ON gpioset $(gpiofind "RELAY1_ON")=1
Loading