Thx...working on it...when I look onto the conf file, there is a default entry which has some more entries than the labels like...
label default
fdtdir /usr/lib/modules/linux/dtb/
kernel /usr/lib/modules/linux/vmlinuz
append loglevel=4 root=PARTUUID=8b029f90-01 cma=896M coherent_pool=2M selinux=0 audit=0 c>
cma..cohorent_pool etc ?
And I dont have a /usr/lib/modules/linux/dtb/:
root@nanopineo3:/usr/lib/modules# ls
5.19.14-rockchip64 Linux_5.19.16_100HZ
..so I guess...i simply copy your stanza im as default, correct ?
So we have
label default
fdtdir /usr/lib/modules/5.19.14-rockchip64/dtb/
kernel /usr/lib/modules/5.19.14-rockchip64/Image
initrd /usr/lib/modules/5.19.14-rockchip64/initrd.img-5.19.14-rockchip64
append root=PARTUUID=59d35469-01 rootwait rootfstype=ext4 splash=verbose console=ttyS2,1500000 consoleblank=0 loglevel=1 ubootpart=59d35469-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u consoleblank=0 quiet irqaffinity=0 nosoftlockup nmi_watchdog=0 nohz=on isolcpus=nohz,domain,1-3 nohz_full=1-3 rcu_nocbs=1-3 no_balance_cores=1-3 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
label Linux_5.19.16_100HZ
fdtdir /usr/lib/modules/Linux_5.19.16_100HZ/dtb/
kernel /usr/lib/modules/Linux_5.19.16_100HZ/Image
initrd /usr/lib/modules/Linux_5.19.16_100HZ/initrd.img-5.19.14-rockchip64
append root=PARTUUID=59d35469-01 rootwait rootfstype=ext4 splash=verbose console=ttyS2,1500000 consoleblank=0 loglevel=1 ubootpart=59d35469-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u consoleblank=0 quiet irqaffinity=0 nosoftlockup nmi_watchdog=0 nohz=on isolcpus=nohz,domain,1-3 nohz_full=1-3 rcu_nocbs=1-3 no_balance_cores=1-3 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
?
As I will always use only SSH with the NPiNeo3, the default is important for switching...
I changed the name of the new copied content of the 100HZ Kernel as you see...i hope that this will not create problems ?
I found when I create my own custom kernels and want to give it a local name extension in general settings...the creation of the image fails...so i have the issue that all my Kernel-Images have the same name which is a bit confusing to know who is who...if there is a way how to give a custom configure kernel its own name without messing up sd card image creatiin, please let me know...