I'm basing my work on the A720 code. I've got a bit further, edited lib.c and stubs_min.c, right now it looks like Im not getting to entry.S in core though.
My makefile.inc is as follows:
#317A
PLATFORMID=12666
PLATFORMOS=dryos
MEMBASEADDR=0x1900
RESTARTSTART=0x49000
MEMISOSTART=0xA5798
ROMBASEADDR=0xffc00000
I'm still feeling around the boot process, bit stumped for the moment though, can't see what's wrong with it
EDIT: I gave copy_and_restart a test function to turn on an LED and the camera restarted to it
Realised I'm using binutils 2.19 which as mentioned in the A580 thread, does crazy things to main.bin! Rebuilding binutils now...
RE-EDIT: I get as far as calling CreateTask_PhySw(); and then the camera turns off, I've still got a lot more stuff to do though.