[Bootloader] How do I remove boot from network support?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Bootloader] How do I remove boot from network support?

1,041 Views
nxf58665
NXP Employee
NXP Employee

The Bootloader integration scenario comes already configured with at least one COM boot source. This means that the boot source references an already existing ComManager session, which can have HTTP as the underlying protocol for transferring the application image.pastedImage_1.png

In this case, besides ComManager, there are other components that are configured in order to have Ethernet traffic flow. Follow the next steps for completely removing the network boot support:

  • Remove the HTTP COM boot source or just select another type other than COM.
  • HTTP support must be disabled inside the ComManager general preferences.pastedImage_2.png
  • ComDal TCP/IP support must be disabled inside the general preferences panel.pastedImage_3.png
  • Afterwards, if there are no other ComManager sessions configured, you must remove the ComManager initialization and deinitialization from SysDal. Select the single item from the PowerUp container, and then remove ComManager_Init and ComManager_Deinit items.

pastedImage_4.png

pastedImage_13.png

pastedImage_14.png

After following these steps, you must regenerate the project and go again through the build process.

Labels (1)
0 Replies