| I have finally gotten
around to re-release the BBUGEZ32 program which allows
working with the Motorola DragonBall EZ microprocessor
through the bootstrap mode. Mostly developed for my
proprietary module, it should work with any DragonBall
platform with the proper B record setup files to make it
talk. You will need to know something of the system architecture
though, so if you want to Hax0r your Palm OS, you are on
your own!
Anyhow without further ado:
Download/BBUGEZ32.ZIP
2.43Mb
Includes source files under the GNU license.
Some screen shots:
Shot of the test runner, which will take a compiled
image and simply run it in RAM. Typically all compiled
code will be assigned to a RAM space so that you don't
have to wait for a new flash burn each time you are
testing your code base. Makes things faster.

Shot of the Font creator which has just finished
making C file results of a TTF font. Use any windows
font in your embedded system! Word of caution, many
fonts are copyrighted, so please be responsible!

This is the Flash burner panel. The first file listed
is the register configuration file which gets the chip
select registers configured for memory locations. The
second line is a custom boot-loader program that I wrote
for my specific flash memory and allows uploading
sRecords directly via serial port. Thus the last entry
is the sRecord which will be uploaded and burned to
Flash. After the process is complete, you would
typically set the processor in standard mode and reset.
|