1These scripts are needed for our development usecases. Copy this directory 2into your tftp root directory to be able to use this scripts. 3cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/ 4 5To load and configure these usecase, two environment variables in the u-boot 6default environment must be parsed: 7run develop : setup environment to configure for rootfs via nfs 8run ramfs : setup environment to configure for rootfs in ram 9 10Last change: 24.11.2011 11 12develop-common.txt 13============================ 14This file defines variables for working with rootfs via nfs for powerpc and 15arm. 16 17develop-<arch>.txt 18============================ 19This file defines architecture specific variables for working with rootfs via 20nfs arm. 21 22 23ramfs-common.txt 24============================ 25This file defines variables for working with rootfs inside the ram for powerpc 26and arm. 27 28ramfs-<arch>.txt 29============================ 30This file defines architecture specific variables for working with rootfs inside 31ram. 32