blob: dd935b2c6c94b6e9f87b412530c653e9c8a84e30 [file] [log] [blame]
Holger Brunckb648bfc2011-07-04 21:52:52 +00001These 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>/
Holger Brunck2d9528e2011-05-04 01:47:34 +00004
Holger Brunckb648bfc2011-07-04 21:52:52 +00005To 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
Holger Brunck2d9528e2011-05-04 01:47:34 +00009
Holger Brunckd26982c2011-12-14 06:11:50 +000010Last change: 24.11.2011
Holger Brunck2d9528e2011-05-04 01:47:34 +000011
Holger Brunckb648bfc2011-07-04 21:52:52 +000012develop-common.txt
Holger Brunck2d9528e2011-05-04 01:47:34 +000013============================
Holger Brunckb648bfc2011-07-04 21:52:52 +000014This 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.