| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 10-kernel.sh | 63 rm -fr $SDK_DIR/buildroot/output/$RK_BUILDROOT_CFG/target/lib/modules/5.10.160 64 …run_command $KMAKE modules_install INSTALL_MOD_PATH=$SDK_DIR/buildroot/output/$RK_BUILDROOT_CFG/ta… 80 if [ -f "$SDK_DIR/ubuntu/jammy-rootfs.img" ]; then 81 mkdir -p $SDK_DIR/ubuntu/rootfs_mnt 82 sudo mount $SDK_DIR/ubuntu/jammy-rootfs.img $SDK_DIR/ubuntu/rootfs_mnt 83 sudo -E $KMAKE modules_install INSTALL_MOD_PATH=$SDK_DIR/ubuntu/rootfs_mnt 84 sudo umount $SDK_DIR/ubuntu/rootfs_mnt 85 rm -r $SDK_DIR/ubuntu/rootfs_mnt 88 rm -fr $SDK_DIR/buildroot/output/$RK_BUILDROOT_CFG/target/lib/modules/5.10.160 89 …run_command $KMAKE modules_install INSTALL_MOD_PATH=$SDK_DIR/buildroot/output/$RK_BUILDROOT_CFG/ta… [all …]
|
| H A D | 30-rootfs.sh | 10 "$SDK_DIR/buildroot/Makefile" | xargs -n 1 | tail -n 1) 33 "$SDK_DIR/buildroot/Makefile" | xargs -n 1 | tail -n 1) 243 "$SDK_DIR/buildroot/build/parse_defconfig.sh" \ 245 make -C "$SDK_DIR/buildroot" O="$TEMP_DIR" menuconfig 246 "$SDK_DIR/buildroot/build/update_defconfig.sh" \
|
| H A D | 00-config.sh | 3 MAKE="make ${DEBUG:+V=1} -C $(realpath --relative-to="$SDK_DIR" "$COMMON_DIR")" 112 cd "$SDK_DIR"
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-kernel.sh | 63 rm -fr $SDK_DIR/buildroot/output/$RK_BUILDROOT_CFG/target/lib/modules/5.10.160 64 …run_command $KMAKE modules_install INSTALL_MOD_PATH=$SDK_DIR/buildroot/output/$RK_BUILDROOT_CFG/ta… 80 if [ -f "$SDK_DIR/ubuntu/jammy-rootfs.img" ]; then 81 mkdir -p $SDK_DIR/ubuntu/rootfs_mnt 82 sudo mount $SDK_DIR/ubuntu/jammy-rootfs.img $SDK_DIR/ubuntu/rootfs_mnt 83 sudo -E $KMAKE modules_install INSTALL_MOD_PATH=$SDK_DIR/ubuntu/rootfs_mnt 84 sudo umount $SDK_DIR/ubuntu/rootfs_mnt 85 rm -r $SDK_DIR/ubuntu/rootfs_mnt 88 rm -fr $SDK_DIR/buildroot/output/$RK_BUILDROOT_CFG/target/lib/modules/5.10.160 89 …run_command $KMAKE modules_install INSTALL_MOD_PATH=$SDK_DIR/buildroot/output/$RK_BUILDROOT_CFG/ta… [all …]
|
| H A D | build.sh | 56 cd "$SDK_DIR" 158 cd "$SDK_DIR" 270 export SDK_DIR="$(realpath "$COMMON_DIR/../../..")" 271 export DEVICE_DIR="$SDK_DIR/device/rockchip" 290 export RK_OUTDIR="$SDK_DIR/output" 297 export RK_ROCKDEV_DIR="$SDK_DIR/rockdev" 314 cd "$SDK_DIR" 370 cd "$SDK_DIR" 445 export KMAKE="make -C "$SDK_DIR/kernel/" -j$(( $CPUS + 1 )) \ 462 rm -rf "$RK_OUTDIR" "$SDK_DIR/rockdev"
|
| H A D | check-grow-align.sh | 4 SDK_DIR="${SDK_DIR:-$SCRIPTS_DIR/../../../..}" 5 CHIP_DIR="${CHIP_DIR:-$SDK_DIR/device/rockchip/.chip}" 8 cd "$SDK_DIR"
|
| H A D | mk-buildroot.sh | 4 SDK_DIR="${SDK_DIR:-$SCRIPTS_DIR/../../../..}" 7 ROOTFS_OUTPUT_DIR="${2:-$SDK_DIR/output/buildroot}" 8 BUILDROOT_DIR="$SDK_DIR/buildroot"
|
| H A D | mk-rootfs.sh | 10 "$SDK_DIR/buildroot/Makefile" | xargs -n 1 | tail -n 1) 33 "$SDK_DIR/buildroot/Makefile" | xargs -n 1 | tail -n 1) 243 "$SDK_DIR/buildroot/build/parse_defconfig.sh" \ 245 make -C "$SDK_DIR/buildroot" O="$TEMP_DIR" menuconfig 246 "$SDK_DIR/buildroot/build/update_defconfig.sh" \
|
| H A D | release-doc.sh | 5 SDK_DIR="$(realpath "$DEVICE_DIR/../../")" 31 for d in $(find "$SDK_DIR/docs" -name Socs); do 75 cd "$SDK_DIR"
|
| H A D | normalize-defconfigs.sh | 4 SDK_DIR="${SDK_DIR:-$SCRIPTS_DIR/../../../..}" 6 cd "$SDK_DIR"
|
| H A D | check-buildroot.sh | 4 SDK_DIR="${SDK_DIR:-$SCRIPTS_DIR/../../../..}" 5 BUILDROOT_DIR="$SDK_DIR/buildroot"
|
| H A D | mk-dm.sh | 7 cd "$SDK_DIR" 20 OVERLAY_DIR="$SDK_DIR/buildroot/board/rockchip/common/security-ramdisk-overlay" 98 $(cat "$SDK_DIR/u-boot/keys/system_enc_key")
|
| H A D | check-kernel.sh | 4 SDK_DIR="${SDK_DIR:-$SCRIPTS_DIR/../../../..}" 7 cd "$SDK_DIR"
|
| H A D | rkflash.sh | 4 SDK_DIR=$(realpath $COMMON_DIR/../../..) 5 UPGRADETOOL=$SDK_DIR/tools/linux/Linux_Upgrade_Tool/Linux_Upgrade_Tool/upgrade_tool 6 ROCKDEV_DIR=$SDK_DIR/rockdev
|
| H A D | mk-config.sh | 3 MAKE="make ${DEBUG:+V=1} -C $(realpath --relative-to="$SDK_DIR" "$COMMON_DIR")" 112 cd "$SDK_DIR"
|
| /OK3568_Linux_fs/ |
| H A D | Makefile | 52 SDK_DIR := $(abspath $(DEVICE_DIR)/../..) macro 56 CONFIG = $(SDK_DIR)/buildroot/support/kconfig 57 OUTDIR := $(SDK_DIR)/output 59 SCRIPT_TARGETS := $(shell $(SDK_DIR)/build.sh make-targets) 85 $(Q)$(SDK_DIR)/build.sh 165 @$(SDK_DIR)/build.sh make-usage 169 $(Q)$(SDK_DIR)/build.sh $$@ 178 $(Q)$(SDK_DIR)/build.sh cleanall
|
| H A D | build.sh | 56 cd "$SDK_DIR" 158 cd "$SDK_DIR" 270 export SDK_DIR="$(realpath "$COMMON_DIR/../../..")" 271 export DEVICE_DIR="$SDK_DIR/device/rockchip" 290 export RK_OUTDIR="$SDK_DIR/output" 297 export RK_ROCKDEV_DIR="$SDK_DIR/rockdev" 314 cd "$SDK_DIR" 370 cd "$SDK_DIR" 445 export KMAKE="make -C "$SDK_DIR/kernel/" -j$(( $CPUS + 1 )) \ 462 rm -rf "$RK_OUTDIR" "$SDK_DIR/rockdev"
|
| H A D | rkflash.sh | 4 SDK_DIR=$(realpath $COMMON_DIR/../../..) 5 UPGRADETOOL=$SDK_DIR/tools/linux/Linux_Upgrade_Tool/Linux_Upgrade_Tool/upgrade_tool 6 ROCKDEV_DIR=$SDK_DIR/rockdev
|
| /OK3568_Linux_fs/device/rockchip/common/ |
| H A D | Makefile | 52 SDK_DIR := $(abspath $(DEVICE_DIR)/../..) macro 56 CONFIG = $(SDK_DIR)/buildroot/support/kconfig 57 OUTDIR := $(SDK_DIR)/output 59 SCRIPT_TARGETS := $(shell $(SDK_DIR)/build.sh make-targets) 85 $(Q)$(SDK_DIR)/build.sh 165 @$(SDK_DIR)/build.sh make-usage 169 $(Q)$(SDK_DIR)/build.sh $$@ 178 $(Q)$(SDK_DIR)/build.sh cleanall
|
| H A D | build.sh | 56 cd "$SDK_DIR" 158 cd "$SDK_DIR" 270 export SDK_DIR="$(realpath "$COMMON_DIR/../../..")" 271 export DEVICE_DIR="$SDK_DIR/device/rockchip" 290 export RK_OUTDIR="$SDK_DIR/output" 297 export RK_ROCKDEV_DIR="$SDK_DIR/rockdev" 314 cd "$SDK_DIR" 370 cd "$SDK_DIR" 445 export KMAKE="make -C "$SDK_DIR/kernel/" -j$(( $CPUS + 1 )) \ 462 rm -rf "$RK_OUTDIR" "$SDK_DIR/rockdev"
|
| /OK3568_Linux_fs/device/rockchip/common/data/ |
| H A D | apply-all.sh | 7 SDK_DIR="$(realpath "${1:-"${SDK_DIR:-"$PATCH_DIR/../../../../../"}"}")" 9 echo "Applying all patches from $PATCH_DIR to $SDK_DIR" 13 DIR="$(realpath "$SDK_DIR/$(dirname $s)")"
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/build/linux/ |
| H A D | analyze_coredump.sh | 11 export SDK_DIR=/home/camera/camera/rv1109_sdk 12 export SDK_OUT_DIR=$SDK_DIR/buildroot/output/rockchip_rv1126_rv1109 14 export TOOLCHAIN_DIR=$SDK_DIR/prebuilts/gcc/linux-x86/arm/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnue…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/build/linux/ |
| H A D | analyze_coredump.sh | 11 export SDK_DIR=/home/camera/camera/rv1109_sdk 12 export SDK_OUT_DIR=$SDK_DIR/buildroot/output/rockchip_rv1126_rv1109 14 export TOOLCHAIN_DIR=$SDK_DIR/prebuilts/gcc/linux-x86/arm/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnue…
|
| /OK3568_Linux_fs/device/rockchip/common/overlays/overlay-yocto/ |
| H A D | install.sh | 7 SDK_DIR="${SDK_DIR:-$(realpath "$OVERLAY_DIR/../../../../..")}" 15 rsync -av --chmod=u=rwX,go=rX "$SDK_DIR/external/rockchip-test/" \
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | initial.env | |