crochet icon indicating copy to clipboard operation
crochet copied to clipboard

Why are we building for armv6?

Open sinetek opened this issue 5 years ago • 4 comments

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?

sinetek avatar Aug 30 '18 08:08 sinetek

They all used to be armv6

bsdimp avatar Aug 30 '18 14:08 bsdimp

Patches to change this would be welcome.

kientzle avatar Sep 01 '18 04:09 kientzle

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

ThothK avatar Sep 19 '18 10:09 ThothK

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.

brd avatar Sep 19 '18 10:09 brd