Forum Post: RE: Disabling PRCM
You can try writing 0x02 to the least significant byte of each CLKSTCTRL and CLKCTRL register, that worked for me on the dm814x and is especially simple since you only need to loop over a few...
View ArticleForum Post: RE: Reading SPI Flash from Bootloader
Hi Richard,It seems that polling RXS would be the better option. Can also you provide two additional values?1. McSPI_CH0STAT after you successfully exist out the blocking loop and before you read the...
View ArticleForum Post: RE: AM335x PMIC_POWER_EN timing characteristics in Power-Up...
Hi Paul,Thank you for your reply. Sorry for my late reply.Best regards,Daisuke
View ArticleForum Post: RE: Interfacing RS485 transceiver with AM335x
Problem Solved !By disabling the preempt mode in the kernel config .... I have some fopen call in my program which is not a good idea in real time application ....Thx everyone for the help !
View ArticleForum Post: RE: beaglebone A5 ddr2 config
When addressing SDRAM, if the REG_IBANK_POS field in the SDRAM Config register is set to 0, and the REG_EBANK_POS field in the SDRAM Config 2 register is also set to 0, the DDR2/3/mDDR memory...
View ArticleForum Post: RE: drivers/tty/serial/omap-serial.c and the function...
Thanks Michael, for updating the thread with the solution to your problem.
View ArticleForum Post: RE: AM3517 -RBL Not Booting
It's highly unlikely that the ROM bootloader has failed. What has happened is that probably the NAND contents is damaged. Check your EVM documentation for correct SYSBOOT switch settings and try...
View ArticleForum Post: RE: problem about uart boot for am3358
Hi,Thank you!I will try to find out the reasons.Best regards,Simon Tang
View ArticleForum Post: RE: AM335x_ICE Ethercat SyncManager watchdog
Escalated this to the factory team.
View ArticleForum Post: RE: [U-Boot] USB1 Fastboot
Hi Biser,thanks for your reply, i will post it in the other forum.It's the AM3354 processor.Best Regards,Markus
View ArticleForum Post: RE: enable LCD or HDMI on Arago 2013.05 am335x-evm
Hi Miroslav,Thanks for reply. The Angstrom distribution is quite dead, at least for BBB, no update since 2012 or so.Their website is down and we can find images of people google hard drives :)I would...
View ArticleForum Post: RE: ti-sdk-am335x-evm-06.00.00.00-Linux-86, create-sdcard.sh is...
Linux Mint should work just as well, as it is an Ubuntu derivative. Thanks for sharing your solution.Best regards,Miroslav
View ArticleForum Post: RE: AM335x: CAN Interface 2 - no valid message number set in the...
There is no DCAN related Errata Advisory for the AM335X. Since you say that this is a sporadic issue it seems to me that it's not software related, but rather due to some external factor - voltages...
View ArticleForum Post: RE: Reg.Expected Clock in MMC0
Hi Ibram, The maximum supported MMC clock frequency is 48MHz. During boot time the MMC clock in identification mode is 400kHz, in data transfer mode up to 10MHz.
View ArticleForum Post: Stereo vision for DM3730
Hello,I am designing a stereo vision system using the DM3730 CPU and two image sensors from Aptina, and I am not sure about how to connect both sensors to the CPU.The sensors can deliver 2x10-bit...
View ArticleForum Post: isdk_image.exe output
HiIs it possible that the "sdk_image.exe" tool for the AM335x processors (included in AM335x SYSBIOS Industrial SDK) writes too many bytes into the output file? I think sdk_image.exe writes always 4...
View ArticleForum Post: RE: AM335x on BBB with some real time operations?
Hello,here are some links that might help you: https://github.com/beagleboard/am335x_pru_package...
View ArticleForum Post: RE: PRUSS memory access times
few more links that could help:http://processors.wiki.ti.com/index.php/AM18x_To_AM335x_Hardware_Migration_Guide#Programmable_Real-Time_Unit_SubSystem_.28PRUSS.29...
View ArticleForum Post: RE: Unclear about a procedure in Sitara lab in wiki
This is our proof reading mistake, I updated it, should just be provide.The lab is teaching how to store the u-boot environment variable serverip in the uEnv.txt file. When u-boot reads the uEnv.txt on...
View ArticleForum Post: RE: u-boot splash failed with data abort
By default, in the am335x u-boot supplied in the SDK (ti-sdk-am335x-evm-06.00.00.00/board-support/u-boot-2013.01.01-psp06.00.00.00), the instruction cache is enabled and the data cache is disabled....
View Article