Hello!
I am experimenting with C6670 Ethernet boot. I'd like to ask for clarification.
What is required time spacing between Ethernet frames during boot table transfer process?
There is a reason I am asking. In my setup I was using virtual machine with Linux to boot and I have succeeded with boot when no intentional gap were inserted between the frames. However, partner of mine working in other environment found, that boot process does not complete. Experimentally we found, that minimal pause, like usleep(0) resolves the problem. So I'd like to know, what is exact requirement.
If that does matter, we use Ethernet frames with payload of 1468 bytes sans all headers, resulting in frame total length of 1514 bytes.
Thanks in advance.