You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: a5ed065es-premium-devkit-oobe/baseline/software/yocto_linux/meta-custom/recipes-bsp/device-tree/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## FPGA design specific custom Linux device tree
4
4
### a. Full custom device tree (When FPGA_ENABLE_CORE_PGM=1, CUSTOM_LINUX_DEVICE_TREE=1)
5
5
**CUSTOM LINUX DEVICE TREE**
6
-
- Refer to the official base device tree source https://github.com/altera-innersource/applications.fpga.soc.linux-socfpga-dev/blob/socfpga-6.12.19-lts/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts and create custom device tree with same name or different name.
6
+
- Refer to the official base device tree source https://github.com/altera-fpga/linux-socfpga.git - arch/arm64/boot/dts/intel/socfpga_agilex5_socdk.dts and create custom device tree with same name or different name.
7
7
8
8
- Ensure your custom .dts includes `socfpga_agilex5.dtsi` similar to how it's done in the reference .dts.
Copy file name to clipboardExpand all lines: a5ed065es-premium-devkit-oobe/baseline/software/yocto_linux/meta-custom/recipes-bsp/u-boot/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
- No additional Yocto configuration is required, by default `CUSTOM_UBOOT_DEVICE_TREE` variable is disabled in `kas.yml`.
8
8
9
9
### Custom device tree
10
-
- Create the custom device tree by referring to https://github.com/altera-innersource/applications.fpga.soc.uboot-socfpga/blob/socfpga_v2025.04/arch/arm/dts/socfpga_agilex5_socdk.dts.
10
+
- Create the custom device tree by referring to https://github.com/altera-fpga/u-boot-socfpga.git - arch/arm/dts/socfpga_agilex5_socdk.dts.
11
11
- Ensure required .dtsi file (e.g., socfpga_agilex5.dtsi) included in your custom .dts, similar to how it's done in the reference .dts.
12
12
- Copy the complete custom .dts file in `meta-custom/recipes-bsp/u-boot/files/dts/`
13
13
- Enable the `CUSTOM_UBOOT_DEVICE_TREE` variable in `kas.yml` to instruct the Yocto build system to build your custom .dts instead of the default in-tree one.
@@ -57,8 +57,8 @@ Follow below steps to create the patch, apply & build the U-Boot.
0 commit comments