Tool/software:
I am planning to reuse the BOOTP and TFTP functionalities from the EMACbootloader code in the code I am developing.My understanding of the EMACBootLoader behavior is that the UpdateBootp function acts like the main routine and performs various processes. I believe that the BOOTP packet is sent triggered by the reception of a magic packet. Could you please tell me where the reception processing of the magic packet is performed?Also, if my understanding above is incorrect, I would appreciate it if you could let me know where the reception processing of the magic packet and the subsequent sending of the BOOTP packet are handled.Furthermore, if possible, I would appreciate it if you could provide any documents that explain the processing flow of the EmacBootloader, such as the transition to the TFTP processing.