新 k230_linux_sdk make menuconfig 出错

Viewed 67

问题描述


~/k230_linux_sdk$ make menuconfig
make -f tools/sync.mk sync BR_SRC_DIR=output/buildroot-2025.02.1 BR_OVERLAY_DIR=buildroot-overlay BR_NAME=buildroot-2025.02.1
make[1]: Entering directory '/home/ubuntu/k230_linux_sdk'
rsync -a buildroot-overlay/ output/buildroot-2025.02.1/ --exclude "*-overlay" --exclude "linux-6.6.22"
make[1]: Leaving directory '/home/ubuntu/k230_linux_sdk'
mkdir -p /home/ubuntu/k230_linux_sdk/output/k230_canmv_defconfig/images/deb
[ -e "/home/ubuntu/k230_linux_sdk/output/k230_canmv_defconfig" ] || ( make -C output/buildroot-2025.02.1 k230_canmv_defconfig O=/home/ubuntu/k230_linux_sdk/output/k230_canmv_defconfig ;touch /home/ubuntu/k230_linux_sdk/output/k230_canmv_defconfig/.config; )
[ -d /home/ubuntu/k230_linux_sdk/output/k230_canmv_defconfig ] && make -C /home/ubuntu/k230_linux_sdk/output/k230_canmv_defconfig menuconfig BR2_PRIMARY_SITE=https://kendryte-download.canaan-creative.com/k230/downloads/dl
make[1]: Entering directory '/home/ubuntu/k230_linux_sdk/output/k230_canmv_defconfig'
make[1]: *** No rule to make target 'menuconfig'. Stop.
make[1]: Leaving directory '/home/ubuntu/k230_linux_sdk/output/k230_canmv_defconfig'
make: *** [Makefile:100: menuconfig] Error 2
ubuntu@ubuntu-VMware-Virtual-Platform:~/k230_linux_sdk$

硬件板卡


CANMV_K230 _LP4 V3.0

软件版本


k230 linux sdk

1 Answers

需要先配置 make k230_canmv_v3_defconfig 或编译一遍后才能使用 make menuconfig