Forum Post: RE: ARP packet storm with AM335x
This issue is solved.I modified the slave_reg_ofs in device.cThank you all
View ArticleForum Post: RE: AM335x memory map UARTx bus error
Perhaps this post may be of help: http://e2e.ti.com/support/arm/sitara_arm/f/791/p/298523/1044496.aspx#1044496
View ArticleForum Post: RE: SPI problem with the Beaglebone Black
Thanks! I hadn't spotted there was both a per module and per channel setting.
View ArticleForum Post: RE: a problem about CCS in linux
Hello,I use the CCS5.5 in the ubuntu 12.04, but the tiobj2bin don't work well.It's error print like" tiobj2bin: Syntax error: "(" unexpected " So I go to the .the...
View ArticleForum Post: RE: Beaglebone black and custom display using TI SDK 6
Hey Jason,Are you setting your kernel configuration by directly modifying .config, or are you using menuconfig?If you are manually editing .config, are you running make oldconfig afterwards? If you...
View ArticleForum Post: RE: kernel configure 2 Ethernet ports in am335x
Your original post mentions Port 0 and Port 1. However, the external CPSW ports on AM335x are numbered 1 and 2 with port 0 being the internal port of CPSW.I would like to confirm what type of Ethernet...
View ArticleForum Post: RE: [AM335x] Board Porting - Enable UART 3/4/5
I have enabled uart4 and uart5 in am335x. loop back is working fine(shorting rx and tx at TTL) in both.But when i am througing kernel log(after converting TTL to RS232 converter) on ttyO4 and...
View ArticleForum Post: RE: EZSDK 06.00.00 Matrix GUI
Hi,You need to first stop the first instance of the Matrix GUI and then start the second one with the desired screen rotation. Try this:/etc/init.d/matrix-gui-2.0 stop - This will stop the current...
View ArticleForum Post: RE: how to work Dynamic DNS server in Beaglebone black board
Hi Mohan,1. What toolchain are you using for cross-compilation?2. Please post the output of the following command, run on your host pc:file ./dyndns3. Also please post the output of the following...
View ArticleForum Post: RE: source code of Dynamic Domain name System
Mohantal, you have already opened a thread, which I believe is related to the same issue. Please do not open multiple threads on the same issue.Best regards,Miroslav
View ArticleForum Post: RE: About the DMA transfer to RFBI
Hi Makoto,I know this is very old thread, but I need your help here. Does it worked for you?I want to use RFBI mode, can you help me what are the set of registers to configure & in what sequence to...
View ArticleForum Post: RE: AM3517 SPI pin muxing details
Hi Ashok,Can you verify the pinmuxing from user space? Do the following:mount -t debugfs none /sys/kernel/debug/Then "cat" the files corresponding to the pins you are using inside...
View ArticleForum Post: RE: Beaglebone black and custom display using TI SDK 6
Hey Jason,Try following these steps:1. go to the linux source in the SDK cd ti-sdk-am335x-evm-06.00.00.00/board-support/linux-3.2.0-psp04.06.00.11/2. set up your toolchain path export...
View ArticleForum Post: AM335x JTAG Problem
HiI have our AM3357 connected to a Ronetix emulator. Connector pinouts are identical to the TI eval board and beaglebone board. we get messgae:++ info: RESET and TRST asserted ++ info: TRST released ++...
View ArticleForum Post: Am335X speed in data transmission from a network to a FPGA
Hi,Please can someone give me any hints. I want to design a system that will take data from a 1G network link, and move it to a FPGA. The target data rate is about 40Mbytes/sec continous transmission....
View ArticleForum Post: RE: kernel configure 2 Ethernet ports in am335x
ok Peaves, thank you again. That explain every thing.
View ArticleForum Post: RE: Image resizer downscale on Linux
Emilio,It looks like the DSS drivers for the 2.6.37 kernel prefer to keep FCLK at a maximum value of 96MHz for power saving purposes. The FCLK can reach a maximum frequency of 173MHz, which will...
View Article