Fenix script ends withh error at building Ubuntu 22.04 jammy image

Which Khadas SBC do you use?

Khadas VIM3 Pro

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu

Which version of system do you use? Khadas official images, self built images, or others?

official and self built image

Please describe your issue below:

Hello!
I’d like to build a new Ubuntu 22.04 image with Fenix script. When I’m trying to make any
desktop version: xfce, lxde or gnome it ends up with the following error:
cp: cannot stat ‘jammy/arm64/VIM3/*.deb’: No such file or directory
make: *** [Makefile:2: all] Error 1
It seems that only minimal version of Ubuntu 22.04 jammy works.

Any ideas? Maybe I do something incorrect or there are some issues in the script?

On the other hand the same with building desktop version of previous Ubuntu 20.04 focal works fine.

This is my environment settings:
== ENV CONFIG ======
VERSION=1.0.11
KHADAS_BOARD=VIM3
LINUX=mainline
UBOOT=mainline
DISTRIBUTION=Ubuntu
DISTRIB_RELEASE=jammy
DISTRIB_RELEASE_VERSION=22.04
DISTRIB_TYPE=gnome
DISTRIB_ARCH=arm64
INSTALL_TYPE=SD-USB
COMPRESS_IMAGE=yes

And I’m making the image on my desktop PC with Ubuntu 22.04 LTS

Post a console log of your issue below:

Info: Build board deb: linux-board-package-jammy-vim3
Image Name:   A311D autoscript
Created:      Sun Jul 10 17:22:54 2022
Image Type:   AArch64 Linux Script (uncompressed)
Data Size:    10399 Bytes = 10.16 kB = 0.01 MB
Load Address: 00000000
Entry Point:  00000000
Contents:
   Image 0: 10391 Bytes = 10.15 kB = 0.01 MB
Image Name:   Amlogic autoscript
Created:      Sun Jul 10 17:22:54 2022
Image Type:   AArch64 Linux Script (uncompressed)
Data Size:    804 Bytes = 0.79 kB = 0.00 MB
Load Address: 00000000
Entry Point:  00000000
Contents:
   Image 0: 796 Bytes = 0.78 kB = 0.00 MB
  adding: aml_autoscript (deflated 70%)
  adding: aml_autoscript.txt (deflated 75%)
/home/user/project/khadas/fenix/build/linux-mainline-5.18
Info: Building package: linux-board-package-jammy-vim3
dpkg-deb: building package 'linux-board-package-jammy-vim3' in '/home/user/project/khadas/fenix/build/images/.tmp/linux-board-package-jammy-vim3_1.0.11_arm64.deb'.
Info: Build updater deb...
Info: Building package: fenix-updater-package-jammy-vim3-mainline
dpkg-deb: building package 'fenix-updater-package-jammy-vim3-mainline' in '/home/user/project/khadas/fenix/build/images/.tmp/fenix-updater-package-jammy-vim3-mainline_1.0.11_arm64.deb'.
Info: Build desktop deb...
Info: Building package: fenix-ubuntu-jammy-gnome-desktop
dpkg-deb: building package 'fenix-ubuntu-jammy-gnome-desktop' in '/home/user/project/khadas/fenix/build/images/.tmp/fenix-ubuntu-jammy-gnome-desktop_1.0.11_all.deb'.
Info: Building WiringPi packages...
Info: Building npu_aml packages...
cp: cannot stat 'jammy/arm64/VIM3/*.deb': No such file or directory
make: *** [Makefile:2: all] Error 1


Hello @Dingo

We will check this issue later, thanks for your feedback.

现在VIM3还不能选择编译22.04:

Info: Building package: linux-board-package-jammy-vim3
dpkg-deb: building package ‘linux-board-package-jammy-vim3’ in ‘/home/fenix/build/images/.tmp/linux-board-package-jammy-vim3_1.1.1_arm64.deb’.
Info: Build updater deb…
Info: Building package: fenix-updater-package-jammy-vim3-mainline
dpkg-deb: building package ‘fenix-updater-package-jammy-vim3-mainline’ in ‘/home/fenix/build/images/.tmp/fenix-updater-package-jammy-vim3-mainline_1.1.1_arm64.deb’.
Info: Build desktop deb…
Info: Building package: fenix-ubuntu-jammy-gnome-desktop
dpkg-deb: building package ‘fenix-ubuntu-jammy-gnome-desktop’ in ‘/home/fenix/build/images/.tmp/fenix-ubuntu-jammy-gnome-desktop_1.1.1_all.deb’.
Info: Building WiringPi packages…
Info: Building DT Overlays packages…
Info: Building npu_aml packages…
Info: Building mesa…
cp: cannot stat ‘jammy/arm64/*’: No such file or directory
make: *** [Makefile:2: all] Error 1

@algoideas 4.9内核的可以,主线的目前还不行,我们后续会修复这个问题。

OK :ok_hand:,会持续关注该问题的修复,Thanks