Zur Dokumentation für mich selbst und damit es vielleicht auch anderen zukünftig hilft, hier mal meine Vorgehensweise:
Code: Alles auswählen
mkdir ~/update-tmp
cd ~/update-tmp/
curl 'https://sourceforge.net/p/itelex/code-0/HEAD/tree/trunk/main.hex?format=raw' -o main.hex
wget 'https://github.com/Boregard/FBoot-Linux/archive/refs/heads/master.zip'
unzip master.zip
cd ~/update-tmp/FBoot-Linux-master/src/
make
~/update-tmp/FBoot-Linux-master/src/bootloader -d /dev/ttyUSB0 -b 38400 -p -v ~/update-tmp/main.hex
### jetzt einen Reset der Ethernet-Karte auslösen und bei Bedarf hinterher aufräumen mit: ###
rm -r ~/update-tmp/