Khadas VIM3 (pro)

Hi, I installed a minimal installation from a krescue sd and I’m trying to upgrade to the latest version, I had to remove khadas-utils since it was giving conflict with vim3-post-install, however my kernel is 5.18.5-1-MANJARO-ARM-ODROID #1 SMP PREEMPT Tue Jun 21 22:11:17 UTC 2022 aarch64 GNU/Linux is that ok?

I have installed:
linux-api-headers 5.17.5-2
linux-firmware 20220610.7b71b75-1
linux-firmware-whence 20220610.7b71b75-1
linux-odroid 5.18.5-1
linux-odroid-headers 5.18.5-1
uboot-tools 2022.04-1

Should I replace this with linux-khadas? and install uboot-vim3?

I finally managed to install Manjaro in the nvme drive of my VIM3 board using the manjaro-arm-installer, but I just noticed that /boot partition is empty, it seems that the installer created two partitions and the second one is root, I assume that the first one should be mounted in /boot, but not sure:

cat /etc/fstab 
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
PARTUUID=6a8e2a67-02   /   ext4     defaults    0   1

And my nvme drive:

sudo fdisk -l /dev/nvme0n1 
Disk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: ADATA SX6000LNP                         
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x6a8e2a67

Device         Boot  Start       End   Sectors   Size Id Type
/dev/nvme0n1p1       62500    500000    437501 213.6M  c W95 FAT32 (LBA)
/dev/nvme0n1p2      500001 500118191 499618191 238.2G 83 Linux

Is this normal? should I add an entry in fstab to mount the boot partition?

2 Likes

share output of

lsblk -o NAME,PARTUUID

So you can add boot_partition to mount on boot with the help of fstab entry.