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/
sed -i 's|^fdtfile=.*|fdtfile=rockchip/rk3566-orangepi-3b-v1.1.dtb|' /boot/armbianEnv.txt
to drop into an shell, ofc just change the bootargs:
setenv bootargs 'root=/dev/mmcblk0p1 rw rootwait init=/bin/sh'
still, no networking even after boot - somethings done fucked up
1/2
this is where my tricks end - its an emmc and i dont have a reader to really do anything else to this
so, uh fuck?
(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)
oh boy.
(copypasted from shitcord btw)
if anyone has a solution to this / a way to get networking without pid0 on armbian / anything that i could do but to boot from an sd card / ipx and fuck around with chroot - please tell me.