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>
[Discord] <amazingfate> opi3b is bootable, I've checked it with my v1.1 board days ago
<DC-IRC>
[Discord] <koutsie> Do I dare to upgrade.
<DC-IRC>
[Discord] <koutsie> I guess I have to haha
<DC-IRC>
[Discord] <koutsie> Old kernel and no bluetooth are driving me nuts.
<DC-IRC>
[Discord] <koutsie> Thx, did you ever notice the unbootable kernels?
<DC-IRC>
[Discord] <koutsie> And any clu3 om the cause?
<DC-IRC>
[Discord] <amazingfate> I'm using edge mainline kernel, I have just tested 6.12-rc2
<DC-IRC>
[Discord] <koutsie> Thank you.
<DC-IRC>
[Discord] <koutsie> Have you tried EMMC booting?
<DC-IRC>
[Discord] <amazingfate> I have not tried, but it should work
<DC-IRC>
[Discord] <koutsie> i think i reported everything i could've
<DC-IRC>
[Discord] <koutsie> and yeah
<DC-IRC>
[Discord] <amazingfate> I'm tesing with new image, an no issue. Maybe you have to update latest mainline uboot
<DC-IRC>
[Discord] <koutsie> I might as well unfreeze + update
<DC-IRC>
[Discord] <koutsie> take a backup first tho haha
<DC-IRC>
[Discord] <amazingfate> mainline uboot will set env fdtfile, which is used by /boot/boot.scr, so that dtb v1.1 or v2.1 is autoset from u-boot.
<DC-IRC>
[Discord] <amazingfate> Here is the latest u-boot for opi3b from armbian's beta repo:https://netcup.armbian.com/beta/pool/main/l/linux-u-boot-orangepi3b-edge/linux-u-boot-orangepi3b-edge_25.2.0-trunk.16_arm64__2024.10-Sf919-Pbdc8-H264e-V155b-Bda0a-R448a.deb
<DC-IRC>
[Discord] <amazingfate> After installing it, run command `sudo armbian-install` to update the bootloader on emmc
<DC-IRC>
[Discord] <amazingfate> at early time dtb file of opi3b is rk3566-orangepi-3b.dtb, then xunlong released a v2.1 board, so there are two dtb file, rk3566-orangepi-3b-v1.1.dtb and rk3566-orangepi-3b-v2.1.dtb, and armbian is using mainline u-boot to determine which dtb file to use. So if you're using old u-boot and the kernel is updated to 6.11, there will be issues
<DC-IRC>
[Discord] <koutsie> well im rn on v24.8.4 for Orange Pi 3B running Armbian Linux 6.11.0-edge-rockchip64 haha
<DC-IRC>
[Discord] <koutsie> holy dingus it came back.
<DC-IRC>
[Discord] <koutsie> and its working
<DC-IRC>
[Discord] <koutsie> tyx!
<DC-IRC>
[Discord] <koutsie> tho its confusing itself to be jammy
<DC-IRC>
[Discord] <Werner> Userspace upgrades are neither tested nor supported. You have to install correct armbian bsp manually to adapt such changes
<DC-IRC>
[Discord] <koutsie> i do get that, its running and as long as the kernel / ftd's dont change names / break i should be golden.
<DC-IRC>
[Discord] <koutsie> tysm
<DC-IRC>
[Discord] <amazingfate> I have done an upgrade from jammy to noble on rk3588, and chromium lost vpu decoding. Fortunately that I have a seperate home partition on nvme ssd, so I reflashed the system on emmc with new noble armbian image. You are using mainline kernel so I think it should have less issues than me, I was having issue on vendor kernel.
<DC-IRC>
[Discord] <koutsie> fastfetch even started detecting the gpu now, hm
<DC-IRC>
[Discord] <koutsie> never done that before
<DC-IRC>
[Discord] <efectn> Tested with 6.12, the below one doesn't work
<DC-IRC>
[Discord] <menu> wdym?
<DC-IRC>
[Discord] <efectn> The usb2 not working for me, usb3 works on usb2 mode as well
<DC-IRC>
[Discord] <menu> all my ports operate in USB2 mode just fine, but the 3.0A port (upper) refuses to do USB3
<DC-IRC>
[Discord] <menu> i regret trying to update now
<DC-IRC>
[Discord] <superkali> have you used kernel edge instead vendor as i mentioned on the previous messages?
<DC-IRC>
[Discord] <menu> 6.10? yes, USB3 is broken, i'll give 6.1 a try later, but it won't work for PVE
<DC-IRC>
[Discord] <menu> i'm debating trying to the PVE kernel, but that's on 6.6 and may not support device trees
<DC-IRC>
[Discord] <superkali> for what are you using usb 3 ports?
<DC-IRC>
[Discord] <superkali> atm i never use usb3 port on my nanopc t6 because on kernel 6.10 is not yet implemented, i will update to kernel 6.12 that integrate on my side the usb port works
<DC-IRC>
[Discord] <superkali> atm i never used usb3 port on my nanopc t6 because on kernel 6.10 is not yet implemented, i will update to kernel 6.12 that integrate on my side the usb port works
<DC-IRC>
[Discord] <menu> storage, it worked on 5.10LTS
<DC-IRC>
[Discord] <superkali> let me check if kernel 6.10 have the properly reference to usb 3.0
<DC-IRC>
[Discord] <menu> i'm hoping it's just an issue with the device tree, but diagnosing USB is nearly impossible
<DC-IRC>
[Discord] <johnthecoolingfan> Getting a non-fatal error in u-boot `rockchip_rk3066_i2c i2c@fdd40000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19` this is device tree related I assume?
<DC-IRC>
[Discord] <johnthecoolingfan> Also some kernel errors about rk809_sound:
<DC-IRC>
[Discord] <johnthecoolingfan> ```
<DC-IRC>
[Discord] <johnthecoolingfan> [ 11.775546] asoc-simple-card rk809-sound: ASoC: Failed to add route MICBIAS1(*) -> Mic Jack(*)
<DC-IRC>
[Discord] <johnthecoolingfan> [ 11.775572] asoc-simple-card rk809-sound: ASoC: Failed to add route Mic Jack(*) -> IN1R(*)
<DC-IRC>
[Discord] <menu> i'm blindly assuming the device tree is my issue, i don't actually *know*, and USB support is... well i'm not a member of the USB-IF
<DC-IRC>
[Discord] <johnthecoolingfan> I think your problem is in one of the device trees, yeah. When did it break?
<DC-IRC>
[Discord] <johnthecoolingfan> I think your problem is in one of the device trees, yeah. When did it break? Or was it "always" broken?
<DC-IRC>
[Discord] <menu> it worked fine on 5.10 LTS, it does not work on 6.10
<DC-IRC>
[Discord] <johnthecoolingfan> Well then yeah I guess it's due to changes to device tree schema
<DC-IRC>
[Discord] <menu> though now i'm second guessing myself and i'm not certain 5.10 LTS actually did USB3 and not just USB2
<DC-IRC>
[Discord] <johnthecoolingfan> I might check it out, maybe just some usb phy or power provider is misconfigured in dts
<DC-IRC>
[Discord] <menu> annoyingly this is preventing me from working on my true goal
<DC-IRC>
[Discord] <johnthecoolingfan> ha, same
<DC-IRC>
[Discord] <johnthecoolingfan> wanted to use btt pi2 (rk3566) as a new server, now playing whack-a-mole with the issues. Will have to adapt a bunch of stuff from vendor's 4.19 kernel, *sigh*
<DC-IRC>
[Discord] <johnthecoolingfan> I could use it as is on kernel 6.6, everything *I* need works, but I also need to test out my changes
<DC-IRC>
[Discord] <johnthecoolingfan> I could use it as is on kernel 6.6, everything that *I* need works, but I also need to test out my changes
<DC-IRC>
[Discord] <menu> i'm debating trying the PVE port kernel, but i don't know if it'll work, one would assume so
<DC-IRC>
[Discord] <zeeto9> Kind of lame that company is asking for the public to fund their product development through a “kickstarter”
<DC-IRC>
[Discord] <zeeto9> Kind of lame that the company is asking for the public to fund their product development through a “kickstarter”
<DC-IRC>
[Discord] <fireman6740> Someone there run Armbian on PCIE with recompiled u-boot without splash-screen
<DC-IRC>
[Discord] <fireman6740> ?
<DC-IRC>
[Discord] <fireman6740> please.....
<DC-IRC>
[Discord] <fireman6740> I am dying
<DC-IRC>
[Discord] <fireman6740> now
<DC-IRC>
[Discord] <lanefu> If anybody in the USA is dumb enough to want a firefly cluster server r1 full of rk3399 modules and is willing to pay $20 + shipping let me know
<DC-IRC>
[Discord] <lanefu> If anybody in the USA is dumb enough to want a firefly cluster server R1 full of rk3399 modules and is willing to pay $20 + shipping let me know