FPGA Holoscan Sensor Bridge IP not sending BOOTP packets by default

Hi Joe,

From this post, I see that you are developing your own wrapper RTL and board.

BOOTP messages is transmitted from the IP at ever PPS (Pulse per Second)

PPS occurs in the “i_ptp_clk” domain, so please make sure that you have

  1. “i_ptp_clk” and “o_ptp_rst” connected and that the reset is released.
  2. In “HOLOLINK_def.svh”, define “`define PTP_CLK_FREQ ”. This calculates what is the incremental period per PTP clock cycle.

Thanks