Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aarch64 #76

Closed
koendv opened this issue Jan 2, 2021 · 1 comment
Closed

aarch64 #76

koendv opened this issue Jan 2, 2021 · 1 comment

Comments

@koendv
Copy link

koendv commented Jan 2, 2021

At this moment you can compile mkspiffs for aarch64, but it's not included in the arduino board manager package.
Could you add a build for aarch64 and add this build to https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json ? Thanks.

@koendv
Copy link
Author

koendv commented Apr 8, 2021

patch for mkspiffs:

--- Makefile.ORIG	2021-01-23 12:52:22.797372560 +0100
+++ Makefile	2021-01-23 12:52:44.873080887 +0100
@@ -15,6 +15,9 @@
 		ifeq (\$(UNAME_M),armv6l)
 			TARGET_OS := linux-armhf
 		endif
+		ifeq (\$(UNAME_M),aarch64)
+			TARGET_OS := linux-aarch64
+		endif
 	endif
 	ifeq (\$(UNAME_S),Darwin)
 		TARGET_OS := osx

Binary for aarch64, compiled on raspberry pi4:
mkspiffs-0.2.3-arduino-esp8266-linux-aarch64.tar.gz

@koendv koendv closed this as completed Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant