ColorfulRhino

Results 146 comments of ColorfulRhino
trafficstars

`legacy` kernel for rk3588, as in 5.10, will be phased out and be EOL soon, so there's probably no point in adding it. `vendor` is basically the same but newer...

You could try mainline U-Boot by adding this (and removing the vendor U-Boot function in the baord config): ``` DDR_BLOB='rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin' BL31_BLOB='rk35/rk3588_bl31_v1.45.elf' # Mainline U-Boot function post_family_config__firefly_itx_3588j_use_mainline_uboot() { display_alert "$BOARD" "Using...

Feel free to discuss if those drivers should better be tested in 6.10 already instead of 6.11 in case 6.11 will be a LTS release so these devices can be...

Nice one 👍 Nit: The commit subjects should reflect if the commit is for either Banana Pi F3 or for the SoC Family (Spacemit K1). I can reword them later,...

> I can only speak to the rtw88_8821cu. As of now, unless something has changed "I don't believe it has as of writing this" the BananaPi M4-ZERO has issues loading...

I spent some time improving the commit subjects to make it more easily understandable for newcomers, if someone looks back or for git blame. However, same as in the old...

> this patch not accepted in mainline at this time. Which is why I proposed to add it as patch if it's useful :) > seems all sdio rtw88 card...

> you cannot make decisions for everyone I am not, I am merely describing my opinion and reasoning to discuss this topic. Apologies if there is a misunderstanding. PRs are...

> I kept legacy because the HW is really new, as is the code and updating the legacy code base will be a lot easier to do than updating current....

> Yes, perhaps I got a bit hot-headed. I get a little nervous about anything that might affect the functionality of our equipment :) No worries! 😄 Armbian does have...