Searched refs:bootup (Results 1 – 3 of 3) sorted by relevance
273 struct sip_cmd_bootup *bootup = (struct sip_cmd_bootup*) (data + sizeof(*hdr)); in esp32_send_sip_command() local274 len = sizeof(*hdr) + sizeof(*bootup); in esp32_send_sip_command()276 bootup->boot_addr = 0x4005a980; /* start_tb_console function in ROM */ in esp32_send_sip_command()277 bootup->discard_link = 1; in esp32_send_sip_command()
22 …RAM chip, make sure to either set the MTDI pin to a high signal level on bootup, or program {IDF_T…
83 …line to a specified binary level, therefore reducing the chance of a bad bootup of application due…