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> results in something like this
<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] <boogieboogieboogie> does anyone know where does this repo originate from? https://github.com/JacobZang/rkbin/commits/rk3588/, this is slightly ahead of https://github.com/rockchip-linux/rkbin/commits/master/
<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] <nagatoronyan> Because it is forked from numbqq/rkbin. GitHub cannot reference rockchip-linux/rkbin.
<DC-IRC> [Discord] <boogieboogieboogie> no thats the original rockchip-linux repo it is not forked from numbqq
<DC-IRC> [Discord] <boogieboogieboogie> and somehow those individual commits are pushed without reference
<DC-IRC> [Discord] <nagatoronyan> https://github.com/numbqq/rkbin/network
<DC-IRC> [Discord] <boogieboogieboogie> ehh ok, what the hell is numbqq repo then
<DC-IRC> [Discord] <boogieboogieboogie> some dude from rockchip?
<DC-IRC> [Discord] <boogieboogieboogie> or kahdas
<DC-IRC> [Discord] <boogieboogieboogie> or khadas
<DC-IRC> [Discord] <nagatoronyan> khadas
<DC-IRC> [Discord] <boogieboogieboogie> yeah ok, hashes are also the same
<DC-IRC> [Discord] <boogieboogieboogie> however the child commit does note exist in rockchip repo
<DC-IRC> [Discord] <boogieboogieboogie> new kernel also https://github.com/JacobZang/linux/blob/khadas-edges-6.1.y/Makefile
<DC-IRC> [Discord] <boogieboogieboogie> 6.1.118
<chewitt> Gotta love GitHub magic githashes :)
<DC-IRC> [Discord] <boogieboogieboogie> pushed the new bsp kernel 6.1.118 here in case anyone wants to rebase https://github.com/hbiyik/linux/tree/develop-6.1.118
<DC-IRC> [Discord] <nagatoronyan> I pushed it to my fork. Then the commit from 3 days ago can also be referenced in the official repo https://github.com/rockchip-linux/rkbin/commit/9ab19cc4adfad92d415e0660ae95c60eac45c2eb
<DC-IRC> [Discord] <nagatoronyan> https://github.com/armbian/linux-rockchip/pull/389
<DC-IRC> [Discord] <boogieboogieboogie> lol, how do you guys get stuff so fast 🙂
<DC-IRC> [Discord] <mecoblock> ninjas everywhere 👀
<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
lanefu has joined #armbian-rockchip
<DC-IRC> [Discord] <fenry_3588> hi, Is the orange pi 5 ultra compatible with Armbian?
<DC-IRC> [Discord] <fenry_3588> I can't find it on the comaptible board list
<DC-IRC> [Discord] <Werner> community support only. may work, may not. Its status is unknown to the Armbian core team.
<DC-IRC> [Discord] <fenry_3588> thank you
lanefu has quit [Quit: WeeChat 3.8]
lanefu has joined #armbian-rockchip
<DC-IRC> [Discord] <boogieboogieboogie> `CONFIG_TOUCHSCREEN_FTS=n
<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