diff options
author | 2023-10-10 14:33:42 +0000 | |
---|---|---|
committer | 2023-10-10 14:33:42 +0000 | |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/board/keymile/scripts/README | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/board/keymile/scripts/README')
-rw-r--r-- | roms/u-boot/board/keymile/scripts/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/roms/u-boot/board/keymile/scripts/README b/roms/u-boot/board/keymile/scripts/README new file mode 100644 index 000000000..dd935b2c6 --- /dev/null +++ b/roms/u-boot/board/keymile/scripts/README @@ -0,0 +1,31 @@ +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 + +Last change: 24.11.2011 + +develop-common.txt +============================ +This file defines variables for working with rootfs via nfs for powerpc and +arm. + +develop-<arch>.txt +============================ +This file defines architecture specific variables for working with rootfs via +nfs arm. + + +ramfs-common.txt +============================ +This file defines variables for working with rootfs inside the ram for powerpc +and arm. + +ramfs-<arch>.txt +============================ +This file defines architecture specific variables for working with rootfs inside +ram. |