ColorfulRhino

Results 158 comments of ColorfulRhino

> There are no more users of these APIs in the mainline kernel, remove them. Have a look at how other screens or other boards do it :) If it's...

I believe the issue here is less "how can we stay on the old jammy hosts" but more "what needs to be updated to get the old stuff running on...

I figured it out :) Semantic versioning 🎉 PR soon.

Fix: https://github.com/armbian/build/pull/6867 But OrangePi5 U-Boot building fails because it's using a vendor U-Boot from Xunlong. I have pinged @efectn @igorpecovnik actually, most of those should also fail compiling even on...

Yeah I have noticed Indiedroid Nova failing to build, it's using some external vendor U-Boot. @lanefu You may consider also moving to the default family uboot :) Next set of...

Odroid XU4 uses some ancient vendor uboot: https://github.com/armbian/build/blob/654d208053f60d5793b25ea354df80a8d2116779/config/sources/families/odroidxu4.conf#L10-L13 Doing a short research I could not see that this board is supported by mainline unfortunately. Since I don't have the board...

# Meta discussion about reviews and security Unfortunately, all the kernel patches show up as newly created files. This is due to the fact that both `current` and `edge` kernel...

# Hardware RNG driver evaluation ## Tests ### `/dev/random` (software implementation) **CM3588-NAS:** ``` cat /dev/random | rngtest -c 10000 rngtest 2.4 Copyright (c) 2004 by Henrique de Moraes Holschuh This...

> > Unfortunately, all the kernel patches show up as newly created files > > Indeed. I feel your pain. We've tried those bumps every other way by now, and...

> Just checked HDMI on Opi5 and it doesn't seem to work. It seems like the HDMI bridge pathces have been removed during rebases. They need to be re-added from...