lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC>
[Discord] <bluem0n> Hi 👋
<DC-IRC>
[Discord] <bluem0n> Recently I could see many RK3506 based SBCs but seems no Armbian available yet
<DC-IRC>
[Discord] <bluem0n> Is this in the roadmap and anyone working on it?
_whitelogger has joined #armbian-rockchip
_whitelogger has joined #armbian-rockchip
chewitt has joined #armbian-rockchip
<DC-IRC>
[Discord] <rpardini> Take a look; this is using a 4-pin fan via 40-pin connector. You might be able to adapt it.
<DC-IRC>
[Discord] <rpardini> if you've only 3-pins, drop the `interrupts` / `interrupt-parent` and you should still get pwm control, but not RPM readings.
<DC-IRC>
[Discord] <nagatoronyan> That person seems to be from Khadas, so he should be able to access the RK's internal sdk repo.
javabean has quit [Quit: well, shoot]
javabean has joined #armbian-rockchip
<DC-IRC>
[Discord] <boogieboogieboogie> i found the hash f the commit in the official repo as well, interesting that the repo is up to date but lacking the hashes only
<DC-IRC>
[Discord] <mecoblock> jk I knew the release was existing and just occasionally checked if any vendor had put it up on GitHub already but Kwiboo pointed it out first
<DC-IRC>
[Discord] <mecoblock> but 6.1.118 doesn’t compile on my setup (without and with armbian rebase). Haven’t looked deep into it yet
<DC-IRC>
[Discord] <mecoblock> it fails at the most random places during the compile parts of the kernel where nothing has changed in over 5 years and have nothing to do with rockchip
<DC-IRC>
[Discord] <boogieboogieboogie> i checked the git history a little bit it felt like history seems to be rewritten as well i might be wrong though
<DC-IRC>
[Discord] <mecoblock> it fails at the most random places during the compile. Parts of the kernel where nothing has changed in over 5 years and have nothing to do with rockchip
<DC-IRC>
[Discord] <boogieboogieboogie> my bet: warning as errors, classic everytime
<DC-IRC>
[Discord] <ideallykafei> The hard part is I have jack squat an idea for how to access the group in this board and why h software pins are which
<DC-IRC>
[Discord] <boogieboogieboogie> CONFIG_COMPASS_AK8975=n` those 2 are based on old linux api probably based on android, when disabled it compiles
<DC-IRC>
[Discord] <boogieboogieboogie> correction, only touchscreen fts is using old api, ak8975 compass has an alternative in mainline linux so its colliding in the name space.
<DC-IRC>
[Discord] <boogieboogieboogie> correction, only touchscreen fts is using old api, ak8975 compass has an alternative with the same name in mainline linux so its colliding in the name space.
<DC-IRC>
[Discord] <mecoblock> we also need to handle some mali configs differently as the mali driver split valhall and prior and they have some new kernel configs depending on the SoC
<DC-IRC>
[Discord] <boogieboogieboogie> yeah it also needs rebasing to armbian, is there somewhere rebased, armbian seems to have diverged from rackchip
<DC-IRC>
[Discord] <boogieboogieboogie> yeah it also needs rebasing to armbian, is there somewhere rebased, armbian seems to have diverged from rockchip
<DC-IRC>
[Discord] <mecoblock> and the mali userspace driver also hasn’t been published yet so no need to rush the rkr6.1. Need to test if it works with the current userspace mali we have