Hi all, Sorry for such a kiddy question but I couldn’t find answer.
I have Armbian-bpi-SpacemiT 24.5.0-trunk noble on my Banana Pi 3 I’m trying to change a kernel that installed like deafult I want to install some kernel with linux perf support to get countyers for some applications
As understand it’s linux-allwinner with 6.8.0-60.63.1 I’ve tried to install
linux-allwinner/noble-security,noble-updates,now 6.8.0-60.63.1 riscv64 [installed]
linux-headers-allwinner/noble-security,noble-updates,now 6.8.0-60.63.1 riscv64 [installed,automatic]
linux-image-allwinner/noble-security,noble-updates,now 6.8.0-60.63.1 riscv64 [installed,automatic]
linux-tools-allwinner/noble-security,noble-updates,now 6.8.0-60.63.1 riscv64 [installed]
But I still have old image like default May 1 2024 Image
ls -last /boot/
total 226196
8 -rwxr-xr-x 1 root root 5605 Jul 18 14:21 armbianEnv.txt
0 -rwxr-xr-x 1 root root 0 Jul 18 13:45 armbianEnv.txt.out
62596 -rwxr-xr-x 1 root root 64096052 Jul 17 18:44 uInitrd
62596 -rwxr-xr-x 1 root root 64095988 Jul 17 18:44 initrd.img-6.8.0-60-generic
264 -rwxr-xr-x 1 root root 269064 Apr 30 15:15 config-6.8.0-60-generic
4532 -rwxr-xr-x 1 root root 4636972 Apr 30 15:15 System.map-6.8.0-60-generic
37704 -rwxr-xr-x 1 root root 38608384 Apr 30 15:15 vmlinuz-6.8.0-60-generic
4 drwxr-xr-x 23 root root 4096 Nov 8 2024 ..
13948 -rwxr-xr-x 1 root root 14279136 Jun 11 2024 initrd.img-6.1.15-legacy-k1
8 -rwxr-xr-x 1 root root 5530 Jun 11 2024 boot.scr
40 -rwxr-xr-x 1 root root 38518 Jun 11 2024 boot.bmp
4 drwxr-xr-x 3 root root 4096 Jun 11 2024 dtb
0 -rwxr-xr-x 1 root root 0 Jun 11 2024 .next
204 -rwxr-xr-x 1 root root 208000 May 1 2024 config-6.1.15-legacy-k1
31640 -rwxr-xr-x 1 root root 32398916 May 1 2024 Image
5828 -rwxr-xr-x 1 root root 5966836 May 1 2024 System.map-6.1.15-legacy-k1
4 -rwxr-xr-x 1 root root 32 Apr 20 2024 .ver
8 -rwxr-xr-x 1 root root 6431 Apr 20 2024 env_k1-x.txt
6524 -rwxr-xr-x 1 root root 6676784 Apr 15 2024 initramfs-generic.img
8 -rwxr-xr-x 1 root root 5458 Apr 7 2024 boot.cmd
260 -rwxr-xr-x 1 root root 262266 Mar 26 2024 bianbu.bmp
How I can make /boot/Image based on my new kernel /boot/vmlinuz-6.8.0-60-generic ?
I’ve tried to make by
mkimage -A riscv -O linux -T kernel -C none -a 0x01400000 -e 0x01400000 -d /boot/vmlinuz-6.8.0-60-generic /tmp/Image
But it looks like another format kernel.