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.

Starterware/AM3352: U-boot env usage

Part Number: AM3352


Tool/software: Starterware

Hi all

I have a custom board use nand flash to booting, we try to put the uboot env file(uEnv.txt) into mtd

I have some question about this step

1. did I need to convert the uboot env file format(.bin) or just use .txt file? if so, how can I do?

2. can I use default uboot env and my env.txt at the same time? I mean, if I didn't define the ipaddr in default env, can I define it in uEnv.txt and the other operation used in default?

many thanks!