Depending on which OMAP35x device you are using, your part may contain a graphics accelarator; the graphics SDK is a software layer that allows you to exercise this graphics accelerator. Normally, you want to use this if you are doing graphics intensive…
Sourish Sinha said: 1- The code uses the 2P2Z coefficients for a voltage mode controller. However, I thought that for a Voltage Mode Controller typically 3P3Z compensator is used. I saw various TI app notes which say the same as well.
There is this…
Part Number: AM5728
Tool/software: Linux
After creating a Micro SD Card, my AM5728 isn't booting correctly. Below are the steps I followed to create the card:
~/ti-processor-sdk-linux-am57xx-evm-05.00.00.15/bin# ./create-sdcard.sh
Available Drives…
Here is a remark from AM57x schematic check list.
EVM vs Data Manual: If you see difference btw TI EVM and Data sheet, Data sheet is always right.
Power: - AM571x IDK uses PMIC with TPS6590379, You can refer TPS659037 User’ s Guide. - Use the…
Hello Bin,
EtherCAT is different from std Ethernet firmware.
To implement EtherCAT Master, you just need standard Ethernet HW i/f and a special SW for EtherCAT Master stack. This SW runs on the ARM processor and there's no need for PRU for this in…
Hi,
We have following hardware setup am3352B series processor with external PCF8523 rtc chip, kernel version is linux-3.12.10-ti2013.12.01, and TI-SDK v7.
We are setting rtc alarm from an user space application using RTC_SET_ALARM ioctl. We could…
Ok, I think I've proved it's kernel-related. I finally got a TI kernel and a TI-uboot working with the existing toolchain FS image, and the USB ports worked. Then I tried a TI kernel and non-TI u-boot, and the USB still worked.
I've gone through the…
Part Number: WL1835MOD Tool/software: Linux First, I believe it would be helpful for me to explain what we intend to use the BBGW for in our Capstone project.
The goal of our project is to relay (extend) the live stream video data from the DJI Phantom…
Yimin,
Here is a patch that I have applied to our Linux kernel to address this issue. It is for linux-processor-sdk-3.14. It requires that all SPI chip-selects on a SPI bus must all be active-low polarity.
I hope that it also works for you.
…