odo2063

Results 8 comments of odo2063

/bin/turny.sh ``` #!/bin/bash output="$( curl -4 icanhazip.com )" && turnserver -X $output -o & ``` /bin/turny_off.sh ``` #!/bin/bash killall turnserver ``` crontab -e(as root, reset ex-ip @3:05a.m. shortly after reconnect...

the arm-none-eabi-gcc seems easy... https://packages.debian.org/buster/gcc-arm-none-eabi What else do you need? i could also give you SSH to Raspi if you like...or you find something with https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/legacy-mpus/spear-arm-cortex-a9-microprocessors.html

Hi I found this one https://github.com/vanbwodonk/gcc-arm-embedded-build-armhf

> Which one have to be used depending of the host arch? Honestly, I don't know Raspi ecosystem, what I know is Arduino seems able to handle twice of them...

``` ./dfu-util --version dfu-util 0.8 ``` ...seems to compile I can run any script you want me to...but I am a newbie when it comes to build up a toolchain...

I could give you SSH to a raspi if you like...with X-Forwarding...

I'll compile it that weekend...can we meet at IRC or something like that so I can hand you over the login credentials, because I don't know what to do any...

i got a raspi4 ;-) and if this goes productive we could do a crosscompile...