Skip to content

Commit eeb452f

Browse files
authored
DTB section updated (#1487)
* DTB section updated * Massimo feedback commited
1 parent bca1989 commit eeb452f

File tree

1 file changed

+1
-15
lines changed
  • content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual

1 file changed

+1
-15
lines changed

content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,21 +2621,7 @@ During the early boot stage, these overlays are merged together into a single DT
26212621

26222622
### Handling DTB Overlays
26232623

2624-
You can modify and maintain the Device Tree Blob (DTB) overlays through a couple of methods. In builds that do not prioritize security, you can edit the file located at the following location:
2625-
2626-
```
2627-
/boot/devicetree/overlays.txt
2628-
```
2629-
2630-
After making the desired changes, it is necessary to save the changes and reboot the system to apply them.
2631-
2632-
On the other hand, in builds that prioritize security, the _fw_setenv tool_ accessible in user space must be used to apply the corresponding changes to the U-boot settings as follows:
2633-
2634-
```
2635-
fw_setenv overlays=name_ov1 name_ov2
2636-
```
2637-
2638-
Currently, parameters are passed indirectly to the overlays; however, upcoming enhancements to U-boot will introduce direct parameter passing functionality.
2624+
To modify and maintain the Device Tree Blob (DTB) overlays of your Portenta X8 so it can support different hardware and devices, please read and execute the following steps.
26392625

26402626
### Custom DTB Overlays
26412627

0 commit comments

Comments
 (0)