I would greatly appreciate if any one would point me to the source for this file:
k3-am67a-beagley-ai.dtb
I am working on an overlay and the original source would help. Also, .dtsi for the overlays for the beagley that are installed with the factory image for the board. Did not find them in the devicetree gitlab.
Btw, in the default image, you can find a clone of this repo under:
/opt/source/dtb-6.1-Beagle/
There’s also a quick build script:
cd /opt/source/dtb-6.1-Beagle/
git pull
./build_n_install.sh
When working on overlays, i use the built-in VSCode via: (change to your ip)…
https://192.168.3.186:3000/?folder=/opt/source/dtb-6.1-Beagle
and tomorrow’s image will nuke the initrd /initrd.img
in extlinux.conf, right now overlays are causing corruption at the initrd memory location… (in u-boot)
Regards,
This is odd, here is my remote path
fred@eng-dev2:~/hdd1/archive/git-clones/BeagleBoard-DeviceTrees$ git remote -v
origin https://openbeagle.org/beagleboard/BeagleBoard-DeviceTrees.git (fetch)
origin https://openbeagle.org/beagleboard/BeagleBoard-DeviceTrees.git (push)
fred@eng-dev2:~/hdd1/archive/git-clones/BeagleBoard-DeviceTrees$
I don’t see those files, even pulled it.
Should I delete the tree I am using now and re-clone the one posted?
The default branch is still on 5.10.x
So you can switch via: git checkout origin/v6.1.x-Beagle -b v6.1.x-Beagle
voodoo@hestia:~/scratchpad$ git clone https://openbeagle.org/beagleboard/BeagleBoard-DeviceTrees.git
Cloning into 'BeagleBoard-DeviceTrees'...
remote: Enumerating objects: 20330, done.
remote: Counting objects: 100% (162/162), done.
remote: Compressing objects: 100% (115/115), done.
remote: Total 20330 (delta 84), reused 72 (delta 43), pack-reused 20168
Receiving objects: 100% (20330/20330), 4.58 MiB | 11.99 MiB/s, done.
Resolving deltas: 100% (13216/13216), done.
voodoo@hestia:~/scratchpad$ cd BeagleBoard-DeviceTrees/
voodoo@hestia:~/scratchpad/BeagleBoard-DeviceTrees$ git checkout origin/v6.1.x-Beagle -b v6.1.x-Beagle
branch 'v6.1.x-Beagle' set up to track 'origin/v6.1.x-Beagle'.
Switched to a new branch 'v6.1.x-Beagle
or just add the branch:
git clone -b v6.1.x-Beagle https://openbeagle.org/beagleboard/BeagleBoard-DeviceTrees.git
voodoo@hestia:~/scratchpad$ git clone -b v6.1.x-Beagle https://openbeagle.org/beagleboard/BeagleBoard-DeviceTrees.git
Cloning into 'BeagleBoard-DeviceTrees'...
remote: Enumerating objects: 20330, done.
remote: Counting objects: 100% (162/162), done.
remote: Compressing objects: 100% (115/115), done.
remote: Total 20330 (delta 84), reused 72 (delta 43), pack-reused 20168
Receiving objects: 100% (20330/20330), 4.58 MiB | 12.24 MiB/s, done.
Resolving deltas: 100% (13216/13216), done.
Regards,
1 Like
fred@eng-dev2:~/hdd1/archive/git-clones/BeagleBoard-DeviceTrees$ git status
On branch my-v6.1.x-ti
Your branch is ahead of 'origin/v6.1.x-ti' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
fred@eng-dev2:~/hdd1/archive/git-clones/BeagleBoard-DeviceTrees$
I am on the 6.1 ti branch…my apologies.
i think i can nuke that old branch at this stage…
Yeah they have similar history… goodbye old 6.1-ti
1 Like