Hello,
how is it possibile do disable the TFTP Service in the default Bootloader of the ccardimx28js?
Thanks
Hello,
how is it possibile do disable the TFTP Service in the default Bootloader of the ccardimx28js?
Thanks
you wold have to re-compile the u-boot.
Why would you want to disable it? How are you going to update images in FLASH? It’s not a service, it’s a TFTP client.
Do you want to disable TFTP or just TFP auto-bootscript?
Use command setenv loadbootsc no saveenv to disable bootscript checking at every boot.
Thank you, i just want to disable the auto bootscript. I will try it.