From: <oh...@ma...> - 2009-01-14 20:48:13
|
Author: oharboe Date: 2009-01-14 20:48:11 +0100 (Wed, 14 Jan 2009) New Revision: 1320 Modified: trunk/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk Log: wip Modified: trunk/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk =================================================================== --- trunk/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk 2009-01-14 19:30:51 UTC (rev 1319) +++ trunk/testing/examples/ledtest-imx31pdk/gdbinit-imx31pdk 2009-01-14 19:48:11 UTC (rev 1320) @@ -9,13 +9,7 @@ set endian little dir . -# Tell GDB to use 1024 bytes packes when downloading, this -# reduces load image download times -set remote memory-write-packet-size 1024 -set remote memory-write-packet-size fixed - - # DEFINE MACROS : # # Create a "refresh" macro to update gdb's screens after the cpu @@ -30,6 +24,7 @@ # CONNECT TO TARGET : target remote 127.0.0.1:3333 monitor reset run +#FIX!!!! should be reset init! monitor reset halt # iMX31 PDK board initialization commands: |