1.EMAC boot has three modes,master slave and forced.What is the difference between them?
2.During boot sequence,I use FPGA send packets with boot data in forced mode .For example I need send 30 packets,and the length of one packet is 900 bytes,because the boot table frame payload processed by the boot-table processing function is 27000 bytes. My problem is how to set the flag(3 bit) an fragment field (13bit ) .
I should think that the The boot table frame payload ( processed by the boot-table processing function)is a whole packet,Isend it in 30 fragments.Or I should think that I send 30 whole packets without fragments.
I hope you can give me an example of emac boot(a format of a boot packet).
Thank you!