Activity
From 07/27/2012 to 08/25/2012
08/24/2012
- RJ 08:42 AM Software Development: RE: Sending/Receiving Raw Ethernet Packets
- I found this thread on the TI E2E site:
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/p/128635/615970.aspx#615970
Looks like putting the switch in bypass mode should accomplish what I need to support promiscuou...
08/22/2012
- MW 02:49 PM Software Development: RE: Sending/Receiving Raw Ethernet Packets
- You might try posting to the "TI E2E site":http://e2e.ti.com and seeing if they plan on supporting it, or if that have any work-arounds or pointers to how one might accomplish the promiscuous mode or capturing the raw packets.
Critic... - TI 02:46 PM Software Development: RE: Sending/Receiving Raw Ethernet Packets
- Ah-ha ... I see I was layer too high!
The good news is I think you are correct about promiscuous mode...
The bad news is (from drivers/net/cpsw.c - The AM335X ethernet switch driver) - RJ 02:40 PM Software Development: RE: Sending/Receiving Raw Ethernet Packets
- Here would be another good place to look at what I'm trying to accomplish:
http://linux.die.net/man/7/packet
Richard
- RJ 02:37 PM Software Development: RE: Sending/Receiving Raw Ethernet Packets
- I may not be understanding correctly, but the page you sent is talking about IPv4 raw sockets. Using the protocol IPROTO_RAW. I am trying to communicate only on the Ethernet layer. I am not filling in an IP address. I am only using t...
- TI 01:11 PM Software Development: RE: Sending/Receiving Raw Ethernet Packets
- Have you set the protocol number correctly, both in the packet and on the linux (335x in this case) machine? If the IPv4 stack cannot match the protocol # it will drop it (I believe).
see http://linux.die.net/man/7/raw
cheers
/Tim - I am trying to write a Linux application for my MityArm 335x Dev board to send and receive raw Ethernet packets to/from a custom embedded board of our design. Our custom embedded board already successfully communicates with other boards...
08/06/2012
- AS 03:13 PM Software Development: RE: Critical Link Kernel integration w/ Angstrom/OpenEmbedded
- Mike,
Thanks for the explanation and fast reply as usual. I think you're probably right that the mainline kernel isn't ready for prime-time. I guess the staging branch I found is going to stay in staging for quite some time until TI...
08/05/2012
- TC 08:27 PM PCB Development: RE: schematic of MityARM-3359
- Thank you, Jason. I sent you an e-mail. Tom
- JA 03:22 AM PCB Development: RE: schematic of MityARM-3359
- Hello, Thomas
Could you also send me a copy of your MityARM 335X schematic to me ( PDF version and Altium format), we're very interested in your modules, and a HMI deivce project will be designed based on the modules.
Best Regards ... - MW 02:55 PM Software Development: RE: Critical Link Kernel integration w/ Angstrom/OpenEmbedded
- Hello Ali,
I've been watching TI and other folks working against the mainline kernel with AM335x, and it looks far from stable as compared PSP stuff -- though there is a lot of work going on in this area. This is primarily due to the...
08/02/2012
- AS 01:19 PM Software Development: RE: Critical Link Kernel integration w/ Angstrom/OpenEmbedded
- Hello Mike,
I've been poking around some more with Angstrom 2012.05 and Qt5 on our Beaglebone development systems.
It looks like the arago kernel actually has a v3.2-staging branch for integrating AM33X support into the upstream ke...