Seeed-Studio / seeed-linux-dtoverlays

Device Tree Overlays for Seeed boards
Other
78 stars 55 forks source link

reTerminal doesn't work with CM4 8/32GB #60

Closed windoze closed 1 year ago

windoze commented 1 year ago

reTerminal doesn't work with CM4 8/32GB I replaced the 4/16GB CM4 module came with reTerminal with CM4 8/32GB, which I confirmed to be working properly on the official CM4 expansion board. The installation of Raspberry Pi OS was successfully, and SSH over wifi worked without problem. After installing the dtoverlay, reTerminal hang on sudo reboot, and cannot boot after the power cycle.

To Reproduce Steps to reproduce the behavior:

  1. Replace the CM4 module with CM4 8/32GB
  2. Install the Raspberry Pi OS by following the official wiki.
  3. Install dtoverlay by following the official wiki.
  4. The machine hangs.

Expected behavior The reTerminal boot and run without issue.

I searched the website and didn't find any info about the reTerminal/CM4 compatibility, is there anything special in the CM4 that comes with reTerminal?

bigbearishappy commented 1 year ago

Can you have a try to remove the dtoverlay=reTerminal-bridge in /boot/config.txt and then boot it again?

windoze commented 1 year ago

I cannot find the line dtoverlay=reTerminal-bridge in /boot/config.txt after running sudo ./scripts/reTerminal.sh, I added arm_64bit=0 and now it seems to be working fine.

Thanks for your help.

bigbearishappy commented 1 year ago

OK, it's a issue with the official raspbian OS building. Closing this issue~