what does jammod do for us exactly? what modules are we trying to make it load?
I want to load MTD -- the linux "memory technology device" driver
http://www.linux-mtd.infradead.org/-- this is the best, most tested way to write to flash chips in linux. If my program to flash the bootloader doesn't work, that should. (It's not present in the kernel tree they used for the PB, but you can download/compile it seperately -- the version from last March still works with 2.4 -- still working on it over here.)
If that doesn't work, another great solution is the Two Kernel Monte (
http://sourceforge.net/projects/monte/) this is a kernel module that you can install that then boots up an entirely different kernel without actually rebooting. We could use that to boot a more modern kernel, and then use mtd there.
(eventually, if MTD can't reflash that chip, I don't know what could.)
-b