Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bone spi #183

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Bone spi #183

wants to merge 10 commits into from

Conversation

lorforlinux
Copy link

@jadonk @RobertCNelson please review my code, Everything has been tested on BBB and BBAI, This code depends on the compatibility PR beagleboard/BeagleBoard-DeviceTrees#17. Users should install compiled dtb from that PR before using these else boards will show FDT ERROR and won't boot.

To install the dtb file user can clone it onto the board and from within the directory run these commands according to which board they are using (kernel version might change in future, at this moment 4.19 is the target).

$ cd ~
$ git clone https://github.com/beagleboard/BeagleBoard-DeviceTrees.git
$ cd BeagleBoard-DeviceTrees/
$ make

BBB & BBBWL
$ sudo cp src/arm/am335x-boneblack-uboot-univ.dtb /boot/dtbs/4.19.*

BBAI
$ sudo cp src/arm/am5729-beagleboneai.dtb /boot/dtbs/4.19.*

@RobertCNelson
Copy link
Member

Nak, use a new overlay name of your going to break 'old' kernels. I'm not going to deal with the user fallout when breaking everyone.

@lorforlinux
Copy link
Author

Did you find some clashing files names? I am unable to find any previous overlay with those names. If there is something wrong with the chosen names please advise what names should I pick?

@RobertCNelson
Copy link
Member

Sorry, you are correct, i see these don't clash at all...

@lorforlinux
Copy link
Author

lorforlinux commented Jun 30, 2020

It's okay, I guess the real cape overlay might cause a problem for you as I have to update those also and I can't change the name there as the specific name is required for automatic loading of those overlays. Do you have any solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants