101a and 101b are different firmware. grep from German forum found the differences and compiles a running 101b version.
http://forum.chdk-treff.de/viewtopic.php?p=26046#p26046
$ diff -r 101a 101b
diff -r 101a/boot.c 101b/boot.c
150c150
< " LDR R0, =0xFF64BE6C \n"
---
> " LDR R0, =0xFF64BECC \n"
158c158
< " LDR R1, =0x195D34 \n"
---
> " LDR R1, =0x195D34 \n"
Only in 101b: boot.c~
Binary files 101a/boot.o and 101b/boot.o differ
Only in 101b: copybin.sh
Only in 101b: dumpelf.sh
Binary files 101a/libplatformsub.a and 101b/libplatformsub.a differ
Only in 101b: primary.asmdump
Binary files 101a/PRIMARY.BIN and 101b/PRIMARY.BIN differ
Only in 101b: primary.elf
Only in 101b: stubs_entry.diff
diff -r 101a/stubs_entry.S 101b/stubs_entry.S
6c6
< // Firmware Ver GM1.01A
---
> // Firmware Ver GM1.01B
22c22
< // Firmware modemap table found @ff09cf84 -> ff099208 -> ff205770 -> ff3877c4 -> ff626550
---
> // Firmware modemap table found @ff09cf84 -> ff099208 -> ff205770 -> ff3877c4 -> ff6265b0
28,29c28,29
< //DEF(levent_table ,0xff5905cc) // Found @0xff5905cc, stubs_min = 0xff5905cc (0xff5905cc)
< //DEF(FlashParamsTable ,0xff6267b4) // Found @0xff6267b4, stubs_min = 0xff6267b4 (0xff6267b4)
---
> //DEF(levent_table ,0xff59062c) // Found @0xff59062c, stubs_min = 0xff59062c (0xff59062c)
> //DEF(FlashParamsTable ,0xff626814) // Found @0xff626814, stubs_min = 0xff626814 (0xff626814)
106c106
< NSTUB(ExecuteEventProcedure ,0xff08d86😎 // 1
---
> NSTUB(ExecuteEventProcedure ,0xff08d86😎 // 2
Binary files 101a/stubs_min.o and 101b/stubs_min.o differ
diff -r 101a/stubs_min.S 101b/stubs_min.S
5,6c5,6
< DEF(levent_table ,0xff5905cc) // Found @0xff5905cc, stubs_min = 0xff5905cc (0xff5905cc)
< DEF(FlashParamsTable ,0xff6267b4) // Found @0xff6267b4, stubs_min = 0xff6267b4 (0xff6267b4)
---
> DEF(levent_table ,0xff59062c) // Found @0xff5905cc, stubs_min = 0xff5905cc (0xff5905cc)
> DEF(FlashParamsTable ,0xff626814) // Found @0xff6267b4, stubs_min = 0xff6267b4 (0xff6267b4)
Only in 101b: stubs_min.S~
Only in 101a: .svn
Only in 101b: t
Maybe he provides a complete patch file for the svn. I asked him.
msl