Live data from Hacker News

Switching to 5Ghz WiFi made the Raspberry Pi fly again

moritzhamann.com

1–10 of 24 posts

Re: Switching to 5Ghz WiFi made the Raspberry Pi fly again

#8
post #7

Cross-compiling ? Aren't M1 and Pi both ARM processors ? I've been building apps for my M1 to run on Pi without any issue. Some optimization options maybe ?

If the app leverages the page size in some way you can get into very subtle crashes - app is built on M1 (with 16k page size), page size is stored in a constant in the binary because it's a macro, then you trt to access the entire range of a page in a pi (4k pages) - and things break.
Post reply on HN