Manjaro ARM 22-02

Fresh install using manjaro-arm-installer to sdcard.
Boot into sdcard
used manjaro-arm-installer on the sdcard to install to eMMC

eMMC is not booting, sdcard boots fine into 22-02 - I will provide the logs but I assume it is the uboot issue?

[jdip@khadasone ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk0 179:0 0 14.9G 0 disk
├─mmcblk0p1 179:1 0 213.6M 0 part /boot
└─mmcblk0p2 179:2 0 14.7G 0 part /
mmcblk1 179:32 0 29.1G 0 disk
├─mmcblk1p1 179:33 0 213.6M 0 part
└─mmcblk1p2 179:34 0 28.9G 0 part
mmcblk1boot0 179:64 0 4M 1 disk
mmcblk1boot1 179:96 0 4M 1 disk
zram0 252:0 0 5.6G 0 disk [SWAP]

[jdip@khadasone ~]$ uname -r
5.16.9-3-MANJARO-ARM-KHADAS

The VIM3 is definitely booting the sdcard and running properly from the sdcard - just need to get this onto the eMMC.

Any assistance welcome

I am not sure what this pkg does as its been long we used it.

Can u explain more detail on what this pkg did for you?

If you want manually flash then try this.

  • Copy the same image on sd card such is booting fine.
  • Flash that image on emmc using dd command

Update u-boot - Am I on the right track here:
git clone https://github.com/khadas/khadas-uboot

[jdip@khadasone khadas-uboot]$ sudo ./scripts/make
[i] make khadas uboot
[i] DOWNLOAD https://github.com/khadas/khadas-uboot/releases/download/tc/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz => gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz DIR …/dl
[w] already downloaded
./download: line 46: return: can only return' from a function or sourced script [e] download gcc [jdip@khadasone khadas-uboot]$ ./scripts/make [i] make khadas uboot [i] DOWNLOAD https://github.com/khadas/khadas-uboot/releases/download/tc/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz => gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz DIR ../dl [w] already downloaded ./download: line 46: return: can only return’ from a function or sourced script
[e] download gcc

gcc version 11.2.0 (GCC)
[jdip@khadasone ~]$ uname -r
5.16.9-3-MANJARO-ARM-KHADAS

Hi
I sudo pacman -S manjaro-arm-installer - I run manjaro on my laptop.
This is a great little installer that runs on manjaro to create arm8 eMMC and sdcards - I use it for my SOPINE sdcards and my new Odroid SBCs

The app/script installs a manjaro vim3 image to an SDcard I can boot in the VIM3.

I will dd the 22-02 image to the eMMC

Moving the discussion over to the Manjaro forum

1 Like