4.3.0 Beta feedback

General support for the Pi-Star System
User avatar
G8SEZ
Posts: 580
Joined: Fri Apr 13, 2018 8:26 pm

Re: 4.3.0 Beta feedback

Post by G8SEZ »

Have you considered trying with a smaller card? 128GB seems very large.
--

Brian G8SEZ
KN2TOD
Posts: 313
Joined: Sun Nov 11, 2018 6:36 pm

Re: 4.3.0 Beta feedback

Post by KN2TOD »

Now that the Nextion processing has been integrated into the mix, consider adding the stop/start of the Nextion driver to pistar-daily.cron:

Code: Select all

  :
# Stop all the services...
systemctl stop pistar-watchdog.service > /dev/null 2>&1
systemctl stop nextiondriver.service  > /dev/null 2>&1       <-----
systemctl stop mmdvmhost.service > /dev/null 2>&1
systemctl stop dstarrepeater.service > /dev/null 2>&1
  :

  :
# Start all the services...
systemctl start ircddbgateway.service > /dev/null 2>&1
  :
systemctl start nextiondriver.service > /dev/null 2>&1         <-----
systemctl start mmdvmhost.service > /dev/null 2>&1
  :
This insures that the latest list of user ids gets loaded afresh each day.

Also, load in the lastest NextionDriver binary that allows more than the current 200K user ids.
User avatar
G8SEZ
Posts: 580
Joined: Fri Apr 13, 2018 8:26 pm

Re: 4.3.0 Beta feedback

Post by G8SEZ »

Andy is there a view from you and the other developers about whether 4.3.0 is now able to become a release version?

I've been running it for a good while on a Pi Zero 2W and it seems very good and stable.

I don't think I have seen any complaints about anything other than the Nextion-related stuff.
--

Brian G8SEZ
PA5WIL
Posts: 22
Joined: Sun Apr 15, 2018 10:15 am

Re: 4.3.0 Beta feedback

Post by PA5WIL »

why is there no more news about version 4.3.0?
KD8DVR
Posts: 107
Joined: Tue Aug 14, 2018 6:23 pm
Location: Columbus, OH USA
Contact:

Re: 4.3.0 Beta feedback

Post by KD8DVR »

AC4WT wrote: Tue May 28, 2024 3:14 pm I just can't get 4.3.0 to work; the DMR flags on the left remain in RED. I have it working in 4.1.8, 4.2.1.
Same here. I scrapped 4.3
AntiSquid Disclaimer: All messages posted are personal opinion only and may not constitute fact.
DD8BA
Posts: 2
Joined: Mon Sep 16, 2024 4:54 pm

Re: 4.3.0 Beta feedback

Post by DD8BA »

4.3.0 works fine on my Pi5

but i have to change ttyAMA0 back
see viewtopic.php?p=24271
and yes still if
dtoverlay=disable-bt
is set in the config.txt

GPIO sysfs interface is deprecated, it works with Kernel 6.1. which is used in the image, but for me is gpio20 => gpio591
and with Kernel 6.8. i can not access my dual_ms_hat anymore

73
User avatar
G8SEZ
Posts: 580
Joined: Fri Apr 13, 2018 8:26 pm

Re: 4.3.0 Beta feedback

Post by G8SEZ »

I am finding that it's pretty much impossible to run sudo apt dist-upgrade or full-upgrade, the errors seen are typically like this:

dpkg: error processing package linux-headers-rpi-v6 (--configure):
dependency problems - leaving unconfigured
Processing triggers for initramfs-tools (0.142+deb12u1) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-rpi8-rpi-v8
cpio: write error: No space left on device
E: mkinitramfs failure cpio 2
update-initramfs: failed for /boot/initrd.img-6.1.0-rpi8-rpi-v8 with 1.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1

I think this is down to a lack of memory, but after trying to use the process here:

https://github.com/garyexplains/example ... erry_Pi.md

I don't get any improvement.

Perhaps a Pi Zero 2W is just not up to the job, but I have not seen this until trying it with Bookworm.

Any thoughts on how to fix this appreciated.
--

Brian G8SEZ
DD8BA
Posts: 2
Joined: Mon Sep 16, 2024 4:54 pm

Re: 4.3.0 Beta feedback

Post by DD8BA »

remove temporly the tmpfs entrys in the fstab for update
you can add a # at the beginnig, and reboot
After Update undo the edits

but be carefull with kernel 6.8. my MMDVM Modem stopped to work
User avatar
G8SEZ
Posts: 580
Joined: Fri Apr 13, 2018 8:26 pm

Re: 4.3.0 Beta feedback

Post by G8SEZ »

DD8BA wrote: Sun Sep 22, 2024 7:18 pm remove temporly the tmpfs entrys in the fstab for update
you can add a # at the beginnig, and reboot
After Update undo the edits

but be carefull with kernel 6.8. my MMDVM Modem stopped to work
Thanks for this, it does work although it doesn't make for nice automation.

So far I have kernel-6.6.47 which seems OK, I don't know when or if kernel-6.8 will reach Bookworm.
--

Brian G8SEZ
2E0BSL
Posts: 7
Joined: Sun Jan 21, 2024 8:17 pm

Re: 4.3.0 Beta feedback

Post by 2E0BSL »

KD8DVR wrote: Thu Sep 05, 2024 9:19 pm
AC4WT wrote: Tue May 28, 2024 3:14 pm I just can't get 4.3.0 to work; the DMR flags on the left remain in RED. I have it working in 4.1.8, 4.2.1.
Same here. I scrapped 4.3
Can confirm. This happens if you do an update from within 4.3.0. Any changes after result in red DMR flag requiring reflash to clear. If you dont update, it works fine.
Post Reply