load other .dtb file

Hi!

I just finished reading the following Introduction to Device Trees: http://www.ofitselfso.com/BeagleNotes/AboutTheDeviceTree.pdf

I have a Beaglebone Green (not wireless). Running the version.sh tool, I can see that the used dtb file is named am335x-boneblack-uboot-univ.dtb.

So I have 2 questions which I didn’t find answers to:

  1. Is the BBG supposed to use this dtb?
  2. And how can I use a different dtb? (not necessarily related to Question 1)

Thank you for taking the time to read this.

This get’s loaded via:

enable_uboot_cape_universal=1

https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Cape_Universal

Disable that in /boot/uEnv.txt

Regards,