we don't need to ship these scripts to people

This commit is contained in:
Matthew Kennedy 2024-03-01 11:21:08 -08:00
parent 8fb7934286
commit 85a661e0e0
13 changed files with 0 additions and 65 deletions

View File

@ -1 +0,0 @@
java -jar console/fome_console.jar detect

View File

@ -1 +0,0 @@
java -jar console/fome_console.jar dfu $1

View File

@ -1,11 +0,0 @@
#!/bin/bash
dfu_file=$(ls *dfu | head -1)
echo dfu_switch_and_program.sh $dfu_file
if [ -z "$dfu_file" ]
then
echo "No .dfu file(s) found"
exit 1
fi
echo Found ${dfu_file}
java -jar console/fome_console.jar reboot_dfu
java -jar console/fome_console.jar dfu ${dfu_file}

View File

@ -1 +0,0 @@
java -jar console/fome_console.jar reboot_ecu

View File

@ -1,3 +0,0 @@
#!/bin/bash
killall -9 java
bin/broadcast.sh &

View File

@ -1,7 +0,0 @@
#!/bin/sh
cd /rw
date >> startup.log
whoami >> startup.log
sudo su - pi /rw/startup_user.sh

View File

@ -1,4 +0,0 @@
#!/bin/sh
cd /rw
echo Hello User
whoami >> startup.log

View File

@ -1,4 +0,0 @@
echo off
set arg1=%1
cd ../console
java -jar fome_console.jar send_command %arg1%

View File

@ -1,2 +0,0 @@
arg1=$1
java -jar console/fome_console.jar send_command $arg1

View File

@ -1,4 +0,0 @@
# put into /etc/udev/rules.d/ to grand all users access to ST USB devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", MODE="0666"
SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0483", MODE="0666"

View File

@ -1,25 +0,0 @@
#!/bin/bash
#
# switch from one kind of bundle to another, for instance from microRusEFI to Hellen72
#
if [ -z "$1" ]; then
echo "New bundle name expected"
exit 1
fi
BUNDLE=$1
CURRENT=${PWD##*/}
CURRENT=${CURRENT:-/}
CURRENT_BRANCH=$(echo "$CURRENT" | cut -d '.' -f 2)
CURRENT_BUNDLE=$(echo "$CURRENT" | cut -d '.' -f 3)
cd ..
mv "rusefi.${CURRENT_BRANCH}.${CURRENT_BUNDLE}" "rusefi.${CURRENT_BRANCH}.${BUNDLE}"
cd "rusefi.${CURRENT_BRANCH}.${BUNDLE}"
rm -rf rusefi*bin
rm -rf rusefi*hex
rm -rf rusefi*dfu
rm -rf rusefi*ini
bash

View File

@ -1 +0,0 @@
java -jar console/fome_console.jar reboot_dfu

View File

@ -48,7 +48,6 @@ cp simulator/build/fome_simulator.exe $CONSOLE_FOLDER
cp misc/console_launcher/fome_*.exe $CONSOLE_FOLDER
cp java_console/*.dll $CONSOLE_FOLDER
cp java_console/rusefi.xml $CONSOLE_FOLDER
cp -r java_console/bin $FOLDER
cp firmware/ext/openblt/Host/libopenblt.dll $CONSOLE_FOLDER
cp firmware/ext/openblt/Host/libopenblt.so $CONSOLE_FOLDER
cp firmware/ext/openblt/Host/libopenblt.dylib $CONSOLE_FOLDER