We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35759bf commit 1802311Copy full SHA for 1802311
config/pipeline.yaml
@@ -2304,6 +2304,12 @@ platforms:
2304
dtb: dtbs/allwinner/sun50i-h6-pine-h64.dtb
2305
compatible: ['pine64,pine-h64', 'allwinner,sun50i-h6']
2306
2307
+ tegra124-jetson-tk1:
2308
+ <<: *arm-device
2309
+ boot_method: barebox
2310
+ mach: nvidia
2311
+ dtb: dtbs/tegra124-jetson-tk1.dtb
2312
+ compatible: ['nvidia,jetson-tk1', 'nvidia,tegra124']
2313
2314
scheduler:
2315
@@ -2360,6 +2366,7 @@ scheduler:
2360
2366
- imx6dl-riotboard
2361
2367
- imx6qp-wandboard-revd1
2362
2368
- stm32mp157c-lxa-tac-gen1
2369
+ - tegra124-jetson-tk1
2363
2370
2364
2371
- job: baseline-arm64
2365
2372
event: &kbuild-gcc-12-arm64-node-event
0 commit comments