There is a 64-Bit version for the RPi 3+4 now:
https://www.raspberrypi.org/forums/viewtopic.php?t=275370
Which is what I need to install now.
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
There is a 64-Bit version for the RPi 3+4 now:
https://www.raspberrypi.org/forums/viewtopic.php?t=275370
Which is what I need to install now.
So, 64-Bit raspbian is running, Node.js 14, too:
Oh, stupid me downloaded the 32 Bit version of Jlink, which I now realized only
after switching back to 32 Bit Raspbian.
JLinkExe says Hei!
With small changes to @ssfrr's
https://github.com/ssfrr/nrfjprog.sh/blob/master/nrfjprog.sh I was
successfully able to manually flash a new firmware:
Capturing terminal outputs from connected devices also works.
This will be sent to AWS IoT MQTT topics.
The RPi now connects to AWS IoT to receive jobs, and it will flash the firmware
to the connected and collect the output of all terminals:
https://gist.github.com/coderbyheart/c717cbf57c5f7041a5e3c315bf30617d
I've started to add the necessary resources to the AWS version of Bifravst:
https://github.com/bifravst/aws/pull/375
The setup for AWS is done and I have the first CI runs on GitHub actions hitting
real hardware! No assertions, yet, but I already have the log output from the
device available. 🌩️
Next up is coming up with a way to describe assertions against the log output.