|
发表于 2021-12-30 09:59:55
只看该作者
地板
我将aio-3399j-ubuntu.mk中的内容改为了如下:
#!/bin/bash
2
3 CMD=`realpath $BASH_SOURCE`
4 CUR_DIR=`dirname $CMD`
5
6 source $CUR_DIR/firefly-rk3399-ubuntu.mk
7
8 # uboot defconfig
9 export RK_UBOOT_DEFCONFIG=firefly-rk3399_defconfig
10
11 # kernel defconfig
12 export LINUX_KERNEL_DEFCONFI=firefly_linux_defconfig
13
14 # kernel dts
15 export RK_KERNEL_DTS=rk3399-firefly-aio
16
17 # parameter for GPT table
18 export RK_PARAMETER=parameter-ubuntu.txt
19
20 # packagefile for make update image
21 export RK_PACKAGE_FILE=rk3399-ubuntu-package-file
22
23 # rootfs image path
24 export RK_ROOTFS_IMG=ubunturootfs/ubuntu_20.04_RK3399_ext4_v2.10-51-g7ecad547_20210907-0918_DESKTOP.img
25
然后运行./build.sh aio-3399j-ubuntu.mk,结果如下:
processing option: aio-3399j-ubuntu.mk
switching to board: /home/bill/ubuntu/rk3399_linux_release_v2.5.1_20210301/device/rockchip/rk3399/aio-3399j-ubuntu.mk
然后运行./build.sh,结果还是有问题:
processing option: allff
============================================
TARGET_ARCH=arm64
TARGET_PLATFORM=rk3399
TARGET_UBOOT_CONFIG=firefly-rk3399_defconfig
TARGET_SPL_CONFIG=
TARGET_KERNEL_CONFIG=firefly_linux_defconfig
TARGET_KERNEL_DTS=rk3399-firefly-aio
TARGET_TOOLCHAIN_CONFIG=
TARGET_BUILDROOT_CONFIG=
TARGET_RECOVERY_CONFIG=
TARGET_PCBA_CONFIG=rockchip_rk3399_pcba
TARGET_RAMBOOT_CONFIG=
============================================
============Start building uboot============
TARGET_UBOOT_CONFIG=firefly-rk3399_defconfig
=========================================
configs/CS-R1_main-rk3399-JD4_defconfig
configs/android6.0-rk3399_defconfig
configs/dserve_dsrv9703c_defconfig
configs/evb-aarch32-rk3308_defconfig
configs/evb-px30_defconfig
configs/evb-rk3036_defconfig
configs/evb-rk3066_defconfig
configs/evb-rk3128_defconfig
configs/evb-rk3229_defconfig
configs/evb-rk3288-rk1608_defconfig
configs/evb-rk3288_defconfig
configs/evb-rk3308_defconfig
configs/evb-rk3326_defconfig
configs/evb-rk3328_defconfig
configs/evb-rk3399_defconfig
configs/evb-rv1108_defconfig
configs/fennec-rk3288_defconfig
configs/firefly-rk3288_defconfig
configs/firefly-rk3328_defconfig
configs/firefly-rk3399_defconfig
configs/gva-rk3229_defconfig
configs/kylin-rk3036_defconfig
configs/lion-rk3368_defconfig
configs/miqi-rk3288_defconfig
configs/nokia_rx51_defconfig
configs/phycore-rk3288_defconfig
configs/popmetal-rk3288_defconfig
configs/puma-rk3399_defconfig
configs/px30_defconfig
configs/rk1806_defconfig
configs/rk1808_defconfig
configs/rk3036_defconfig
configs/rk3126_defconfig
configs/rk3128_defconfig
configs/rk3128x_defconfig
configs/rk322x_defconfig
configs/rk3288_defconfig
configs/rk3308-aarch32_defconfig
configs/rk3308_defconfig
configs/rk3326-aarch32_defconfig
configs/rk3326_defconfig
configs/rk3328_defconfig
configs/rk3368_defconfig
configs/rk3399_defconfig
configs/rk3399pro_defconfig
configs/roc-rk3399-pc-plus_defconfig
configs/roc-rk3399-pc_defconfig
configs/rv1126-mini-template_defconfig
configs/rv1126_defconfig
configs/sheep-rk3368_defconfig
configs/tinker-rk3288_defconfig
configs/vyasa-rk3288_defconfig
ERROR: No configs/firefly-rk3399_defconfig_defconfig
ERROR: Running build_uboot failed!
ERROR: exit code 1 from line 454:
./make.sh $RK_UBOOT_DEFCONFIG $UBOOT_COMPILE_COMMANDS |
|