u-boot-brain/board/keymile/scripts
Aleksandar Gerasimovski fbb0e15a42 km/scripts: fix saveenv command syntax
This is most probably a typo, and in older u-uboot versions is same as
'saveenv', in the newer uboot versions there is a separate 'save' command
that is different from 'saveenv'.

Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
2021-06-17 11:46:11 +05:30
..
README km/common: add toolchain variable 2011-12-20 23:43:45 +01:00
develop-arm.txt km: replace hardcoded address for imported environment 2020-11-19 09:45:49 -05:00
develop-common.txt km: replace hardcoded address for imported environment 2020-11-19 09:45:49 -05:00
develop-ppc_8xx.txt km: replace hardcoded address for imported environment 2020-11-19 09:45:49 -05:00
develop-ppc_82xx.txt km: replace hardcoded address for imported environment 2020-11-19 09:45:49 -05:00
ramfs-arm.txt km: replace hardcoded address for imported environment 2020-11-19 09:45:49 -05:00
ramfs-common.txt km/scripts: fix saveenv command syntax 2021-06-17 11:46:11 +05:30
ramfs-ppc_8xx.txt km: replace hardcoded address for imported environment 2020-11-19 09:45:49 -05:00
ramfs-ppc_82xx.txt km: replace hardcoded address for imported environment 2020-11-19 09:45:49 -05:00

README

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.