-
Notifications
You must be signed in to change notification settings - Fork 17
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
Stuck at step 6 #13
Comments
Pressing
|
Install ld.lld from your package manager of choice. |
Its a arm32 CPU instead of arm64. |
Then why make with ARCH=arm64? Wouldn't ARCH=armhf or whatever it is be the right option? |
I was only following what the instructions said, should I be using what @asutoshvariar said instead? Per instructions:
|
Maybe armhf/arm would work? The reason I’m suggesting this is that arm64 creates a kernel image that your iPad can’t run. Also, 32-bit CPUs are unsupported by this project as of now. |
Trying to get this working on my iPad 4th gen running Dual-core A6X with quad-core graphics, but not sure what to do at step 6...
I"m doing this on my Pop! OS laptop.
the
make ARCH=arm64 LLVM=1 menuconfig
option failed as follows:So I tried
make menuconfig
and I got the following:after using the
/
and searching for_PAGES
I get this:The text was updated successfully, but these errors were encountered: