Helpdesk

Hi,


I Have a brand new StromPi3 rev1.1 that im trying to setup on a RPI4 running the latest Debian x64 bit (release 2022-01-18). I have followed the manual but when I modify /boot/config.txt with:


dtoverlay=pi3-miniuart-bt
enable_uart=1
core_freq=250


The Pi doesnt boot anymore. I can get no connection through the minicom as it doesnt start the strompiconsole. I have also tried flashing with the latest software but i only get the below message:


Using Parser : Raw BINARY
Error probing interface "serial_posix"
Cannot handle device "/dev/serial0"
Failed to open port: /dev/serial0


I have also tried changing the serialless jumper togehter with the powershutdown_serialless.py script but it doesnt recognize when i pull the main supply and doesnt initialize the shutdown.[nbsp][nbsp]


Any suggestions on how to get this working?

Jonas

04.03.22 11:50

Problem solved..[nbsp]


I had to disable BT in boot config


dtoverlay=disable-bt
enable_uart=1

Jonas

04.03.22 20:26