MichaIng
MichaIng
Awesome, many thanks for sharing the steps. > sudo cp ./usr/mhs35-overlay.dtb /boot/overlays/ sudo cp ./usr/mhs35-overlay.dtb /boot/overlays/mhs35.dtbo Only the second is necessary, as you use `dtoverlay=mhs35:rotate=90`. > cp usr/99-fbturbo.conf /usr/share/X11/xorg.conf.d/ Do...
The config is not loaded unless you actually start an X server, like a desktop or GUI program, which doesn't seem to be installed in your case. For console usage,...
> I think maybe the edit of cmdline.txt might be the issue. The cmdline is not related to network at all. I guess it became apparent as part of package...
Great. Yes, all those settings need to be applied to `config.txt`, not `dietpi.txt`, having a look through it I think the instructions above are correct on this, when considering that...
Can you try `con2fbmap 1 2` to map the console `/dev/tty1` to the second framebuffer device `/dev/fb1`. I guess `/dev/fb0` is the HDMI screen being used by default as output...
I'm also no expert in this. Check out the calibration configs from [here](https://github.com/goodtft/LCD-show/tree/master/usr), which should give you an idea how it works: - `Option "Calibration MinX MaxX MinY MaxY"` for...
> In /boot/config.txt I have to change because everything will be delete by the script from the Display. Not a good idea to run those scripts IMHO, as long as...
Here is the relevant code from raspi-config: https://github.com/RPi-Distro/raspi-config/blob/master/raspi-config#L1205-L1287 So the following seems to be all what is needed: ``` echo 'dtoverlay=gpio-fan,gpiopin=14,temp=60000' >> /boot/config.txt ``` With GPIO pin 14 (default, matches...
The device tree overlay should enable it. @cankirca you did a reboot, didn't you? Ah, and assure that you connected it to pin 14 like in the instructions you liked,...
Sounds like you did it as advised here: The upper two are for power, the third is for control and it's GPIO pin 14. To test, you could run `dietpi-config`...