Boot problems with i20230828 #1411
Replies: 5 comments 2 replies
-
I've 2 Rpi 3b . |
Beta Was this translation helpful? Give feedback.
-
Not sure the card was at fault as the initial boot would succeed but fail on a reboot, but I have flashed another with i20230828 and this time it seems to start up ok. There is however another problem with this build in that it is not possible to enable the Browser on RPi feature. It appears there are errors starting Chromium (which is an old error seen many time before in the past): Sep 01 16:30:35 RAConservatory sudo[2404]: root : PWD=/ ; USER=root ; COMMAND=/usr/bin/startx Also there is a Python error later in the start sequence: Sep 01 16:56:39 RAConservatory mpdidle.sh[3055]: /srv/http/bash/common.sh: line 151: echo: write error: Broken pipe These errors are repeated several times after this. Chris |
Beta Was this translation helpful? Give feedback.
-
Image 20230828@RPi 3B+ With the current image, I felt like I 'had' to set up a new installation. No pacman -Syu, only r/Audio. And, I hardly dare to say it, everything went flawlessly. @ceaajymem The only customization of the image was the config.txt before first run (...and had to deactivate WiFi afterwards in settings): `disable_overscan=1 gpu_mem=16 dtparam=act_led_trigger=none dtparam=pwr_led_trigger=none dtoverlay=disable-wifi |
Beta Was this translation helpful? Give feedback.
-
The install and basic working of this image (eventually) went fine fine and basic functionality is OK. I have one minor change to config.txt which is: dtparam=i2c_vc_baudrate=50000 which is the Raspberry.org workaround for using an official RPi touchscreen with RPi3B (see raspberrypi/linux#4686), and I have been using it for over a year with with rAudio with no problems. It was only when I tried enabling 'Browser on RPi' that things started going wrong. Using 'journalctl -xe' I found the errors above relating to the start up of Chromium. I then started seeing the large numbers of Python errors- which I don't know what these relate to. Chris |
Beta Was this translation helpful? Give feedback.
-
As per #1647 the remaining websocket-server issue seems to be resolved with 20240315. Chris |
Beta Was this translation helpful? Give feedback.
-
Hi
Has anybody tried installing the new i20230828 image on RPi 3B ? I downloaded this version this morning and flashed it to a new SD card. On first boot it seemed to work OK but I needed to turn off Bluetooth (which is enabled by default in this version) which required a reboot. Following the reboot the system was completely unresponsive - via web app or ssh. As I can't access the system to check for logs etc I cannot give any more information at the moment.
Chris
Beta Was this translation helpful? Give feedback.
All reactions