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

Add support for RPI3 B Plus #354

Closed
johnphilby opened this issue Apr 2, 2019 · 3 comments
Closed

Add support for RPI3 B Plus #354

johnphilby opened this issue Apr 2, 2019 · 3 comments
Labels

Comments

@johnphilby
Copy link

@jbech-linaro As per your comments here I have added a PLATFORM=rpi3-b and PLATFORM=rpi3-bplus variable to differentiate between the two targets. I could not stick to your advice of using PLATFORM=rpi-3b since this gave compile errors at optee_os/mk/subdir.mk. This could be because the script takes the string upto the '-' and this would lead to a conflict in the existing implementation. So, I stuck with using "rpi3-b" and "rpi3-bplus".

Also, since we pull the RPi3 firmware from the official repo and because the "start*" binaries there do not work for RPi3 B +, I had to create a new directory in the build/rpi3/firmware path to pick up the working "start*" binaries.

Have tested using xtest and it completed without errors on RPi3 B +.

Please find the changeset here https://github.com/johnphilby/build/tree/add-support-rpi3-bplus

Let me know your thoughts.

@jbech-linaro
Copy link
Contributor

I had a quick look at it, seems like a good start. I think you should just create a pull request for it and then we can take the review comments etc as we usually do, thanks!

@johnphilby
Copy link
Author

Pull request created #358

@github-actions
Copy link

This issue has been marked as a stale issue because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 5 days. Note, that you can always re-open a closed issue at any time.

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

No branches or pull requests

2 participants