01 > ȸҰ

 
작성일 : 15-09-09 13:19
am335x net boot url
 글쓴이 : 이로직…
조회 : 4,649  
http://processors.wiki.ti.com/index.php/Ubuntu_12.04_Set_Up_to_Network_Boot_an_AM335x_Based_Platform?keyMatch=udp%20am335x%20broadcast&tisearch=Search-EN


Do you mean multicast or broadcast? If it's multicast you may need to add a route. Run the route command and see if you have a route for 224.0.0.0.

I'm not positive about this but on another embedded device I had to do the following before I could receive multicast.

route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0