mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Refresh configuration; update README
This commit is contained in:
@@ -18,9 +18,23 @@ Contents
|
|||||||
Status
|
Status
|
||||||
======
|
======
|
||||||
|
|
||||||
|
2015-12-29:
|
||||||
The basic port to the TMS570 is complete. After a few debug attempts,
|
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
|
I think I may have damaged my board or at least put it into a state where
|
||||||
no longer recognizes the part, and can't re-program the FLASH.
|
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
|
Toolchain
|
||||||
=========
|
=========
|
||||||
|
|||||||
@@ -255,9 +255,10 @@ CONFIG_SIG_SIGCONDTIMEDOUT=16
|
|||||||
#
|
#
|
||||||
CONFIG_PREALLOC_MQ_MSGS=32
|
CONFIG_PREALLOC_MQ_MSGS=32
|
||||||
CONFIG_MQ_MAXMSGSIZE=32
|
CONFIG_MQ_MAXMSGSIZE=32
|
||||||
|
# CONFIG_MODULE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Work Queue Support
|
# Work queue support
|
||||||
#
|
#
|
||||||
# CONFIG_SCHED_WORKQUEUE is not set
|
# CONFIG_SCHED_WORKQUEUE is not set
|
||||||
# CONFIG_SCHED_HPWORK is not set
|
# CONFIG_SCHED_HPWORK is not set
|
||||||
@@ -306,7 +307,13 @@ CONFIG_DEV_NULL=y
|
|||||||
# CONFIG_VIDEO_DEVICES is not set
|
# CONFIG_VIDEO_DEVICES is not set
|
||||||
# CONFIG_BCH is not set
|
# CONFIG_BCH is not set
|
||||||
# CONFIG_INPUT is not set
|
# CONFIG_INPUT is not set
|
||||||
|
# CONFIG_IOEXPANDER is not set
|
||||||
# CONFIG_LCD is not set
|
# CONFIG_LCD is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# LED Support
|
||||||
|
#
|
||||||
|
# CONFIG_PCA9635PW is not set
|
||||||
# CONFIG_MMCSD is not set
|
# CONFIG_MMCSD is not set
|
||||||
# CONFIG_MTD is not set
|
# CONFIG_MTD is not set
|
||||||
# CONFIG_EEPROM 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_RANGE=10000
|
||||||
CONFIG_EXAMPLES_OSTEST_RR_RUNS=10
|
CONFIG_EXAMPLES_OSTEST_RR_RUNS=10
|
||||||
CONFIG_EXAMPLES_OSTEST_WAITRESULT=y
|
CONFIG_EXAMPLES_OSTEST_WAITRESULT=y
|
||||||
|
# CONFIG_EXAMPLES_PCA9635 is not set
|
||||||
# CONFIG_EXAMPLES_PIPE is not set
|
# CONFIG_EXAMPLES_PIPE is not set
|
||||||
# CONFIG_EXAMPLES_POLL is not set
|
# CONFIG_EXAMPLES_POLL is not set
|
||||||
# CONFIG_EXAMPLES_PPPD is not set
|
# CONFIG_EXAMPLES_PPPD is not set
|
||||||
|
|||||||
Reference in New Issue
Block a user