freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
608 stars 187 forks source link

Why are we building for armv6? #263

Open sinetek opened 5 years ago

sinetek commented 5 years ago

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 commented 5 years ago

They all used to be armv6

kientzle commented 5 years ago

Patches to change this would be welcome.

ThothK commented 5 years ago

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

brd commented 5 years ago

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.