tabrisnet

Results 37 comments of tabrisnet

Perhaps a note should be made in the board config file with appropriate document links [use archive.org if we don't trust the vendor to not change files]. Take any references...

so I do see this: https://github.com/armbian/build/blob/main/patch/kernel/archive/sunxi-6.16/patches.armbian/cb1-overlay.patch I don't have any unused H616 boards, and the one board I can think of is still on bullseye & `6.1.11`. it'll take me...

this is likely relevant: ``` tabris@brunnt:~/build/armbian-build/cache/sources/linux-kernel-worktree$ grep sun50i-h616-fixup.scr -r 6.1[26]__sunxi64__arm64 6.12__sunxi64__arm64/arch/arm64/boot/dts/allwinner/overlay/Makefile: sun50i-h616-fixup.scr 6.12__sunxi64__arm64/arch/arm64/boot/dts/allwinner/overlay/.sun50i-h616-fixup.scr.cmd:savedcmd_arch/arm64/boot/dts/allwinner/overlay/sun50i-h616-fixup.scr := mkimage -C none -A arm64 -T script -d arch/arm64/boot/dts/allwinner/overlay/sun50i-h616-fixup.scr-cmd arch/arm64/boot/dts/allwinner/overlay/sun50i-h616-fixup.scr 6.16__sunxi64__arm64/arch/arm64/boot/dts/allwinner/overlay/Makefile: sun50i-h616-fixup.scr tabris@brunnt:~/build/armbian-build/cache/sources/linux-kernel-worktree$ find 6.1[26]__sunxi64__arm64 -name...

looks like the relevant command in `Makefile.lib` got moved to `Makefile.dtbs` ``` tabris@brunnt:~/build/armbian-build/cache/sources/linux-kernel-worktree$ grep -A1 quiet_cmd_scr 6.1[26]__sunxi64__arm64/scripts/Makefile.* 6.12__sunxi64__arm64/scripts/Makefile.lib:quiet_cmd_scr = FIXUP IMAGE $@ 6.12__sunxi64__arm64/scripts/Makefile.lib- cmd_scr = mkimage -C none -A $(ARCH)...

restoring `quiet_cmd_scr` & `cmd_scr` to `scripts/Makefile.lib` did nothing [apparently] useful. ``` diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 1d581ba5df66..5a96cf9fdccb 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -364,10 +364,19 @@ quiet_cmd_lz4 = LZ4 $@...

> I had the same issue with my Radxa Cubie A7A build. I fixed this with short delay. Now tty1 has enough time to kill the other root sessions. >...

hmm. BliKVM H616 appears to be an Armbian fork, and they have a mechanism for mounting `/` as `ro` and back to `rw`. May be worth investigating if its worth...