+3000 because I’d like to know how can I control the fan speed manually, and I assume the gpio map would help with that.
Given that I’ve had no problem installing EndeavoursOS (an Arch-based OS), I would presume that installing any other RPi5 supporting distro should be fine. (Fedora seems to have RPi5 installation images here though I am not a Fedora user so don’t blindly trust me on that).
The only things which are ONE-up specific are the battery (I use this installed/compiled using DKMS and deployed using dtoverlay) and the lid open/close (I use that dtoverlay), everything else is either generic for all RPi5s (RPi5, CM5, RP 500, etc.) (like display, 3D acceleration, fan control, GPIO, etc.) or plug’n’play (like USB hubs, keyboard, touchpad, etc.).
The fan inside he One Up is connected to the standard Fan control of the CM5, it doesn’t need any Argon40-specific stuff.
See this forum post by NHHiker with an example of tweaking the fans using dtparams - that control method is independant of any distro.
i want to post a topic in this channel about my argon one up and to share my setup and configuration. but i cannot. wtf ? how are other people posting ???
You need to respond to some threads first to get the ability to post your own…. not sure on the number… You will have to wait for a minute or so between posts…. this is all in an effort to limit spam posts.
Have the One Up, no issues with the out of box experience.
I have tried to install FydeOS on a seperate SSD and it boots and works EXCEPT, it does not recognise or activate the keyboard, touchpad or camera. Using an external, USB connected keyboard and mouse does work. Any tips, suggestions, workarounds or the like?
Thank you
Make sure you have:
dtoverlay=dwc2,dr_mode=host
In your /boot/firmware/config.txt, or /boot/config.txt which ever your distribution has… You might want the following as well:
dtoverlay=dwc2,dr_mode=host
dtparam=pciex1_gen=3
dtparam=ant2
At the end of the config.txt, under [all]