NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Sitara SDK 5.07.00 Release Notes

From Texas Instruments Wiki
Jump to: navigation, search


Return to the Sitara Linux Software Developer's Guide

TIBanner.png


Sitara SDK 05.07.00 Release Notes[edit]

Released April 4, 2013



Content Overview[edit]

This is version 05.07.00 of the Sitara Software Development Kit (SDK). The SDK provides a fundamental software platform for development, deployment and execution of Linux based applications and includes the following:

Kernel Versions AM335x EVM AM335x EVM-SK BeagleBone AM180x AM35x AM37x Beagleboard-xM
3.2.0 Internal PSP version (04.06.00.10) X X X



3.3.7





X
2.6.37 Internal PSP version (03.21.00.04)


X


2.6.37 Internal PSP version (04.02.00.07)



X X


  • Bootloaders & Filesystems
  • SDK Installer
  • Setup Scripts
  • Makefiles
  • Matrix Application Launcher
  • Example Applications
  • WLAN/Bluetooth support
  • Code Composer Studio v5 (CCSv5)
  • Host Tools
    • Flash Tool
    • Pin Mux Utility


Supported Devices[edit]

  • AM335x EVM
  • AM335x EVM-SK
  • AM37x EVM
  • AM35x EVM
  • AM180x EVM
  • BeagleBone
  • BeagleBoard-xM


What's New[edit]

We continue to enhance the features providing in the Sitara SDK.  This version includes the following new features:


Migrated to an OE-Core based SDK for all platforms. 05.06 was limited to am335x when this migration was initially done. Therefore, the migration finally has been completed for all supported platforms.

Setup scripts have been updated to work on Ubuntu 12.04.

Code Composer Studio v5.3.0 is now supported.

AM335x has an updated U-Boot and Kernel

3D Graphics SDK included in the Sitara SDK has been updated to version 04.08.00.02. The version of the Graphics SDK included has been stripped to a minimal version. This version now only includes four demos and the necessary libaries and drivers sources. This was done to reduce the file size of the Sitara SDK.



Note - Some applications are platform specific and highlighted in the Software Developer's Guide.


Installation and Usage[edit]

The Software Developer's Guide provides instructions on how to setup up your Linux development environment, install the SDK and start your development.  It also includes User's Guides for various Example Applications and Code Composer Studio.


Host Support[edit]

The Sitara SDK is developed, built and verified on Ubuntu 10.04 and Ubuntu 12.04.  In addition to the Long Term Support provided by Ubuntu on this version, we also recommend use of Ubuntu 10.04 and Ubuntu 12.04 to ensure efforts to resolve any issues are not host related.  Details on how to create a virtual machine to load Ubuntu 10.04 are described in the Software Developer's Guide.


Toolchain[edit]

Versions prior to 05.02 used the Codesourcery Lite 2009q1-203 toolchain.  This required pre-installation of the cs-lite toolchain before the SDK could be installed.  Versions after 05.02 utilize the open source gcc4.X toolchain and are fully integrated in the Sitara SDK (linux-devkit) no longer requiring a toolchain installation.  SDK version 05.02 supplies gcc 4.3.3. SDK version 05.03 supplies 4.5.3.  SDK version 05.04 and later supplied 4.5.3 with dynamic libgcc and libstdc++ libraries.


Technical Support and Product Updates[edit]

For further information or to report any problems, contact http://e2e.ti.com or http://support.ti.com.

Known Issues[edit]

The table below lists the known issues in this release. You should check this site periodically for workarounds/solutions to the known issues as they become available.


  1. Sitara u-boot board port git trees have been updated for the u-boot version in the 05.07 SDK. The kernel board port git trees will be updated shortly.
BUG_ID IMPACT CLASS RELEASE Platform SUMMARY DETAILS
ARM_MPU_SDK.BTS_KERNEL.98
Critical
Kernel
SDK 05.07.00.00
am335x-evm
SmartReflex limited to ES 1.0
I added the attached patch created by Greg that disables smart reflex on PG 2.x devices. This patch will need to be removed from the kernel recipe once the SR characterization and driver modifications are done.
ARM_MPU_SDK.BTS_KERNEL.105
Critical
Kernel
SDK 05.07.00.00
am335x-evm
ADC driver has limitations
Currently only 1528 samples can be captured. Only supports SW triggering. Simultaneous continuous captures on 3 or more inputs does not work.
ARM_MPU_SDK.BTS_KERNEL.91
Critical
Kernel
SDK 05.06.00.00
am335x-evm
Video capture of 640x480 resolution does not happen in PIO mode
Scenario : Video capture of 640x480 resolution in PIO mode
Observation : Video capture does not happen for 640x480 resolution in PIO mode. Capute happens properly for 320x240 and 176x144 resolutions.
ARM_MPU_SDK.BTS_WLAN.45
Critical
WIFI
SDK 05.07.00.00
am335x-evm,am37x-evm and am180x-evm
Battleship demo results in netlink traces on host and RTNETLINK unreachable on client
Running battleship demo between AM335X-EVM (PG2.x) as host and AM335X-SK as client.I see backtrace related to netlink on host side when client is trying to connect and RTNETLINK answers: Network is unreachable on client side.
ARM_MPU_SDK.BTS_WLAN.46
Not Critical
WIFI
SDK 05.07.00.00
am335x-evm
BT FTP to target fails
Using BT_Demo.sh menu, trying to ftp a file from windows 7 laptop to AM335X-EVM (PG2.0).
File transfer fails and I see "Service Discovery Failed" message on the laptop.
This used to work on AMSDK05.06.
FTP from target works fine.
ARM_MPU_SDK.BTS_WLAN.47
Critical
WIFI
SDK 05.07.00.00
am180x-evm
AM18X - Bluetooth HCI UART driver does not come up without running WIFI demo
On AM18X, when a BT demo is started, the debug logs do not proceed beyond SCO layer initialization. Hence, BT scan does not work. Once a Wifi demo such as WPA is run, starting a BT demo results in successful HCI UART driver initialization.
ARM_MPU_SDK.BTS_Make.21
Critical
Make Files
SDK 05.05.00.00+
am37x-evm, am180x-evm and am335x
make clean doesn't work for compat-wireless
Running make clean at the top level of the SDK results in ti-compat-wireless-wl12xx throwing an error. By cleaning the driver before the kernel this error can be avoided.
ARM_MPU_SDK.BTS_Make.22
Not Critical
Make Files
SDK 05.07.00.00
all
Example apps built using make file are five times larger
It seems like the flie system which comes with the SDK has a lot of optimization built in. Using make and rebuilding apps results in larger executable size (example - dhrystone app which is ~11K is filesystem results in ~56K when build using make).
We need to document what optimization goes into our builds to make sure end user can make use of the same. Or better still, incorporate that optimization in our makefile.
None
Critical
Cryptos/Security
SDK 05.07.00.00
am3517
OpenSSL Segmentation Fault
There are two versions of the am3517 evms. One version has hardware accelerated cryptos enabled and another version doesn't. The ocf_omap3_cryptok that enables hardware acceleration cryptos will fail to load on boards that do not support hardware accelerated cryptos. If an attempt to load this driver fails due to this reason any usage of OpenSSL will result in a segmentation fault until the board is restarted. This can be observed when running the cryptos demos within the sdk. To avoid this problem avoid trying to insmod the ocf_omap3_cryptok driver unless you know the version of the am3517 chip has support for hardware accelerated version
ARM_MPU.XLDR_UBOOT.21 Critical Other SDK 05.03.02+ AM335x / BeagleBone u-boot environment not optimally protected in NAND on AM335x EVM The NAND chips on the AM335x EVM require a minimum of 4 bits ECC. Linux and  u-boot support 8 bit ECC which exceeds the NAND requirements. However the u-boot enviroment is currently stored with only 1 bit ECC which does not meet the minimum requirements of the NAND.
ARM_MPU.KERNEL.39 Critical Other SDK 05.03.02+ ALL USB DMA disabled Devices which use the Mentor MUSB core currently disable the DMA due to instability issues. This will cause degradation from the expected USB throughput performance. The DMA support can be enabled in the kernel depending on your use case. The most commonly affected use cases are when the USB core is being used in host mode and there is both DMA and PIO traffic occurring at the same time. This has been observed with many USB WiFi adapters as well as when doing I/O operations to one device which inserting or removing another device. If you choose to enable DMA you should extensively test your use case to verify that no lockup occurs.t
ARM_MPU_SDK.BTS_MATRIX.122 Critical Other SDK05.04.00+ AM37x, AM335x PRCM Suspend/resume does not work completely with touchscreen as a wake-up source This issue was previously noted under Suspend/resume power demo description in MatrixGUI.
ARM_MPU_SDK.BTS_MATRIX.121 Critical Other SDK05.04.00+ AM37x AM37x - suspend resume does not work at 300MHz and 600MHz with 1.2 (revD) silicon Summary is that SDKs 05.02.00.00, 05.02.00.01, 05.03.02.00, 05.04.00.00 all fail to resume on 1.2 silicon when the clock is set to 300MHz. All work on 1.1 silicon for all clocks. If the MPU voltage is increased the suspend/resume will work.
ARM_MPU_SDK.BTS_WLAN.33 Critical Kernel SDK 05.05.00 AM335x Wake on Wireless LAN does not work WoWLAN is not working on the EVM SK 1.2B. When using WLAN as a wakeup source a firmware panic is seen even when using UART to wake up the board.
ARM_MPU_SDK.BTS_WLAN.30 Critical Kernel SDK 05.05.00 AM335x WiFi-Direct Demo gui does not function correctly when rootfs is in nfs See Summary
ARM_MPU_SDK.BTS_WLAN.28 Critical Kernel SDK 05.05.00 AM335x Delay before BT keyboard work with HID test When running the HID test in the bluetooth gui a delay is seen between when the test is started and when key presses are recognized. This does not occur with command line testing. The delay can be up to 2 minutes with the bluetooth gui.
ARM_MPU_SDK.Installer_Scripts.63 Critical Kernel SDK 05.05.00 All create-sdcard.sh: if the SDK path doesn't have the last '/', the script throw Invalid SDK path Add the / when specifying the path to work around this issue
ARM_MPU_SDK.BTS_MATRIX.93 Critical Kernel SDK 05.05.00 AM335x Multimedia demo Mepg4+AAC dec has noise in audio. The system is running out of resources during the decode operation of both audio and video which can lead to the audio noise heard.
ARM_MPU_SDK.BTS_Documentation.47 Not Critical Other SDK 05.05.00 AM335x u-boot source tree for board port does not build for 05.05.00.00 release The board port u-boot tree for 05.05.00.00 release found in the SDK does not build properly. This has been updated and fixed in the git repository at https://gitorious.org/sitara-board-port/sitara-board-port-uboot
ARM_MPU_SDK.BTS_MATRIX.140 Not Critical Cryptos/Security SDK 05.05.00 AM335x openssl server cannot be accesses from external device When running the openssl server demo the server cannot be accessed from an external device. Messages like the following are seen:

A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot.

(Error code: sec_error_pkcs11_device_error)


The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.

ARM_MPU_SDK.BTS_KERNEL.85 Critical Kernel SDK 05.05.00 AM37x suspend takes much longer to complete when other processes are running in parallel Time to suspend while other processes are running can be as long as 30 seconds
ARM_MPU_SDK.BTS_KERNEL.84 Critical Kernel SDK 05.05.00 AM37x rtc wakeup resume does not work when another process is running through telnet shell Telnet to AM37x. Run an LTP test.

Now, from console log, send " rtcwake -d /dev/rtc0 -m mem -s 2" to set rtc to be the wakeup source. Wakeup will not be successful. Similar behaviour can be seen when running "ifconfig" or some cat message from telnet shell as well. No issues waking up when no process is running in parallel.

ARM_MPU_SDK.BTS_KERNEL.79 Critical Kernel SDK 05.05.00 AM335x ifdown/ifup eth0 interface in dual cpmac mode and with ping traffic This is filed as issue SDOCM00094019 in the PSP kernel
ARM_MPU_SDK.BTS_KERNEL. Critical Kernel SDK 05.05.00 AM335x Multicast packets are not received when in dual cpmac mode When in switch mode, SK target is able to receive multicast packets.

When kernel is built with dual_cpmac option, these packets are not received.

ARM_MPU_SDK.BTS_KERNEL.77 Critical Kernel SDK 05.05.00 Beagleboard-xM Kernal panic on inserting g_ether module. Patch to fix this has been submitted to the upstream kernel
ARM_MPU_SDK.BTS_KERNEL.72 Critical Kernel SDK 05.05.00 Beagleboard-xM USB ISO mode not working USB ISO mode does not work properly with the 3.3.7 kernel. This includes both video and audio.
ARM_MPU_SDK.BTS_KERNEL.69 Critical Kernel SDK 05.05.00 Beagleboard-xM USB: File allocation error during simultaneous file copy. When copying a 1.5GB file from one pendrive to another pendrive "file allocation" errors were observed. It appears that the system was running low on memory and beginning to shutdown processes.
ARM_MPU_SDK.BTS_KERNEL.67 Critical Kernel SDK 05.05.00 Beagleboard-xM Black video grains artifacts are observed for 320x240 video capture through HOST port With some cameras black grain artifacts were observed during the capture.
ARM_MPU_SDK.BTS_KERNEL.66 Critical Kernel SDK 05.05.00 Beagleboard-xM Multiple capture of video through usb hangs the board Scenario : To capture the video through uSB camera for different resolutions.

Expected Results: To camera should be stable and capture video with given inputs. Observations : Board hangs for video capture for multiple times and could not telnet the board. Note: Hang observed for the first video capture run also.

Steps: cd /opt/ltp/testcases/bin/ddt ./usb_video_capture -w 320 -l 240 -d /dev/video0 -i /home/root/320x240_1.YUV ./usb_video_capture -w 176 -l 144 -d /dev/video0 -i /home/root/176x144_1.YUV ./usb_video_capture -w 640 -l 480 -d /dev/video0 -i /home/root/640x480_1.YUV

repeat the capture for 10 times

ARM_MPU_SDK.BTS_KERNEL.62 Critical Kernel SDK 05.05.00 Beagleboard-xM Audio continues to play after reset When we boot Beagle XM with amsdk filesystem the moment ALSA is configured audio loopback starts working. Audio loopback continues even if you do soft reset of the board.

Once Linux is booted if we do audio loopback a second instance audio can be heard i.e. parallel loopback 2 sounds heard.


Steps are as given below

  1. Provide audio input to BeagleXM from a stereo input
  2. Connect headset to audio out
  3. Boot BeagleXM
  4. The moment ALSA is configured you can listen to audio playing
  5. Do console login
  6. Run audio loopback
    1. arecord -f cd | aplay -f cd
  7. You can listen to double sound
  8. Do soft reboot by pressing reset button
    1. Audio is still working
  9. Remove power: Audio stops
  10. Reconnect power: No sound heard
ARM_MPU_SDK.BTS_KERNEL.61 Critical Kernel SDK 05.05.00 Beagleboard-xM watchdog timer hangs system after timeout When we do a write on /dev/watchdog system get hung after timeout (60 seconds) instead of restarting.
root@beagleboard:~# uname -a
Linux beagleboard 3.3.7 #1 Tue Jun 12 15:03:25 IST 2012 armv7l unknown
root@beagleboard:~# zcat /proc/config.gz | grep NOWAY
CONFIG_WATCHDOG_NOWAYOUT=y
root@beagleboard:~# echo 1 > /dev/watchdog
[   82.969482] omap_wdt: Unexpected close, not stopping!
ARM_MPU_SDK.BTS_KERNEL.60 Critical Kernel SDK 05.05.00 AM180x some SATA harddisks could not be enumerated One of the problematic one is WD2500BEKT which is SATA-II device. After plugin WD2500BEKT, it could not be enumerated; then I unplug this harddisk and plug in a different one which is WD5000AAKX, no any message comes to console. This WD5000 can be enumerated before on this kernel
ARM_MPU_SDK.BTS_KERNEL.51 Critical Kernel SDK 05.03+ AM35x failed to get can_stb error when setting timing parameters for can interface Error frames observed with the xmit tool and no reception on the end device.
ARM_MPU_SDK.BTS_KERNEL.55 Critical Kernel SDK 05.05.00 Beagleboard-xM eth interface up/down under high traffic causes event drop errors When connecting BBXM eth interface to traffic generator (in this case, smartbits), and if eth interface is put up and down a couple of times, the following type of event drop errors are constantly scrolling on serial output
[  274.822479] smsc95xx 1-2.1:1.0: eth0: kevent 4 may have been dropped

This stops only when incoming traffic is stopped.

ARM_MPU_SDK.BTL_WLAN.20 Critical WiFi SDK 05.04.00+ All Leaving Bluetooth demo running for an hour causes a stale list of devices and stale pairing information Leaving the demo running can result in a stale scan list such that pressing the "start scan" button will fail to find new devices. Restarting the demo will allow finding the new devices, but devices that were previously paired need to be re-paired.
ARM_MPU_SDK.BTS_BENCHMARKS.5 Not Critical Boot Time SDK 05.02+ All Boot stalls at gnome-vfs During the first boot of a clean file system the boot will stall for a while at the "Configuring gnome-vfs" step. Depending on the SD card speed or network speed this could be a couple of seconds or could take a minute. During this time the gnome-vfs package is doing a large amount of read operations and not all SD cards are read optimized. On subsequent boots this is not required and should no longer cause a delay. Scenarios where this might be encountered are when making a new NFS or SD card file system from the SDK pre-built file system found in the filesystem directory.
ARM_MPU_SDK.BTS_MATRIX.131 Not Critical WiFi SDK 05.04.00+ AM37x console message "NOHZ: local_softirq_pending 08" seen when running wifi When running the soft AP WiFi example the message "NOHZ: local_softirq_pending 08" message may be seen on the console but does not affect functionality.
ARM_MPU_SDK.BTS_MATRIX.135 Not Critical Other SDK 05.04.00+ All When booting from NFS the /etc/resolv.conf file is not populated When booting from NFS the user space udhcpc command is not run since the root file system is using the network. This prevents the /etc/resolv.conf file from being populated by the DHCP server which can lead to not being able to browse to web sites such as ti.com. Updating the contents of /etc/resolv.conf and rebooting will configure the network to allow the DNS lookup to occur.
ARM_MPU_SDK.BTS_Make.18 Not Critical Makefiles SDK 05.04.00+ All top-level SDK Makefile matrix-gui target fails install The top-level Makefile in the SDK directory will fail the "make matrix-gui_install" target since the Makefile.build file no longer exists.
ARM_MPU_SDK.BTS_CCSV5.16 Not Critical Other SDK 05.04.00+ All QT projects report error during build When building projects like qt-tstat in CCSv5 an error is reported while processing the .pro file. The project builds successfully and this error can be ignored.
ARM_MPU_SDK.BENCHMARKS.7 Not Critical ARM SDK 05.03.02+ ALL Dhrystone results may vary Dhystone may vary from the expected 1.8 DMIPS/MHz. Increasing the number of iterations that dhrystone runs will decrease the variability of the results.
ARM_MPU_SDK.FLASH_TOOL.7 Not Critical Other SDK 05.03.02+ BeagleBone, AM335x no flash tool support Flashing may be done using u-boot: AM335 Flash Programming Guide
ARM_MPU.KERNEL.35 Not Critical Other SDK 05.03.02+ AM35x Warning message during boot The following message may be ignored. It does not apply to AM35x:
[    0.000000] WARNING: at arch/arm/mach-omap2/pm.c:94 _init_omap_device+0x7c/0)
[    0.000000] _init_omap_device: could not find omap_hwmod for iva
[    0.000000] Modules linked in:
[    0.000000] [<c0049690>] (unwind_backtrace+0x0/0xe0) from [<c006f58c>] (warn)
[    0.000000] [<c006f58c>] (warn_slowpath_common+0x4c/0x64) from [<c006f624>] )
[    0.000000] [<c006f624>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0050c80>] (_i)
[    0.000000] [<c0050c80>] (_init_omap_device+0x7c/0x9c) from [<c000ff5c>] (om)
[    0.000000] [<c000ff5c>] (omap2_common_pm_init+0x30/0x104) from [<c003a470>])
[    0.000000] [<c003a470>] (do_one_initcall+0xb0/0x188) from [<c0008c2c>] (ker)
[    0.000000] [<c0008c2c>] (kernel_init+0x98/0x14c) from [<c0044ad4>] (kernel_)
[    0.000000] ---[ end trace 1b75b31a2719ed1c ]---
ARM_MPU_SDK.KERNEL.27 Not Critical Cryptos/Security SDK 05.03.02+ BeagleBone no crypto driver support in the Linux kernel Crypto acceleration driver support is under development and will be available in 2Q 2012.
ARM_MPU_SDK. INSTALLER_SCRIPTS.50 Not Critical Other SDK 05.03.02+ ALL uboot-env-setup.sh script cannot save oldbootcmd from default u-boot params because of string length. After running setup.sh to create a minicom script, when you run the mincom script, you may see a "setenv usage" message.  The oldbootcmd will not be saved.  The result of this is that you may lose your intial bootcmd after you run the script. (NOTE) you can get back to default u-boot enviroment by doing a nand erase of the u-boot parameters partition in NAND.
ARM_MPU_SDK. INSTALLER_SCRIPTS.25 Not Critical Other SDK 05.03.02+ ALL setup.sh script may display two IP addresses as default option. Type the IP address of the Linux host instead of taking the default.
ARM_MPU_SDK. INSTALLER_SCRIPTS.31 Not Critical Other SDK 05.03.02+ BBxM Minicom script generated by uboot-env-setup.sh script is not effective on BBxM because BBxM has no NAND flash.  Need to modify the uEnv.txt on the boot partition of SD Card to change u-boot parameters.
ARM_MPU_SDK.FLASH_TOOL.8 Not Critical Other SDK 05.03.02+ AM180x Need to get FlashAndBootUtils v2.35 to be able to rebuild CCS/JTAG-based flash writers with CCSv5.1 

Go to this location

http://sourceforge.net/projects/dvflashutils/files/OMAP-L138/

and download FlashAndBootUtils_v2.35.  

ARM_MPU.XLDRBOOT.19 Not Critical Other SDK 05.03.02+ AM37x when booting from SD card, you may see "timedout" messages

When loading uImage from SD card, you may get some warning messages: 

mmc_send_cmd: timedout waiting for stat! 


ARM_MPU.ExApps.25 Not Critical Other SDK 05.03.02+ AM335x Oprofile -when running a session you can see quite a few 'rm' errors When running an NFS mounted file system, and running the Oprofile Applications, "Run Signal Parent" and "Run Signal Parent Optimized" you see many can not "rm" errors. This is just an annoyance the rm is successful. This issue will be resolved in the next release.
ARM_MPU.GFX.1 Not Critical Other SDK 05.03.02+ AM35x, AM37x Graphics driver initialization causes a stack dump on the 2.6.37 kernel. At boot up, during initialization of the Graphics driver you will see:
[ INFO: possible recursive locking detected ]

followed by a stack trace dump. This message can be ignored, there is further information here: http://processors.wiki.ti.com/index.php/SGXDbg

ARM_MPU.GFX.4 Not Critical Other SDK 05.03.02 AM35x, AM37x+ OGLESShadowTechniques can lockup and hang the system. OGLESShadowTechniques application can lock up and only reboot will bring the system back up and running. It is recommended not to run this application.
ARM_MPU.KERNEL.18 Not Critical Other SDK 05.03.02+ AM180x SDK missing Source code for UBL. Currently the UBL source code is missing from this release.
ARM_MPU_SDK.BTS_MATRIX.136 Not Critical Other SDK05.03+ All 3D demos could not run when running NFS When rebuilding the kernel and installing the kernel modules, the existing modules are removed by the modules_install step of the kernel build. For out-of-tree driver modules such as the SGX modules this requires that those modules be re-built against the re-built kernel. Not rebuilding and re-installing these modules to the target file system will result in the applications that use those drivers, such as the 3D demos to fail to run.
E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article Sitara SDK 5.07.00 Release Notes here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article Sitara SDK 5.07.00 Release Notes here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article Sitara SDK 5.07.00 Release Notes here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article Sitara SDK 5.07.00 Release Notes here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article Sitara SDK 5.07.00 Release Notes here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article Sitara SDK 5.07.00 Release Notes here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article Sitara SDK 5.07.00 Release Notes here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article Sitara SDK 5.07.00 Release Notes here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article Sitara SDK 5.07.00 Release Notes here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity