This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

saveenv for EMAC boot

Hi, Everyone

We use AM335x EVM.
We consider EMAC boot from PC.

but We can not save parameter of u-boot when I try saveenv.
Cam you tell me how to save parameter when EMAC boot

best regards
Hiroyasu

  • Hi Hiroyasu,

    In similar sitara device (AM387x), there is no option to save the u-boot environments to EMAC/TFTP/NFS. Even when booting from EMAC, the u-boot environment can be saved in NAND/SPI/SD media. I suspect the same is valid here, for sitara AM335x device.

    Where is your uEnv.txt file located? You can place it in TFTP server and use it when boot from EMAC, but you will not be able to use "saveenv" to change that file. You should change uEnv.txt before booting.

    Regards,
    Pavel
  • Hi, Pavel

    Thank you for yor Support.
    I will place uEnv in TFTP server.

    Best Regards
    Hiroyasu