Hi all,
I have a workable solution that might help many of you:
- Prepare your reTerminal as outline above
- Download this prebuilt image, made by Seeed Studio: https://files.seeedstudio.com/wiki/ReTerminal/RPiOS_Images/2021-06-02-Raspbian-reTerminal/image_2021-06-02-Raspbian-reTerminal.zip
- Use the rpi-imager to flash the eMMC
- Use a decent USB-C power supply - the DSI LCD is sensitive to power drops - I cannot use my own Desktop PC to power it, I currently use a Dell USB-C power supply
@lcnittl, If you don’t use the Seeed Studio image, you need to build the reTerminal drivers:
- sudo apt install raspberrypi-kernel-headers git
- git clone --depth 1 https://github.com/Seeed-Studio/seeed-linux-dtoverlays
- cd seeed-linux-dtoverlays
- sudo ./scripts/reTerminal.sh
- Reboot
Now, I couldn’t get this to work, but you might have better luck. Otherwise, just use the Seeed Studio version, which already has the drivers.
Lastly, many folks had issues after updating - if you can get yourselves into a good state where’s it’s working first, then move forward with getting the package updates working.
Cheers!