Part Number:UCD3138CC64EVM-030
UCD3138CC64EVM-030 show No Device Found!. after I try to Firmware Download and Erase Firmware (refer:User's Guide UCD3138CC64EVM-030 in 7 (7.1 - 7.2) Test Procedure
Part Number:UCD3138CC64EVM-030
UCD3138CC64EVM-030 show No Device Found!. after I try to Firmware Download and Erase Firmware (refer:User's Guide UCD3138CC64EVM-030 in 7 (7.1 - 7.2) Test Procedure
Part Number:TMS320C5534
Tool/software:TI-RTOS
I am writing FW on a C5534 using DSP/BIOS 5.42, and am reviewing all teh clocks, reset etc to make
my FW embeddable.
What is the importance of 55x platforms having the following line in nearly any .gel reference file for C ?
*(short *)IVPD = 0x027F; // Load interrupt vector pointer
What i don't understand is, what is thes 0x027F address, as none of the DSP/BIOS handled vectors are
located there, but rather to the more standard 0x00FF location. Furthermore, if I break immediately after start, i can see
that the IVPD/H are set to 0x00FF, so this 0x027F has disappeared. I assume this is rewrittent by the c_int00 runtime.
So, really, why is the .gel bothering in setting it at all ?
thanks,
Jacques
Part Number:LM5022
Hi team,
I want to double check if LM5022 can be enabled/ disabled by GPIO control of MCU.
The upper/lower resistors on UVLO pin will be removed because UVLO will not be used. And the UVLO pin will be connected directly to MCU GPIO (3.3V output) for device enabled/disabled. Is it okay?
Thanks,
Sam Lee
Part Number:MSP430F5638
Tool/software:TI-RTOS
Part programs OK but RTOS start up hangs in UCS.C at UCS-initFLLSettle.
Although this is a new build, the processor has worked fine with previous builds. The X2 crystal is a NX3225SA-12.000000MHZ with a 10pF cap on each pin. Changing the caps on one board caused a successful initialize and processor USB works. Other boards do not respond but there is a 12MHz oscillation in any case. Because previous builds worked fine this seems like something in the hardware. Some sensitivity in the 12MHz osc causing the USB not to function?
All boards are professionally assembled and look good.
can not include source code but trapped where it hangs:
schematic and layout:
How do I determine if this is indeed a hardware(part) issue or firmware issue?
What can I measure or trace in the Firmware? Why did changing the loading caps change results on one board?
Part Number:CCSTUDIO
Tool/software: Code Composer Studio
Hi everyone!
I tried CCSv8 and problems the same as in CCSv7:
C/C++ Indexer
Migrating Legacy project...
This is the reaction to saving the file.
For the first time I can save the changes, and then everything hangs. Restart by "KILL", and then I can do only one action.
There is an a log:
(Please visit the site to view this file)
we have cc1101 and cc1190 transceiver and use cc1190 as base station (send command to all cc1101), all of cc1101s get first command , in our scenario all of cc1101s must respond to cc1190 command (send battery level to base station), but at the same time cc1190 can get data frame only from one cc1101, our platform is ARDUINO UNO.
what is our problem? can any one help me?
Part Number:LMX2595EVM
Dear TI engineers,
I just bought an LMX2595EVM board, and I tested it at low frequency (100M, 200M, 300M and 400M). The waveform(200MHz) is shown in the figure attached. I don't think the waveforms are correct. I think the waveforms should be square or sine. Besides, with frequency increasing, the peak-peak voltage decreases a lot.
I also attached my circuit setups here. I wonder is there any problems of my board or my setups?
Thanks!
Jessie
Part Number:AM4378
Tool/software: Linux
When I compile U-boot with the rt Linux SDK I get many errors, duplicate defines, missing header files in the compiler includes, etc. When I compile u-boot on the same computer with the non rt Linux SDK, it compiles fine. The first output is with the RT SDK, the second is the non RT SDK. I have these in files if that would help. Any idea what I'm doing wrong or if I don't have something configured properly. We will need to use the RT SDK for our project.
Thanks
Ed
--------------------------------------------------------------------------------------------------------------------RT SDK --------------------------------------------------------------------
=====================================
Building the Linux Kernel DTBs
=====================================
make -C /home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/linux-rt-4.9.59+gitAUTOINC+273202a0d3-g273202a0d3 ARCH=arm CROSS_COMPILE=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- tisdk_am437x-evm-rt_defconfig
make[1]: Entering directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/linux-rt-4.9.59+gitAUTOINC+273202a0d3-g273202a0d3'
#
# configuration written to .config
#
make[1]: Leaving directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/linux-rt-4.9.59+gitAUTOINC+273202a0d3-g273202a0d3'
make -j 2 -C /home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/linux-rt-4.9.59+gitAUTOINC+273202a0d3-g273202a0d3 ARCH=arm CROSS_COMPILE=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb am437x-idk-pru-excl-uio.dtb am437x-idk-pru-excl-uio.dtb
make[1]: Entering directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/linux-rt-4.9.59+gitAUTOINC+273202a0d3-g273202a0d3'
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: 'am437x-idk-pru-excl-uio.dtb' is up to date.
make[1]: Leaving directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/linux-rt-4.9.59+gitAUTOINC+273202a0d3-g273202a0d3'
===================================
Building U-boot
===================================
make -j 2 -C /home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/u-boot-* CROSS_COMPILE=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- am43xx_evm_config
make[1]: Entering directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04'
#
# configuration written to .config
#
make[1]: Leaving directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04'
make -j 2 -C /home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/u-boot-* CROSS_COMPILE=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- DTC=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/linux-rt-4.9.59+gitAUTOINC+273202a0d3-g273202a0d3/scripts/dtc/dtc
make[1]: Entering directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04'
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
CFG u-boot.cfg
GEN include/autoconf.mk.dep
CFG spl/u-boot.cfg
GEN include/autoconf.mk
GEN spl/include/autoconf.mk
CHK include/config/uboot.release
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
CHK include/generated/version_autogenerated.h
CHK include/generated/generic-asm-offsets.h
CHK include/generated/asm-offsets.h
HOSTCC tools/mkenvimage.o
HOSTCC tools/fit_image.o
HOSTCC tools/image-host.o
HOSTCC tools/dumpimage.o
HOSTCC tools/mkimage.o
HOSTLD tools/mkenvimage
HOSTLD tools/dumpimage
HOSTLD tools/mkimage
CC arch/arm/mach-omap2/boot-common.o
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:12:0: warning: "CONFIG_AM43XX" redefined
#define CONFIG_AM43XX
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:112:0: note: this is the location of the previous definition
#define CONFIG_AM43XX 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:14:0: warning: "CONFIG_CMD_FAT" redefined
#define CONFIG_CMD_FAT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:170:0: note: this is the location of the previous definition
#define CONFIG_CMD_FAT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:15:0: warning: "CONFIG_CMD_SAVEENV" redefined
#define CONFIG_CMD_SAVEENV
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:51:0: note: this is the location of the previous definition
#define CONFIG_CMD_SAVEENV 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:19:0: warning: "CONFIG_SYS_CACHELINE_SIZE" redefined
#define CONFIG_SYS_CACHELINE_SIZE 32
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:81:0: note: this is the location of the previous definition
#define CONFIG_SYS_CACHELINE_SIZE 64
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:26:0: warning: "CONFIG_SYS_NS16550" redefined
#define CONFIG_SYS_NS16550
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:30:0: note: this is the location of the previous definition
#define CONFIG_SYS_NS16550 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:55:0: warning: "CONFIG_SPL_POWER_SUPPORT" redefined
#define CONFIG_SPL_POWER_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:173:0: note: this is the location of the previous definition
#define CONFIG_SPL_POWER_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:56:0: warning: "CONFIG_SPL_YMODEM_SUPPORT" redefined
#define CONFIG_SPL_YMODEM_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:188:0: note: this is the location of the previous definition
#define CONFIG_SPL_YMODEM_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:108:0: warning: "CONFIG_CMD_USB" redefined
#define CONFIG_CMD_USB
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:10:0: note: this is the location of the previous definition
#define CONFIG_CMD_USB 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:109:0: warning: "CONFIG_USB_HOST" redefined
#define CONFIG_USB_HOST
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:146:0: note: this is the location of the previous definition
#define CONFIG_USB_HOST 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:112:0: warning: "CONFIG_USB_STORAGE" redefined
#define CONFIG_USB_STORAGE
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:44:0: note: this is the location of the previous definition
#define CONFIG_USB_STORAGE 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:127:0: warning: "CONFIG_USB_DWC3_PHY_OMAP" redefined
#define CONFIG_USB_DWC3_PHY_OMAP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:102:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_PHY_OMAP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:128:0: warning: "CONFIG_USB_DWC3_OMAP" redefined
#define CONFIG_USB_DWC3_OMAP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:174:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_OMAP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:129:0: warning: "CONFIG_USB_DWC3" redefined
#define CONFIG_USB_DWC3
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:189:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:130:0: warning: "CONFIG_USB_DWC3_GADGET" redefined
#define CONFIG_USB_DWC3_GADGET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:108:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_GADGET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:132:0: warning: "CONFIG_USB_GADGET" redefined
#define CONFIG_USB_GADGET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:87:0: note: this is the location of the previous definition
#define CONFIG_USB_GADGET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:140:0: warning: "CONFIG_G_DNL_PRODUCT_NUM" redefined
#define CONFIG_G_DNL_PRODUCT_NUM 0xBD00
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:49:0: note: this is the location of the previous definition
#define CONFIG_G_DNL_PRODUCT_NUM 0xbd00
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:141:0: warning: "CONFIG_USB_GADGET_DUALSPEED" redefined
#define CONFIG_USB_GADGET_DUALSPEED
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:105:0: note: this is the location of the previous definition
#define CONFIG_USB_GADGET_DUALSPEED 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:147:0: warning: "CONFIG_DFU_RAM" redefined
#define CONFIG_DFU_RAM
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:70:0: note: this is the location of the previous definition
#define CONFIG_DFU_RAM 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:148:0: warning: "CONFIG_CMD_DFU" redefined
#define CONFIG_CMD_DFU
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:114:0: note: this is the location of the previous definition
#define CONFIG_CMD_DFU 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:150:0: warning: "CONFIG_DFU_MMC" redefined
#define CONFIG_DFU_MMC
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:80:0: note: this is the location of the previous definition
#define CONFIG_DFU_MMC 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:208:0: warning: "CONFIG_TI_QSPI" redefined
#define CONFIG_TI_QSPI
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:179:0: note: this is the location of the previous definition
#define CONFIG_TI_QSPI 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:209:0: warning: "CONFIG_SPI_FLASH" redefined
#define CONFIG_SPI_FLASH
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:106:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:210:0: warning: "CONFIG_SPI_FLASH_MACRONIX" redefined
#define CONFIG_SPI_FLASH_MACRONIX
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:171:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH_MACRONIX 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:211:0: warning: "CONFIG_CMD_SF" redefined
#define CONFIG_CMD_SF
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:76:0: note: this is the location of the previous definition
#define CONFIG_CMD_SF 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:212:0: warning: "CONFIG_CMD_SPI" redefined
#define CONFIG_CMD_SPI
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:200:0: note: this is the location of the previous definition
#define CONFIG_CMD_SPI 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:214:0: warning: "CONFIG_SPI_FLASH_BAR" redefined
#define CONFIG_SPI_FLASH_BAR
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:167:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH_BAR 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:343:0: warning: "CONFIG_CMD_NET" redefined
#define CONFIG_CMD_NET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:175:0: note: this is the location of the previous definition
#define CONFIG_CMD_NET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:344:0: warning: "CONFIG_CMD_DHCP" redefined
#define CONFIG_CMD_DHCP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:89:0: note: this is the location of the previous definition
#define CONFIG_CMD_DHCP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:345:0: warning: "CONFIG_CMD_PING" redefined
#define CONFIG_CMD_PING
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:48:0: note: this is the location of the previous definition
#define CONFIG_CMD_PING 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:346:0: warning: "CONFIG_CMD_MII" redefined
#define CONFIG_CMD_MII
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:191:0: note: this is the location of the previous definition
#define CONFIG_CMD_MII 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:360:0: warning: "CONFIG_SPL_ENV_SUPPORT" redefined
#define CONFIG_SPL_ENV_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:115:0: note: this is the location of the previous definition
#define CONFIG_SPL_ENV_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/boot-common.c:11:
include/configs/am43xx_evm.h:363:0: warning: "CONFIG_SPL_NET_SUPPORT" redefined
#define CONFIG_SPL_NET_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:16:0: note: this is the location of the previous definition
#define CONFIG_SPL_NET_SUPPORT 1
CC board/ti/am43xx/board.o
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:12:0: warning: "CONFIG_AM43XX" redefined
#define CONFIG_AM43XX
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:112:0: note: this is the location of the previous definition
#define CONFIG_AM43XX 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:14:0: warning: "CONFIG_CMD_FAT" redefined
#define CONFIG_CMD_FAT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:170:0: note: this is the location of the previous definition
#define CONFIG_CMD_FAT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:15:0: warning: "CONFIG_CMD_SAVEENV" redefined
#define CONFIG_CMD_SAVEENV
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:51:0: note: this is the location of the previous definition
#define CONFIG_CMD_SAVEENV 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:19:0: warning: "CONFIG_SYS_CACHELINE_SIZE" redefined
#define CONFIG_SYS_CACHELINE_SIZE 32
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:81:0: note: this is the location of the previous definition
#define CONFIG_SYS_CACHELINE_SIZE 64
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:26:0: warning: "CONFIG_SYS_NS16550" redefined
#define CONFIG_SYS_NS16550
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:30:0: note: this is the location of the previous definition
#define CONFIG_SYS_NS16550 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:55:0: warning: "CONFIG_SPL_POWER_SUPPORT" redefined
#define CONFIG_SPL_POWER_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:173:0: note: this is the location of the previous definition
#define CONFIG_SPL_POWER_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:56:0: warning: "CONFIG_SPL_YMODEM_SUPPORT" redefined
#define CONFIG_SPL_YMODEM_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:188:0: note: this is the location of the previous definition
#define CONFIG_SPL_YMODEM_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:108:0: warning: "CONFIG_CMD_USB" redefined
#define CONFIG_CMD_USB
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:10:0: note: this is the location of the previous definition
#define CONFIG_CMD_USB 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:109:0: warning: "CONFIG_USB_HOST" redefined
#define CONFIG_USB_HOST
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:146:0: note: this is the location of the previous definition
#define CONFIG_USB_HOST 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:112:0: warning: "CONFIG_USB_STORAGE" redefined
#define CONFIG_USB_STORAGE
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:44:0: note: this is the location of the previous definition
#define CONFIG_USB_STORAGE 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:127:0: warning: "CONFIG_USB_DWC3_PHY_OMAP" redefined
#define CONFIG_USB_DWC3_PHY_OMAP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:102:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_PHY_OMAP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:128:0: warning: "CONFIG_USB_DWC3_OMAP" redefined
#define CONFIG_USB_DWC3_OMAP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:174:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_OMAP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:129:0: warning: "CONFIG_USB_DWC3" redefined
#define CONFIG_USB_DWC3
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:189:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:130:0: warning: "CONFIG_USB_DWC3_GADGET" redefined
#define CONFIG_USB_DWC3_GADGET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:108:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_GADGET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:132:0: warning: "CONFIG_USB_GADGET" redefined
#define CONFIG_USB_GADGET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:87:0: note: this is the location of the previous definition
#define CONFIG_USB_GADGET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:140:0: warning: "CONFIG_G_DNL_PRODUCT_NUM" redefined
#define CONFIG_G_DNL_PRODUCT_NUM 0xBD00
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:49:0: note: this is the location of the previous definition
#define CONFIG_G_DNL_PRODUCT_NUM 0xbd00
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:141:0: warning: "CONFIG_USB_GADGET_DUALSPEED" redefined
#define CONFIG_USB_GADGET_DUALSPEED
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:105:0: note: this is the location of the previous definition
#define CONFIG_USB_GADGET_DUALSPEED 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:147:0: warning: "CONFIG_DFU_RAM" redefined
#define CONFIG_DFU_RAM
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:70:0: note: this is the location of the previous definition
#define CONFIG_DFU_RAM 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:148:0: warning: "CONFIG_CMD_DFU" redefined
#define CONFIG_CMD_DFU
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:114:0: note: this is the location of the previous definition
#define CONFIG_CMD_DFU 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:150:0: warning: "CONFIG_DFU_MMC" redefined
#define CONFIG_DFU_MMC
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:80:0: note: this is the location of the previous definition
#define CONFIG_DFU_MMC 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:208:0: warning: "CONFIG_TI_QSPI" redefined
#define CONFIG_TI_QSPI
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:179:0: note: this is the location of the previous definition
#define CONFIG_TI_QSPI 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:209:0: warning: "CONFIG_SPI_FLASH" redefined
#define CONFIG_SPI_FLASH
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:106:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:210:0: warning: "CONFIG_SPI_FLASH_MACRONIX" redefined
#define CONFIG_SPI_FLASH_MACRONIX
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:171:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH_MACRONIX 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:211:0: warning: "CONFIG_CMD_SF" redefined
#define CONFIG_CMD_SF
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:76:0: note: this is the location of the previous definition
#define CONFIG_CMD_SF 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:212:0: warning: "CONFIG_CMD_SPI" redefined
#define CONFIG_CMD_SPI
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:200:0: note: this is the location of the previous definition
#define CONFIG_CMD_SPI 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:214:0: warning: "CONFIG_SPI_FLASH_BAR" redefined
#define CONFIG_SPI_FLASH_BAR
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:167:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH_BAR 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:343:0: warning: "CONFIG_CMD_NET" redefined
#define CONFIG_CMD_NET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:175:0: note: this is the location of the previous definition
#define CONFIG_CMD_NET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:344:0: warning: "CONFIG_CMD_DHCP" redefined
#define CONFIG_CMD_DHCP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:89:0: note: this is the location of the previous definition
#define CONFIG_CMD_DHCP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:345:0: warning: "CONFIG_CMD_PING" redefined
#define CONFIG_CMD_PING
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:48:0: note: this is the location of the previous definition
#define CONFIG_CMD_PING 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:346:0: warning: "CONFIG_CMD_MII" redefined
#define CONFIG_CMD_MII
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:191:0: note: this is the location of the previous definition
#define CONFIG_CMD_MII 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:360:0: warning: "CONFIG_SPL_ENV_SUPPORT" redefined
#define CONFIG_SPL_ENV_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:115:0: note: this is the location of the previous definition
#define CONFIG_SPL_ENV_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from board/ti/am43xx/board.c:21:
include/configs/am43xx_evm.h:363:0: warning: "CONFIG_SPL_NET_SUPPORT" redefined
#define CONFIG_SPL_NET_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:16:0: note: this is the location of the previous definition
#define CONFIG_SPL_NET_SUPPORT 1
board/ti/am43xx/board.c:23:23: fatal error: asm/errno.h: No such file or directory
#include <asm/errno.h>
^
compilation terminated.
scripts/Makefile.build:280: recipe for target 'board/ti/am43xx/board.o' failed
make[2]: *** [board/ti/am43xx/board.o] Error 1
Makefile:1233: recipe for target 'board/ti/am43xx' failed
make[1]: *** [board/ti/am43xx] Error 2
make[1]: *** Waiting for unfinished jobs....
CC arch/arm/mach-omap2/mem-common.o
arch/arm/mach-omap2/boot-common.c: In function 'save_omap_boot_params':
arch/arm/mach-omap2/boot-common.c:105:23: error: 'MMC_BOOT_DEVICES_START' undeclared (first use in this function)
if ((boot_device >= MMC_BOOT_DEVICES_START) &&
^~~~~~~~~~~~~~~~~~~~~~
arch/arm/mach-omap2/boot-common.c:105:23: note: each undeclared identifier is reported only once for each function it appears in
arch/arm/mach-omap2/boot-common.c:106:23: error: 'MMC_BOOT_DEVICES_END' undeclared (first use in this function)
(boot_device <= MMC_BOOT_DEVICES_END))
^~~~~~~~~~~~~~~~~~~~
scripts/Makefile.build:280: recipe for target 'arch/arm/mach-omap2/boot-common.o' failed
make[2]: *** [arch/arm/mach-omap2/boot-common.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:12:0: warning: "CONFIG_AM43XX" redefined
#define CONFIG_AM43XX
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:112:0: note: this is the location of the previous definition
#define CONFIG_AM43XX 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:14:0: warning: "CONFIG_CMD_FAT" redefined
#define CONFIG_CMD_FAT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:170:0: note: this is the location of the previous definition
#define CONFIG_CMD_FAT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:15:0: warning: "CONFIG_CMD_SAVEENV" redefined
#define CONFIG_CMD_SAVEENV
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:51:0: note: this is the location of the previous definition
#define CONFIG_CMD_SAVEENV 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:19:0: warning: "CONFIG_SYS_CACHELINE_SIZE" redefined
#define CONFIG_SYS_CACHELINE_SIZE 32
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:81:0: note: this is the location of the previous definition
#define CONFIG_SYS_CACHELINE_SIZE 64
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:26:0: warning: "CONFIG_SYS_NS16550" redefined
#define CONFIG_SYS_NS16550
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:30:0: note: this is the location of the previous definition
#define CONFIG_SYS_NS16550 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:55:0: warning: "CONFIG_SPL_POWER_SUPPORT" redefined
#define CONFIG_SPL_POWER_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:173:0: note: this is the location of the previous definition
#define CONFIG_SPL_POWER_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:56:0: warning: "CONFIG_SPL_YMODEM_SUPPORT" redefined
#define CONFIG_SPL_YMODEM_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:188:0: note: this is the location of the previous definition
#define CONFIG_SPL_YMODEM_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:108:0: warning: "CONFIG_CMD_USB" redefined
#define CONFIG_CMD_USB
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:10:0: note: this is the location of the previous definition
#define CONFIG_CMD_USB 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:109:0: warning: "CONFIG_USB_HOST" redefined
#define CONFIG_USB_HOST
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:146:0: note: this is the location of the previous definition
#define CONFIG_USB_HOST 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:112:0: warning: "CONFIG_USB_STORAGE" redefined
#define CONFIG_USB_STORAGE
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:44:0: note: this is the location of the previous definition
#define CONFIG_USB_STORAGE 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:127:0: warning: "CONFIG_USB_DWC3_PHY_OMAP" redefined
#define CONFIG_USB_DWC3_PHY_OMAP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:102:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_PHY_OMAP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:128:0: warning: "CONFIG_USB_DWC3_OMAP" redefined
#define CONFIG_USB_DWC3_OMAP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:174:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_OMAP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:129:0: warning: "CONFIG_USB_DWC3" redefined
#define CONFIG_USB_DWC3
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:189:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:130:0: warning: "CONFIG_USB_DWC3_GADGET" redefined
#define CONFIG_USB_DWC3_GADGET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:108:0: note: this is the location of the previous definition
#define CONFIG_USB_DWC3_GADGET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:132:0: warning: "CONFIG_USB_GADGET" redefined
#define CONFIG_USB_GADGET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:87:0: note: this is the location of the previous definition
#define CONFIG_USB_GADGET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:140:0: warning: "CONFIG_G_DNL_PRODUCT_NUM" redefined
#define CONFIG_G_DNL_PRODUCT_NUM 0xBD00
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:49:0: note: this is the location of the previous definition
#define CONFIG_G_DNL_PRODUCT_NUM 0xbd00
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:141:0: warning: "CONFIG_USB_GADGET_DUALSPEED" redefined
#define CONFIG_USB_GADGET_DUALSPEED
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:105:0: note: this is the location of the previous definition
#define CONFIG_USB_GADGET_DUALSPEED 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:147:0: warning: "CONFIG_DFU_RAM" redefined
#define CONFIG_DFU_RAM
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:70:0: note: this is the location of the previous definition
#define CONFIG_DFU_RAM 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:148:0: warning: "CONFIG_CMD_DFU" redefined
#define CONFIG_CMD_DFU
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:114:0: note: this is the location of the previous definition
#define CONFIG_CMD_DFU 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:150:0: warning: "CONFIG_DFU_MMC" redefined
#define CONFIG_DFU_MMC
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:80:0: note: this is the location of the previous definition
#define CONFIG_DFU_MMC 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:208:0: warning: "CONFIG_TI_QSPI" redefined
#define CONFIG_TI_QSPI
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:179:0: note: this is the location of the previous definition
#define CONFIG_TI_QSPI 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:209:0: warning: "CONFIG_SPI_FLASH" redefined
#define CONFIG_SPI_FLASH
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:106:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:210:0: warning: "CONFIG_SPI_FLASH_MACRONIX" redefined
#define CONFIG_SPI_FLASH_MACRONIX
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:171:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH_MACRONIX 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:211:0: warning: "CONFIG_CMD_SF" redefined
#define CONFIG_CMD_SF
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:76:0: note: this is the location of the previous definition
#define CONFIG_CMD_SF 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:212:0: warning: "CONFIG_CMD_SPI" redefined
#define CONFIG_CMD_SPI
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:200:0: note: this is the location of the previous definition
#define CONFIG_CMD_SPI 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:214:0: warning: "CONFIG_SPI_FLASH_BAR" redefined
#define CONFIG_SPI_FLASH_BAR
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:167:0: note: this is the location of the previous definition
#define CONFIG_SPI_FLASH_BAR 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:343:0: warning: "CONFIG_CMD_NET" redefined
#define CONFIG_CMD_NET
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:175:0: note: this is the location of the previous definition
#define CONFIG_CMD_NET 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:344:0: warning: "CONFIG_CMD_DHCP" redefined
#define CONFIG_CMD_DHCP
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:89:0: note: this is the location of the previous definition
#define CONFIG_CMD_DHCP 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:345:0: warning: "CONFIG_CMD_PING" redefined
#define CONFIG_CMD_PING
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:48:0: note: this is the location of the previous definition
#define CONFIG_CMD_PING 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:346:0: warning: "CONFIG_CMD_MII" redefined
#define CONFIG_CMD_MII
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:191:0: note: this is the location of the previous definition
#define CONFIG_CMD_MII 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:360:0: warning: "CONFIG_SPL_ENV_SUPPORT" redefined
#define CONFIG_SPL_ENV_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:115:0: note: this is the location of the previous definition
#define CONFIG_SPL_ENV_SUPPORT 1
In file included from include/config.h:7:0,
from include/common.h:18,
from arch/arm/mach-omap2/mem-common.c:16:
include/configs/am43xx_evm.h:363:0: warning: "CONFIG_SPL_NET_SUPPORT" redefined
#define CONFIG_SPL_NET_SUPPORT
In file included from ././include/linux/kconfig.h:4:0,
from <command-line>:0:
include/generated/autoconf.h:16:0: note: this is the location of the previous definition
#define CONFIG_SPL_NET_SUPPORT 1
arch/arm/mach-omap2/mem-common.c: In function 'set_gpmc_cs0':
arch/arm/mach-omap2/mem-common.c:135:10: error: 'CONFIG_SYS_NAND_BASE' undeclared (first use in this function)
base = CONFIG_SYS_NAND_BASE;
^~~~~~~~~~~~~~~~~~~~
arch/arm/mach-omap2/mem-common.c:135:10: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:280: recipe for target 'arch/arm/mach-omap2/mem-common.o' failed
make[2]: *** [arch/arm/mach-omap2/mem-common.o] Error 1
Makefile:1233: recipe for target 'arch/arm/mach-omap2' failed
make[1]: *** [arch/arm/mach-omap2] Error 2
make[1]: Leaving directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-rt-am437x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04'
Makefile:175: recipe for target 'u-boot' failed
make: *** [u-boot] Error 2
---------------------------------------------------------------------------------------------------------------------non RT SDK------------------------------------------------------------------------------------------------------------
=====================================
Building the Linux Kernel DTBs
=====================================
make -C /home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305 ARCH=arm CROSS_COMPILE=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- tisdk_am437x-evm_defconfig
make[1]: Entering directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305'
#
# configuration written to .config
#
make[1]: Leaving directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305'
make -j 2 -C /home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305 ARCH=arm CROSS_COMPILE=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb am437x-idk-pru-excl-uio.dtb am437x-idk-pru-excl-uio.dtb
make[1]: Entering directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305'
scripts/kconfig/conf --silentoldconfig Kconfig
make[1]: 'am437x-idk-pru-excl-uio.dtb' is up to date.
make[1]: Leaving directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305'
===================================
Building U-boot
===================================
make -j 2 -C /home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/u-boot-* CROSS_COMPILE=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- am43xx_evm_config
make[1]: Entering directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04'
#
# configuration written to .config
#
make[1]: Leaving directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04'
make -j 2 -C /home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/u-boot-* CROSS_COMPILE=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf- DTC=/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/scripts/dtc/dtc
make[1]: Entering directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04'
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
GEN include/autoconf.mk.dep
CFG u-boot.cfg
CFG spl/u-boot.cfg
GEN include/autoconf.mk
GEN spl/include/autoconf.mk
CHK include/config/uboot.release
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
CHK include/generated/version_autogenerated.h
CHK include/generated/generic-asm-offsets.h
CHK include/generated/asm-offsets.h
HOSTCC tools/mkenvimage.o
HOSTCC tools/fit_image.o
HOSTCC tools/image-host.o
HOSTCC tools/dumpimage.o
HOSTCC tools/mkimage.o
HOSTLD tools/mkenvimage
HOSTLD tools/dumpimage
HOSTLD tools/mkimage
CC cmd/version.o
CC common/main.o
CC common/board_f.o
LD cmd/built-in.o
LD common/built-in.o
CC lib/smbios.o
CC lib/efi_loader/helloworld.o
LD lib/efi_loader/helloworld.so
OBJCOPY lib/efi_loader/helloworld.efi
CC lib/display_options.o
LD lib/built-in.o
LD u-boot
OBJCOPY u-boot-nodtb.bin
OBJCOPY u-boot.srec
SYM u-boot.sym
MKIMAGE u-boot-dtb.img
MKIMAGE u-boot.img
CAT u-boot-dtb.bin
COPY u-boot.bin
CC spl/common/spl/spl.o
LD spl/common/spl/built-in.o
CC spl/lib/display_options.o
LD spl/lib/built-in.o
LD spl/u-boot-spl
OBJCOPY spl/u-boot-spl-nodtb.bin
CAT spl/u-boot-spl-dtb.bin
COPY spl/u-boot-spl.bin
MKIMAGE MLO
./scripts/check-config.sh u-boot.cfg \
./scripts/config_whitelist.txt . 1>&2
make[1]: Leaving directory '/home/henschel/Development/TANOnet/ti-processor-sdk-linux-am437x-evm-04.02.00.09/board-support/u-boot-2017.01+gitAUTOINC+340fb36f04-g340fb36f04'
Part Number:TLV62095
Tool/software:TINA-TI or Spice Models
Hi,
I am doing simulation with TLV62095, generating 1V power supply from a 5V input.
When the load is set to 0.3Ohm, it seems like the output voltage cannot go higher than 0.5V (dumping between 0 and 0.5V). There seems like a spike current on SS pin that caused the output droop.
If the load is changed to 0.5Ohm, output voltage become fine.
This part is a 4A power supply chip, I should have survived eve 0.25Ohm, why it failed in 0.3Ohm load?
Hi,
Now the customer is looking for the switch mode charger for 4s LiFeP04 battery. In TI.com, there is few target device LiFeP04 battery, but I'm not sure the special requirement for LiFeP04 battery. Can you tell me what function charger IC should have for LiFeP04 charging?
Best Regards,
Satoshi / Japan Ditsy
Part Number:WL1835MODCOM8B
Hi,
can the EVM WL1835MODCOM8B be used in a customer's end-product?
If not, why not?
Thanks
Fred
Part Number:AFE031
Tool/software: Code Composer Studio
Dear colleagues,
I have some questions as follows.
1. I use AFE031 Module V2 and F28379D to send and recieve OFDM signal. I found that the phase of the subcarrier will change and the degree of change is related to the frequency of the subcarrier. Is this because of AFE031 or the external passive 4th order bandpass filter or other component?
2.I tried to send a set of data continuously (Fs = 200KHz). I found that the signal was good when I was observing one set (screenshot 1, M = 500us). But if I lengthen the timeline, I have found that the amplitude of the signal will change for a long time (screenshot 2, M = 10ms). How can I avoid this?
3. In the future, I would like to use cables to send data. Therefore, the coupling transformer need to be selected and I found that Turns Ratio satisfies the equation in the following screenshot . Is there any specific data for the maximum voltage and current output of the PA in the formula?
Best regards,
Hao
Part Number:CC2642R
Hi Team,
May I know what are the changes needed to be done if my customer would like to migrate from CC2640R2F to CC2642R, in terms of HW and SW? In HW side, I see both device are P2P compatible, but different oscillator frequency (24MHz vs. 48MHz, stated in datasheet). Apart from this, any other changes should be done? Thanks.
Best regards,
Andy Chu
Part Number:TXS0104E
Dear Team,
At first, we used TXB0104 on I2C application. The I2C signal cannot work normally.
We went to checked the spec and found that TXB0104 datasheet has been updated recently, and it said that TXB0104 cannot be used on I2C application.
Therefore, could you help to review below schematic if we can replace TXB0104 with TXS0104 directly or not?
Thank you.
Part Number:WL1835MODCOM8B
Hi,
I've a question on the minimum distance of 20cm in the datasheet of the EVM:
Use of this EVM requires the developer to provide a minimum distance of at least 20 cm from the antenna
to all persons in order to minimize risk of potential radiation hazards.
Is this specifically for the EVM or also for the WL1835MOD?
What about a design where the human hand is closer than 20 cm to module every once in a while?
Thanks
Fred
Part Number:SN65HVD63
Hi, Team
My telecom customer plan to use SN65HVD63 in their smart antenna products.
1. They need to add lightning protection circuit on TXOUT/RXIN trace of SN65HVD63. There are several compoenent on the circuit and the PCB trace width is much wider 4mm and 1mm. That will break the 50ohm trace characteristic impedance.
Is there any suggsetion on design the lightning protection circuit?
Here is customer scehmatic:
2. In AN65HVD63 datasheet, there is comparison table with SN65HVD62.
Is that all the difference between PHY of AISG2.0 and 3.0?
Is the MAXIMUM LEVEL in the table means the spurious level after the filter integrated in SN65HVD63?
Thanks
Kevin
Part Number:DAC38RF82
Hello,
i want to use the DAC38RF82 to generate baseband IQ signals. Thus I have to DC couple my signal path and can not put any capacitors into this path. After solving the issue with biasing the dac output (use two 50 Ohm resistors and a hight enough voltage so you have 1V8 at the DAC ouputs), I have question about the common mode voltage at the DAC ouput.
If I am not mistaken, I've read that the DAC has to have 1V8 common mode at its outputs to deliver the best performance. My problem is that I have to interface an IC that requires 0V common mode at its differential input. For baseband signals capacitors can not be used in the signal path. I tried to use the LMH6401 and LMH3401 and shift the common mode to 0V. It works quite well but it distores the signal(SFDR=40dBc @ 250MHz). Is there another way to shift the common mode to 0V or to reduce the distortion of the LMH6401/LMH3401?
Thanks!
Part Number:DRA72XEVM
Tool/software: TI C/C++ Compiler
Hi,
I am looking into increasing precision on various math operations on a c6x-dsp.I found that the floating-point control registers FADCR, FAUCR and FMCR mentions denormalized numbers. The manual SPRUGH7 gives a brief explaination on the content of these registers.
I would for example want
32bit float operation 1.0e-37 *0.01 ~= 0 and
64bit float operation 1.0e-307 *0.01 ~= 0.
Is this possible on a c66x dsp?
Thanks,
Joakim