PongoBRIX icon indicating copy to clipboard operation
PongoBRIX copied to clipboard

modules not loaded

Open puba opened this issue 3 years ago • 6 comments

Hey,

tried to make load_buttons module, but it seems not get loaded by Pongo. Compiled modules are located in ../PongoBRIX dir. Should I change the Makefile to that dir or what should be done in order for modules to be loaded and executed properly?

Thanks for your answers and this project.

capt

puba avatar May 23 '21 13:05 puba

Are you sure button_helper.bin contains a valid mach-o binary?

pixelomer avatar Jun 02 '21 20:06 pixelomer

Not sure, that is whats look like:

file_1

file

puba avatar Jun 03 '21 05:06 puba

sorry, binaries were wrong, the modules now get loaded, when I try to run it, got this error and restart

file_2

and when trying to load brix

file_3

puba avatar Jun 03 '21 07:06 puba

See the before you begin section in the README. You did not apply the pongoOS changes.

pixelomer avatar Jun 03 '21 13:06 pixelomer

As for the button helper issue, that's because your device has an A11 processor which is not yet supported by the button helper. See #12.

pixelomer avatar Jun 03 '21 13:06 pixelomer

Hmm, modload.c is obviously patched file_5 file_4

puba avatar Jun 03 '21 13:06 puba