From 697bc4718733f91ca90d8201569c0bdab7508e4e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 30 Dec 2015 12:36:53 -0600 Subject: [PATCH] Refresh configuration; update README --- configs/launchxl-tms57004/README.txt | 18 ++++++++++++++++-- configs/sim/ostest/defconfig | 10 +++++++++- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/configs/launchxl-tms57004/README.txt b/configs/launchxl-tms57004/README.txt index 3b97bfa9527..90ea3ef24a1 100644 --- a/configs/launchxl-tms57004/README.txt +++ b/configs/launchxl-tms57004/README.txt @@ -18,9 +18,23 @@ Contents Status ====== + 2015-12-29: The basic port to the TMS570 is complete. After a few debug attempts, - I think I may have damaged my board: The CPU NERROR LED illuminates, JTAG - no longer recognizes the part, and can't re-program the FLASH. + I think I may have damaged my board or at least put it into a state where + I can use it: The CPU NERROR LED illuminates and can't I re-program + the FLASH. + + I was never able to use Code Composer Studio or UniFlash with the board. + But I was initially able to load FLASH and debug using a Segger J-Link + connected to the board as described below. But I think that some of + my initial code loads put the TMS570 in bad state (or worse). Now + the NERROR LED is on. When I attempt to problem the FLASH, the J-Link + software complains that the CPU is running too slowly and then times + out trying to erase the FLASH. + + I have made several important code fixes since them (some of which might + improve this situation). But I have been unable to test them. At this + point I will have to give up on this port OR perhaps order a new card. Toolchain ========= diff --git a/configs/sim/ostest/defconfig b/configs/sim/ostest/defconfig index 48e8efd65ee..6787a9b74a3 100644 --- a/configs/sim/ostest/defconfig +++ b/configs/sim/ostest/defconfig @@ -255,9 +255,10 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16 # CONFIG_PREALLOC_MQ_MSGS=32 CONFIG_MQ_MAXMSGSIZE=32 +# CONFIG_MODULE is not set # -# Work Queue Support +# Work queue support # # CONFIG_SCHED_WORKQUEUE is not set # CONFIG_SCHED_HPWORK is not set @@ -306,7 +307,13 @@ CONFIG_DEV_NULL=y # CONFIG_VIDEO_DEVICES is not set # CONFIG_BCH is not set # CONFIG_INPUT is not set +# CONFIG_IOEXPANDER is not set # CONFIG_LCD is not set + +# +# LED Support +# +# CONFIG_PCA9635PW is not set # CONFIG_MMCSD is not set # CONFIG_MTD is not set # CONFIG_EEPROM is not set @@ -525,6 +532,7 @@ CONFIG_EXAMPLES_OSTEST_NBARRIER_THREADS=8 CONFIG_EXAMPLES_OSTEST_RR_RANGE=10000 CONFIG_EXAMPLES_OSTEST_RR_RUNS=10 CONFIG_EXAMPLES_OSTEST_WAITRESULT=y +# CONFIG_EXAMPLES_PCA9635 is not set # CONFIG_EXAMPLES_PIPE is not set # CONFIG_EXAMPLES_POLL is not set # CONFIG_EXAMPLES_PPPD is not set