1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix for RUTX platform

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-03-28 18:17:07 +02:00
parent ccdb64ad45
commit 59bc57d5d5
7254 changed files with 1810270 additions and 7 deletions

View file

@ -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.