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] <koutsie> oh boy
<DC-IRC> [Discord] <koutsie> just upgraded edge and were missing device overlays now :D
<DC-IRC> [Discord] <koutsie> Failed to load '/boot/dtb/rockchip/overlay/rk35xx-.dtbo'
<DC-IRC> [Discord] <koutsie> time to re-update ig.
<DC-IRC> [Discord] <koutsie> instructions to manually fix for orange pi 3b
<DC-IRC> [Discord] <koutsie> ```c
<DC-IRC> [Discord] <koutsie> mmc dev 0 1
<DC-IRC> [Discord] <koutsie> load mmc 0:1 0x42000000 /boot/vmlinuz-6.11.1-edge-rockchip64
<DC-IRC> [Discord] <koutsie> load mmc 0:1 0x44000000 /boot/uInitrd
<DC-IRC> [Discord] <koutsie> load mmc 0:1 0x46000000 /boot/dtb/rockchip/rk3566-orangepi-3b-v2.1.dtb
<DC-IRC> [Discord] <koutsie> setenv bootargs root=/dev/mmcblk0p1 rw rootwait
<DC-IRC> [Discord] <koutsie> booti 0x42000000 0x44000000 0x46000000
<DC-IRC> [Discord] <koutsie> ```
<DC-IRC> [Discord] <koutsie> instructions to manually fix for orange pi 3b
<DC-IRC> [Discord] <koutsie> ```c
<DC-IRC> [Discord] <koutsie> mmc dev 0 1
<DC-IRC> [Discord] <koutsie> load mmc 0:1 0x42000000 /boot/vmlinuz-6.11.1-edge-rockchip64
<DC-IRC> [Discord] <koutsie> load mmc 0:1 0x44000000 /boot/uInitrd
<DC-IRC> [Discord] <koutsie> load mmc 0:1 0x46000000 /boot/dtb/rockchip/rk3566-orangepi-3b-v2.1.dtb # or rk3566-orangepi-3b-v1.1.dtb for v1.1
<DC-IRC> [Discord] <koutsie> setenv bootargs root=/dev/mmcblk0p1 rw rootwait
<DC-IRC> [Discord] <koutsie> booti 0x42000000 0x44000000 0x46000000
<DC-IRC> [Discord] <koutsie> ```
<DC-IRC> [Discord] <koutsie> somethings very borked with the latest edge kernel me thinks
<DC-IRC> [Discord] <koutsie> time to drop into a shell
<DC-IRC> [Discord] <koutsie> ok, to get a booting kernel - ive had to change the armbianEnv.txt file via dropping into an emergency shell and running this command in /boot/
<DC-IRC> [Discord] <koutsie> ```sh
<DC-IRC> [Discord] <koutsie> sed -i 's|^fdtfile=.*|fdtfile=rockchip/rk3566-orangepi-3b-v1.1.dtb|' /boot/armbianEnv.txt```
<DC-IRC> [Discord] <koutsie> to drop into an shell, ofc just change the bootargs:
<DC-IRC> [Discord] <koutsie> ```sh
<DC-IRC> [Discord] <koutsie> setenv bootargs 'root=/dev/mmcblk0p1 rw rootwait init=/bin/sh'
<DC-IRC> [Discord] <koutsie> ```
<DC-IRC> [Discord] <koutsie> still, no networking even after boot - somethings done fucked up
<DC-IRC> [Discord] <koutsie> this is where my tricks end - its an emmc and i dont have a reader to really do anything else to this
<DC-IRC> [Discord] <koutsie> so, uh fuck?
<DC-IRC> [Discord] <koutsie> (and without a network i cant ssh in proper - without systemd i cant figure out how to configure a network to update the kernel now)
<DC-IRC> [Discord] <koutsie> oh boy.
<DC-IRC> [Discord] <koutsie> i mean i guess i could ipx boot or boot from an sd card?
<DC-IRC> [Discord] <koutsie> if anyone has a good solution - please please ping me.
<DC-IRC> [Discord] <koutsie> if anyone has a good solution - please please **ping** me.
<DC-IRC> [Discord] <rpardini> (eARC on RK3588/vendor) I managed to negotiate eARC with the TV using HDMI1 (via `cec-ctl/cec-follower`).
<DC-IRC> [Discord] <rpardini> Now, to find where the audio ends up. TRM says it should be in `i2s10_8ch` -- any idea how I can bring up an ALSA card there?
<DC-IRC> [Discord] <rpardini> Damn. I'm so close it hurts. Added a `simple-audio-card` with cpu sound-dai `i2s10_8ch` and a `rockchip,dummy-codec`, but still missing a clock somewhere ref `clk_i2s10_8ch_rx_frac`.
<DC-IRC> [Discord] <koutsie> srsly - i assume i can boot from sd and somehow recover this by chrooting into the emmc and updating to a newer kernel-
<DC-IRC> [Discord] <koutsie> right?
<DC-IRC> [Discord] <ioncube7221> Has anyone able to install / run `sway` with `wayland` instead of `mutter` on Armbian Ubuntu??