Hi all,
I'm using DM648 EVM board to study the DM648 ethernet bootmode.
I have use the genAIS tools to generate the required packet in a .c file. The generated packet is already contain all network layer header (including UDP / MAC layer header). In linux system, how should I send this packet to the EVM board? becuase normal socket connection will add additional UDP / MAC layer header at the beginning of the packet.