MichaIng
MichaIng
Ah my mistake, I meant `/boot/armbianEnv.txt` of course. For `/boot/boot.scr` it seems you need to enforce text mode for `grep`, hence: ```sh grep -a rootdev /boot/armbianEnv.txt /boot/boot.scr ```
That Radxa package `postrm` script tries to remove a file which does not exist. Create a dummy file at that location, then retry to purge it: ```sh sudo mkdir -p...
Why did you use a vendor image, and not our ROCK 3A image? While it can work with any pre-image, there is not guarantee, as especially these vendor images are...
Ah right, I missed the little important difference 3A and 3B 😉. Hmm, based on your logs, I guess the Debian Bookworm firmware packages cause the issue, as the Radxa...
Okay, kernel build has finished, hence this could be tried now.
Did you upgrade the kernel first, and does it contain the expected device tree? ```sh ls -l /boot/dtb/rockchip/rk3568-rock-3b.dtb ``` Ah shit, my mistake, I built the `edge` kernel, while I...
For the second adapter, you could define in a own config, like: ```sh cat /etc/network/interfaces.d/eth1.conf allow-hotplug eth1 iface eth1 inet static address 192.168.1.100/24 _EOF_ systemctl daemon-reload ifup eth1 ``` depending...
Yeah, above just an example. `dietpi-config` will always setup `eth0` as main Interface with default gateway etc, so of course you can also define both by yourself, and comment the...
Great. So we can add support for the SBC in general, using ROCK 3A bootloader and adjusting the device tree only. Of course a ROCK 3B bootloader would be better,...
Not really needed. If it boots and those hardware features which differ from the ROCK 3A work, then all is good.