BBear
BBear
> FYI I create new script. `reTerminal2.sh` https://github.com/matsujirushi/seeed-linux-dtoverlays/blob/main/scripts/reTerminal2.sh https://github.com/matsujirushi/seeed-linux-dtoverlays/blob/main/doc/reTerminal_RasPiOS.md The script reTerminal2.sh looks good. Can you try to merge it into the reTerminal.sh.It would be better for user to use...
I just upgraded the reTerminal.sh by refering your reTerminal2.sh. And it works fine with the following image: ``` ubuntu-22.04.3-preinstalled-server-arm64+raspi.img 2023-12-05-raspios-bookworm-armhf.img 2023-12-05-raspios-bookworm-arm64.img 2023-05-03-raspios-bullseye-arm64.img 2023-05-03-raspios-bullseye-armhf.img (bootup with arm_64bit=0) ``` Maybe you can...
@matsujirushi Is there anything new about this issue now?
It seems the dts of reTerminal bridge need to update. Before that, I just remove the installation of reTerminal bridge. One more thing.Have you tried to boot it with reterminal...
Cause the firmware of 2023-05-03 is too old. I think it's better idea for us to try it with the latest firmware from [here](https://github.com/Seeed-Studio/pi-gen-expand). I will try the latest one...
I tried the latest image I mentioned before and it works fine. Please have a try with the latest image~
As we can see from the dts [source code](https://github.com/Seeed-Studio/seeed-linux-dtoverlays/blob/fc790132fe595166fd41cdb17cbdaf4104410e2e/overlays/rpi/reTerminal-bridge-overlay.dts#L83) of reterminal bridge. And the base kernel driver of pcf8575 is [here](https://github.com/raspberrypi/linux/blob/rpi-5.15.y/drivers/gpio/gpio-pcf857x.c). The kernel driver of [leds](https://github.com/raspberrypi/linux/blob/rpi-5.15.y/drivers/leds/leds-gpio.c) is base on the...
What is the output of lsmod when there is no "usr_led0, usr_led1, usr_led2 and usr_buzzer" under /sys/class/leds/?
@lakshanthad The driver gpio_pcf857x should not be probed when there is no hardware of pcf8575. I check the code and find a error in it. Please help me to verify...
The latest firmware of raspberrypi official firmware is already the bullseye. you can download and try it with this [link](https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-32-bit).