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