2011-07-04 21:52:52 +00:00
|
|
|
These scripts are needed for our development usecases. Copy this directory
|
|
|
|
into your tftp root directory to be able to use this scripts.
|
|
|
|
cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/
|
|
|
|
|
|
|
|
To load and configure these usecase, two environment variables in the u-boot
|
|
|
|
default environment must be parsed:
|
|
|
|
run develop : setup environment to configure for rootfs via nfs
|
|
|
|
run ramfs : setup environment to configure for rootfs in ram
|
|
|
|
|
2011-12-14 06:11:50 +00:00
|
|
|
Last change: 24.11.2011
|
2011-07-04 21:52:52 +00:00
|
|
|
|
|
|
|
develop-common.txt
|
|
|
|
============================
|
|
|
|
This file defines variables for working with rootfs via nfs for powerpc and
|
|
|
|
arm.
|
|
|
|
|
|
|
|
develop-<arch>.txt
|
2011-05-04 01:47:34 +00:00
|
|
|
============================
|
2011-07-04 21:52:52 +00:00
|
|
|
This file defines architecture specific variables for working with rootfs via
|
|
|
|
nfs arm.
|
2011-05-04 01:47:34 +00:00
|
|
|
|
|
|
|
|
2011-07-04 21:52:52 +00:00
|
|
|
ramfs-common.txt
|
2011-05-04 01:47:34 +00:00
|
|
|
============================
|
2011-07-04 21:52:52 +00:00
|
|
|
This file defines variables for working with rootfs inside the ram for powerpc
|
|
|
|
and arm.
|
2011-05-04 01:47:34 +00:00
|
|
|
|
2011-07-04 21:52:52 +00:00
|
|
|
ramfs-<arch>.txt
|
2011-05-04 01:47:34 +00:00
|
|
|
============================
|
2011-07-04 21:52:52 +00:00
|
|
|
This file defines architecture specific variables for working with rootfs inside
|
|
|
|
ram.
|