Hmmm... this is all making me very nervous:
I did a list (sansapatcher -l), giving me this:
[root@localhost build-e200-boot]# /home/main/bin/sansapatcher -l
...
[INFO] Image 1 - 60416 bytes
[INFO] Image 2 - 5856256 bytes
The Image 1 appears to be the (old?) bootloader, because doing the delete switch removed the bootloader successfully. However, when I then did the PPBL bootloader install, which stated it completed successfully, I still only had the one Image as if nothing had actually changed:
[root@localhost build-e200-boot]# /home/main/bin/sansapatcher -l
...
[INFO] Image 1 - 5856256 bytes
The next move was
[root@localhost build-e200-boot]# /home/main/bin/sansapatcher --install
which worked OK, giving me these listed Images:
[root@localhost build-e200-boot]# /home/main/bin/sansapatcher -l
...
[INFO] Image 1 - 74752 bytes
[INFO] Image 2 - 5856256 bytes
So now there's a bootloader (Image 1), but matching the sizes with those listed in my working directory, it's the PP5022.mi4 one, not the bootloader.bin one.
Now I'm afraid to unplug the device until I feel comfortable that there is a working bootloader installed. I think there is, but it's not the one I want. For me, neither the
-bl or the
--update-ppbl switches appear to do anything.
For info this is all being done natively in Linux.