Skip to content

Commit a8c2a94

Browse files
committed
Add HW tests for ADRV9009 with pybuild
Signed-off-by: Travis Collins <travis.collins@analog.com>
1 parent 0ad69be commit a8c2a94

6 files changed

+2178
-0
lines changed

test/adrv9009/2023_R2.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# ADI Linux Kernel Build Configuration for 2023_R2
2+
# This configuration supports building the ADI Linux kernel for Zynq and ZynqMP platforms
3+
4+
project: linux
5+
repository: https://github.com/analogdevicesinc/linux.git
6+
tag: 2023_R2
7+
8+
build:
9+
parallel_jobs: 4
10+
clean_before: false
11+
output_dir: ./build
12+
13+
platforms:
14+
# ZynqMP (ARM64) Platform Configuration
15+
zynqmp:
16+
arch: arm64
17+
cross_compile: aarch64-linux-gnu-
18+
defconfig: adi_zynqmp_defconfig
19+
kernel_target: Image
20+
dtb_path: arch/arm64/boot/dts/xilinx
21+
kernel_image_path: arch/arm64/boot/Image
22+
23+
# Device Tree Blobs for ZynqMP
24+
dtbs:
25+
- zynqmp-zcu102-rev10-ad9081-m8-l4-vcxo122p88.dtb
26+
27+
toolchain:
28+
preferred: vivado
29+
fallback:
30+
- arm
31+
- system
32+
33+
# Global toolchain configuration
34+
toolchains:
35+
# Vivado/Vitis installation paths (auto-detected if not specified)
36+
# vivado_path: /opt/Xilinx/Vitis/2023.2
37+
38+
# Linaro toolchain cache directory
39+
arm_cache_dir: ~/.adibuild/toolchains/arm

0 commit comments

Comments
 (0)