"prplplague could you give me a few instructions starting at 0x248?"
i can't post that section of code. but you can look at the address 0x5d0000 which should be identical to the bootrom distributed by emsoft in their uclinux tarball.
here is some of the code from the distributed bootroom provided by emsoft with source, which should be identical with the offset of 0x5d0000 in the juicebox rom:
0: ea00000d b 0x3c
4: e59ff014 ldr pc, [pc, #14] ; 0x20
8: e59ff014 ldr pc, [pc, #14] ; 0x24
c: e59ff014 ldr pc, [pc, #14] ; 0x28
10: e59ff014 ldr pc, [pc, #14] ; 0x2c
14: e59ff014 ldr pc, [pc, #14] ; 0x30
18: e59ff014 ldr pc, [pc, #14] ; 0x34
1c: e59ff014 ldr pc, [pc, #14] ; 0x38
20: 0c000004 stceq 0, cr0, [r0], -#16
24: 0c000008 stceq 0, cr0, [r0], -#32
28: 0c00000c stceq 0, cr0, [r0], -#48
2c: 0c000010 stceq 0, cr0, [r0], -#64
30: 0c000014 stceq 0, cr0, [r0], -#80
34: 0c000018 stceq 0, cr0, [r0], -#96
38: 0c00001c stceq 0, cr0, [r0], -#112
3c: e3a000d3 mov r0, #211 ; 0xd3
40: e121f000 msr CPSR_c, r0
44: e59f0264 ldr r0, [pc, #264] ; 0x2b0
48: e59f1310 ldr r1, [pc, #310] ; 0x360
4c: e5801000 str r1, [r0]