Re: [Openocd-development] SMDK2410 board

2009-11-01 Thread David Brownell
On Sunday 01 November 2009, David Kaplan wrote: > I'm trying to get u-boot running on a smdk2410-based board. > I'm using openocd and jtag and am trying to load u-boot into ram as follows: > > load_image u-boot.bin 0x33f8 > > Which *seems* to work: > 103668 bytes written at address 0x33f8

[Openocd-development] SMDK2410 board

2009-11-01 Thread David Kaplan
I'm trying to get u-boot running on a smdk2410-based board. I'm using openocd and jtag and am trying to load u-boot into ram as follows: load_image u-boot.bin 0x33f8 Which *seems* to work: 103668 bytes written at address 0x33f8 downloaded 103668 byte in 0.500045s I then try to run it by