Andreas Huber 2a7714ce64 km/common: fix ramfs development target 13 年之前
..
README b648bfc212 km/common: simplify debug environment 13 年之前
develop-arm.txt b648bfc212 km/common: simplify debug environment 13 年之前
develop-common.txt 2a7714ce64 km/common: fix ramfs development target 13 年之前
develop-ppc_82xx.txt b648bfc212 km/common: simplify debug environment 13 年之前
develop-ppc_8xx.txt b648bfc212 km/common: simplify debug environment 13 年之前
ramfs-arm.txt b648bfc212 km/common: simplify debug environment 13 年之前
ramfs-common.txt 2a7714ce64 km/common: fix ramfs development target 13 年之前
ramfs-ppc_82xx.txt b648bfc212 km/common: simplify debug environment 13 年之前
ramfs-ppc_8xx.txt b648bfc212 km/common: simplify debug environment 13 年之前

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 /board/keymile/scripts /

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: 20.05.2011

develop-common.txt
============================
This file defines variables for working with rootfs via nfs for powerpc and
arm.

develop-.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-.txt
============================
This file defines architecture specific variables for working with rootfs inside
ram.