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
montjoie has quit [Ping timeout: 260 seconds]
montjoie has joined #armbian-rockchip
DC-IRC has joined #armbian-rockchip
<DC-IRC> <amazingfate> latest rkr5.1 tag from rockchip's sdk: https://github.com/armbian/linux-rockchip/commits/linux-5.10-gen-rkr5.1
<DC-IRC> <amazingfate> UEFI bookworm live iso for rk3588 with armbian's kernel and package list: https://github.com/amazingfate/rk3588-live-iso/releases/download/20230728-0505/debian-bookworm-live-arm64.hybrid.iso
<DC-IRC> <amazingfate> We can use calamares installer to customize partition and filesystem.
<DC-IRC> <lanefu> Nice!
<DC-IRC> <efectn> It'd be nice to integrate netinstall to calamares
<DC-IRC> <Werner> Should this simply boot from sd?
<DC-IRC> <amazingfate> it's better to boot from a ventoy udisk, just like what you do on x86 machines.
<DC-IRC> <amazingfate> Calamares is a live installer, it just unarchive the live rootfs from squahfs to the target device. Debian installer should do net install.
<DC-IRC> <efectn> Calamares also has support for netinstall
<DC-IRC> <efectn> Some distros already support it
<DC-IRC> <amazingfate> I'm using calamares from debian bookworm's repo, here is debian's setting for it: https://salsa.debian.org/live-team/calamares-settings-debian-packaging
<DC-IRC> <amazingfate> armbian's kernel rebased on rkr5.1: https://github.com/amazingfate/linux-rockchip/tree/rk-5.10-rkr5.1
<DC-IRC> <efectn> It might worth to create own settings
<DC-IRC> <tenkawa42> @amazingfate hey what version of u-boot are you currently using?
<DC-IRC> <tenkawa42> @amazingfate hey what version of u-boot are you currently using? (in the 3588 build)
<DC-IRC> <amazingfate> I'm using radxa's u-boot: https://github.com/radxa/u-boot/tree/next-dev/
<DC-IRC> <tenkawa42> Ah I thought you might
<DC-IRC> <tenkawa42> I need to try that out.. still using the really old one on my Rock5's
<DC-IRC> <rpardini> Hey AF, super cool, how did you get around that "flavor" thing with the kernel package? I realized later we probably should change the version to match the package, eg `vmlinuz-5.10.160-rk35xx` to `vmlinuz-5.10.160-rk35xx-legacy`
<DC-IRC> <amazingfate> Just ignore the flavor🤣
<DC-IRC> <rpardini> Oh, right... if you pre-set `DEFAULT_KERNEL` then it does not try flavor jugglign
<DC-IRC> <rpardini> interesting, if I understand you're doing vendor uboot's EFI to grub with DTB via `devicetree`?
<DC-IRC> <rpardini> not sure this fits but I did https://github.com/armbian/build/blob/main/extensions/grub-with-dtb.sh -- maybe we could try it out for (regular) images as well?
<DC-IRC> <rpardini> also: can you see/input to grub's menu? 😄 even only via serial would already be nice to have, switch kernels easily etc
<DC-IRC> <amazingfate> I'm using edk2 firmware with HDMI support: https://github.com/edk2-porting/edk2-rk3588
<DC-IRC> <amazingfate> In grub I get the board name from smbios and load dtb file from /boot partition.
<DC-IRC> <rpardini> even nicer, then.
<DC-IRC> <Werner> Bummer. rk5.1 did not fix the loadavg issue
<DC-IRC> <lanefu> @werner what's dmesg say on your box with the load average issue?
<DC-IRC> <tenkawa42> @werner I'm seeing this on risc-v even with 6.4 kernels
<DC-IRC> <tenkawa42> constant high load
<DC-IRC> <tenkawa42> on mainline
<DC-IRC> <Werner> https://paste.armbian.com/liqumikado @lanefu
<DC-IRC> <lanefu> if you run `dmesg -w -T` does it constantly puke iwth anything?
<DC-IRC> <Werner> nope
<DC-IRC> <tenkawa42> @lanefu I've been seeing high cpu on 6.1 and up with nvme drives on the last 2-3 months worth of kernel updates.. Its fairly consistent across all devices and types and distributions here...
<DC-IRC> <lanefu> water feels nice over here in mainline
<DC-IRC> <efectn> have you ever tried rk3588-test branch
<DC-IRC> <lanefu> that is rk3588-test
<DC-IRC> <lanefu> from last weekend
<DC-IRC> <efectn> is type-c working
<DC-IRC> <tenkawa42> @werner are you using a nvme or microsd root?
<DC-IRC> <lanefu> wasn't last week, need to try again been a lot of patches since
<DC-IRC> <tenkawa42> @werner are you using a nvme or microsd boot?
<DC-IRC> <efectn> i tried something for opi5 but not worked
<DC-IRC> <Werner> Happens either way
<DC-IRC> <tenkawa42> Yeah same here
<DC-IRC> <tenkawa42> I'm running a 2017 u-boot though
<DC-IRC> <tenkawa42> (on the arm64 boxes)
<DC-IRC> <tenkawa42> Shouldn't matter though