Dear Sir,
From http://microzed.org/product/wilink-8-adaptor webpage i got i have got one uenv.text file. The content of this text file is as follows:-
boot_microZed=mmcinfo;fatload mmc 0 0x3000000 ${kernel_image}; fatload mmc 0 0x2FF0000 ${devicetree_image}; fatload mmc 0 0x2000000 ${ramdisk_image}; bootm 0x3000000 0x2000000 0x2FF0000
uenvcmd=run boot_microZed
uenv_boot=run boot_microZed
Upon reading from the wiki pages i got to know the this is some kind of file that will be read during boot. As i am naive to linux dvelopment environment. Can some body tell me what is meaning of each line in the above text file ,why this file is required and also suggest me if there is any link which can give me sound information about uenv.txt file so that i can customize it for mine other purpose on the fly as if when needed.