- Newest
- Most votes
- Most comments
EC2 doesn't offer any 32-bit arm instance types, so you'd have to use an emulator to run a 32-bit OS on a Graviton instance.
Thanks for the reply. I was hoping to be able to run an arm32 OS directly on a Graviton. I have tried every which way using an emulator, and the performance is just too slow to function properly. I'll keep looking for other options. Thank you!
Graviton 2 and 3 support running 32bit userspace armhf (arm32v7) code natively -- no emulation required. You cannot run a 32-bit kernel though, that is not supported by the hardware.
If all you need is 32-bit user-space, I'd suggest either using a container that is built for armv7, like arm32v7/debian, or you can compile your tools on a 64-bit OS like Ubuntu directly using for example crossbuild-essential-armhf.
Relevant content
- asked 7 months ago
- asked 2 years ago
- asked 4 months ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
Have you considered using a 32-bit container?