-
Notifications
You must be signed in to change notification settings - Fork 32
Raspberry Pi OS 64bit not supported #24
Description
When building picberry under Raspberry Pi OS 64bit, the resulting binary won't produce working targets.
Output looks like this...:
pi@ak-test-pi:~/temp $ sudo picberry -f pic24fjxxxga3xx -g 27,23,22 -w edr012.sprint_prototype.X.production.prod_02f63a50.hex
picberry PIC Programmer v0.2
Device Name: PIC24FJ128GA306
Device ID: 0x000046c2
Revision: 0x00000006
Writing chip...[[[[[[[[[[[[[[[[[[[[DONE!
Press ENTER to exit program mode...
In the line "Writing chip" the progress will go from 0 to 112% and starts over one or two times ... after that it states DONE, but the firmware on the target is not working.
If I'm doing the same under 32bit version of Raspberry Pi OS, everything is working correctly.
I still have to test if it works when building as 32bit binary under 64bit OS.
Anyone experiencing the same problem?