I'm having trouble trying to do a custom kernel configuration using this image on my hc4. It's just not opening menuconfig, I get the screen to select the board ( odroid hc4), then the LTS/Edge kernel screen, then this is the only output:
~/build$ ./compile.sh BOARD=odroidhc4 BRANCH=current BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=yes KERNEL_CONFIGURE=yes COMPRESS_OUTPUTIMAGE=sha,img
[πΏ] Applying cmdline param [ 'BUILD_MINIMAL': '(empty)' --> 'no' early ]
[πΏ] Applying cmdline param [ 'COMPRESS_OUTPUTIMAGE': '(empty)' --> 'sha,img' early ]
[πΏ] Applying cmdline param [ 'BUILD_DESKTOP': '(empty)' --> 'no' early ]
[πΏ] Applying cmdline param [ 'BRANCH': '(empty)' --> 'current' early ]
[πΏ] Applying cmdline param [ 'BOARD': '(empty)' --> 'odroidhc4' early ]
[πΏ] Applying cmdline param [ 'KERNEL_ONLY': '(empty)' --> 'yes' early ]
[πΏ] Applying cmdline param [ 'KERNEL_CONFIGURE': '(empty)' --> 'yes' early ]
[πΈ] This script requires root privileges; Docker is unavailable [ trying to use sudo ]
[πΏ] Applying cmdline param [ 'PREFER_DOCKER': '(empty)' --> 'no' early ]
[πΏ] Applying cmdline param [ 'BUILD_MINIMAL': '(empty)' --> 'no' early ]
[πΏ] Applying cmdline param [ 'COMPRESS_OUTPUTIMAGE': '(empty)' --> 'sha,img' early ]
[πΏ] Applying cmdline param [ 'BUILD_DESKTOP': '(empty)' --> 'no' early ]
[πΏ] Applying cmdline param [ 'ARMBIAN_RELAUNCHED': '(empty)' --> 'yes' early ]
[πΏ] Applying cmdline param [ 'BRANCH': '(empty)' --> 'current' early ]
[πΏ] Applying cmdline param [ 'BOARD': '(empty)' --> 'odroidhc4' early ]
[πΏ] Applying cmdline param [ 'SET_OWNER_TO_UID': '(empty)' --> '1000' early ]
[πΏ] Applying cmdline param [ 'KERNEL_ONLY': '(empty)' --> 'yes' early ]
[πΏ] Applying cmdline param [ 'KERNEL_CONFIGURE': '(empty)' --> 'yes' early ]
[π±] Starting single build process [ odroidhc4 ]
[π±] Checking [ basic host setup ]
[π±] Build host OS release [ jammy ]
[π±] Build host architecture [ arm64 ]
[π±] Sourcing board configuration [ /home/steve/build/config/boards/odroidhc4.conf ]
[π±] Starting main configuration
[π±] Sourcing family configuration [ /home/steve/build/config/sources/families/meson-sm1.conf ]
[π±] Sourcing arch configuration [ arm64.conf ]
[π±] Extension manager [ processed 4 Extension Methods calls and 4 Extension Method implementations ]
[π±] Configuration prepared for BOARD build [ odroidhc4.conf ]
[β¨] Repeat Build Options (early) [ ./compile.sh BOARD=odroidhc4 BRANCH=current BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=yes KERNEL_CONFIGURE=yes COMPRESS_OUTPUTIMAGE=sha,img ]
[π±] Checked directory OK for mount options [ /home/steve/build/.tmp ('main temporary dir') ]
[π±] Preparing [ host ]
[π±] Syncing clock [ host ]
[π¨] 4 Mar 18:52:16 ntpdate[41836]: adjust time server 38.229.56.9 offset -0.001440 sec
[π±] artifact [ uboot :: uboot() ]
[π±] Using cached [ GIT_INFO_UBOOT ]
[π] artifact [ present in local cache: uboot-odroidhc4-current 2023.01-S62e2-P1cd3-B680b ]
[π±] artifact [ kernel :: kernel() ]
[π±] Using cached [ GIT_INFO_KERNEL ]
[π±] Using kernel config file [ config/kernel/linux-meson64-current.config ]
[π] artifact [ present in local cache: kernel-meson64-current 6.1.15-S4261-De511-Pb8ce-C072bHfe66-Bb436 ]
[π±] artifact [ firmware :: firmware() ]
[π±] Using cached [ GIT_INFO_ARMBIAN_FIRMWARE ]
[π] artifact [ present in local cache: armbian-firmware 1-SA56ad-B6be6 ]
[π±] Building deb [ armbian-plymouth-theme ]
[π±] shellcheck found no problems in package scripts [ shellchecked 3 scripts in 'armbian-plymouth-theme' ]
[π¨] dpkg-deb: building package 'armbian-plymouth-theme' in '/home/steve/build/.tmp/work-5237001b-8933-4274-b02b-98b6ec67e71c/tmp.exL1KIf5bj/armbian-plymouth-theme_23.05.0-trunk_all.deb'.
[πΈ] using legacy option [ KERNEL_ONLY=yes; stopping build mid-packages ]
[π±] Runtime [ 0 min ]
[β¨] Repeat Build Options [ ./compile.sh BOARD=odroidhc4 BRANCH=current BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_ONLY=yes KERNEL_CONFIGURE=yes COMPRESS_OUTPUTIMAGE=sha,img ]
[π±] Cleaning up [ please wait for cleanups to finish ]
[πΏ] ANSI log file built; inspect it by running: [ less -RS output/logs/log-build-5237001b-8933-4274-b02b-98b6ec67e71c.log.ans ]
[πΏ] Share log manually (or SHARE_LOG=yes): [ curl --data-binary @output/logs/log-build-5237001b-8933-4274-b02b-98b6ec67e71c.log.ans https://paste.next.armbian.com/log ]
steve@odroidhc4:~/build$