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.

AM3358: uEnv.txt location

Part Number: AM3358

Hi,

SDK:psdk-linux-am335x-evm-06.00.00.07

Where is uEnv.txt?

  • user5988008 said:

    SDK:psdk-linux-am335x-evm-06.00.00.07

    Where is uEnv.txt?

    When you follow the Linux SDK documentation setup instructions the uEnv.txt will get created dynamically based on your system.

    Specifically, as a part of that, the <sdk_root_dir>/bin/setup-uboot-env.sh script will be run. Which creates a "minicom" terminal emulator script, which will then program the U-Boot environment in an interactive manner, resulting in "uEnv.txt" getting saved to the boot media. If you are just looking for something specific you might be able to figure it out by just looking at the setup-uboot-env.sh script directly, following its execution flow.

    Regards, Andreas