-
Notifications
You must be signed in to change notification settings - Fork 37
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
Error on flashing binaries from Macs #127
Comments
This looks like the same problem encountered here: jakehilborn/debbit#27 The build of ktool that's included in the release comes from here: Which is itself created by a Github Actions workflow, where I specify the mac version as According to this table, Do you know what version of Mac OS the machine this failed on was? As for the workaround, that should work as long as they are able to flash the |
@odudex Did you ever get more information about this (e.g., if their Mac OS version was <11 or >11)? To resolve this, I was thinking I could update the Github workflow in |
One case version was 10.13.6 |
@odudex Going to close for now since I just put out a new release with builds for Mac OS 10 that should hopefully address this user's issue. The new ktool builds will make their way into the 2022.08.0 release. |
MacBook:krux-v22.03.0 xxx$ ./ktool-mac -B goE -b 1500000 maixpy_m5stickv/kboot.kfpkg
[10684] Error loading Python lib '/var/folders/pv/58vvqdhn26q3fvsnbqq6pjb00000gn/T/_MEIGLO3yx/libpython3.9.dylib': dlopen: dlopen(/var/folders/pv/58vvqdhn26q3fvsnbqq6pjb00000gn/T/_MEIGLO3yx/libpython3.9.dylib, 10): Symbol not found: ____chkstk_darwin
Referenced from: /var/folders/pv/58vvqdhn26q3fvsnbqq6pjb00000gn/T/_MEIGLO3yx/libintl.8.dylib (which was built for Mac OS X 11.0)
Expected in: /usr/lib/libSystem.B.dylib
in /var/folders/pv/58vvqdhn26q3fvsnbqq6pjb00000gn/T/_MEIGLO3yx/libintl.8.dylib
As a workaround I suggested to use kflashGUI instead
The text was updated successfully, but these errors were encountered: