carlesfernandez / docker-petalinux2

Docker image generation for Xilinx Petalinux Tools
MIT License
30 stars 24 forks source link

Generate an arm64 image? #1

Open ShaneMurphy2 opened 2 years ago

ShaneMurphy2 commented 2 years ago

Currently due a known issue with Docker on Apple Silicon, inotify does not work running under qemu. The suggested workaround is to create an arm64 image. I tried to work one up myself, but I'm not talented enough at Docker to really figure it out.

This link is what I was following, but I ran into issues with the added i386 architecture required by Petalinux (who knows why it needs 32-bit zlib).

Any ideas would be appreciated, happy to keep trying and help out as well.

ShaneMurphy2 commented 2 years ago

Probably this fundamentally this won't work because the Petalinux binaries aren't arm64 binaries, but I can dream I guess.