it looks like they release an arm64 deb now, but afaik that wasn’t the case when rex first released this package
Sdrpp brown I had to compile and package as at the time it wasn’t in any other repo. I haven’t checked yet but if it is precompiled now, I can just test it and put it in my repo if it’s not in the default repos now.
When I added it originally you had to compile it yourself, that’s why I package it.
@Rex @snipeytje Aaah, noted. That makes sense.
Yea, the Stable release was made the 8th of May but became a bit confuzzled since the attached “source code.zip” is dated from 2023
.
One of the last updates seems to have broken meshtasticd on my AIO v1 for me. It’s not starting anymore and systemstl status meshtasticd returns “Result: start-limit-hit”.
Does anyone have similar issues? I have been updating regularly the last couple of weeks and it was working a few days ago. The only other change I made was installing the QMK firmware.
I’ve run into that with the last kernel update (to the v7 kernel).
I had this when I was trying to test Meshcore and Meshtastic (not at the same time).
Turned out to be Tar1090 that starts and locks the SDR (or GPS) which made the Meshtastic service fail to detect one of the devices.Found this in journalctl -fTry checking if Tar1090 or readsb services are running and if so, either stop or disable them.
systemctl status tar1090
systemctl status readsbMight need to off-then-on the GPS afterwards before Meshtastic can run.
NVM: I was then using the old kernel, but above all, I am using AIOv2.
Good morning all, I saw where someone else already figured this out, but their solve didn’t seem to work for me.
Using Rex’s dragon image, Lora shows enabled and idle, but when trying to use it in WDGWars, it says to enable Lora (while showing it as enabled and idle). I have not tried using Meshtastic yet, when I get time away from work later today I will. I’ve reached out for help in the WDGWars discord, but adding:
dtparam=spi=on
dtoverlay=spi1-1cs
in the pi5 portion of the config file just gives me a backlit black screen. deleting those two lines returns me to previous functionality. I also tried just the overlay line and just the spi=on line, with same results for those as well.
Apologies, more information would probably help.
HG AIO v2 board
cm5
dragon os
Here’s what is in the config file right now:
[pi5]
dtoverlay=spi0-0cs
dtoverlay=i2c-rtc,pcf85063a,i2c_csi_dsi0
dtparam=rtc=off
#dtoverlay=clockworkpi-devterm-cm5
dtoverlay=clockworkpi-uconsole-cm5
dtoverlay=vc4-kms-v3d-pi5,cma-384
dtparam=uart0
dtparam=pciex1
dtparam=pciex1_gen=3
Also, meshtasticd shows unable to locate Lora 1262 module, so there’s a disconnect somewhere…
