Hi all,
it's my first topic on this forum. We are developing a custom platform based on DM3730 and currently we are working with beagleboard_xm.
On our board we have only an eMMC as flash (wired on MMC2 bus). So we are searching a solution to flash it when we will produce it. Currently I want to load x-load.bin with JTAG and then load u-boot.bin (for the moment I don't know how... (jtag or UART3)).
So I am trying to load x-load.bin in SRAM of the CPU. I compiled openocd and it seems to work correctly with our Jlink probe. I launch it with jlink.cfg and ti_beagleboard_xm.cfg file... it's OK. Then I launch a telnet session to execute some commands on the DM3730:
- reset halt
- load_image x-load.bin 0x40200800 bin
- verify_image x-load.bin 0x4020800 bin
- resume 0x40200800
Nothing happens !
So, how can I launch x-load.bin on beagleboard only with my jlink probe?
Thanks in advance for your help,
Best Regards,
Pierre