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

Why are we building for armv6? #263

Open
philmb3487 opened this issue Aug 30, 2018 · 4 comments
Open

Why are we building for armv6? #263

philmb3487 opened this issue Aug 30, 2018 · 4 comments

Comments

@philmb3487
Copy link

philmb3487 commented Aug 30, 2018

Most of the boards referenced have ARM cores that are armv7a (for instance I'm on the Zynq 7020), yet the config files seem to build for armv6. Why is that?

@bsdimp
Copy link
Member

bsdimp commented Aug 30, 2018

They all used to be armv6

@kientzle
Copy link
Contributor

kientzle commented Sep 1, 2018

Patches to change this would be welcome.

@ThothK
Copy link

ThothK commented Sep 19, 2018

Ola, What could I start reading to understand what would need to be changed to build for ARM7 / other ARM architectures?

@brd
Copy link
Member

brd commented Sep 19, 2018

This would just be updating TARGET_ARCH for the relevant boards, no?

This shows most of them: git grep TARGET board/*/setup.sh

Some boards I see are already armv7.

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

No branches or pull requests

5 participants