封欢 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
..
README 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
develop-arm.txt 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
develop-common.txt 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
develop-ppc_82xx.txt 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
develop-ppc_8xx.txt 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
ramfs-arm.txt 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
ramfs-common.txt 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
ramfs-ppc_82xx.txt 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前
ramfs-ppc_8xx.txt 720f21763f initial uboot use package u-boot-2021.01.tar.gz 3 年之前

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: 24.11.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.