Holger Brunck | b648bfc | 2011-07-04 21:52:52 +0000 | [diff] [blame] | 1 | These scripts are needed for our development usecases. Copy this directory |
| 2 | into your tftp root directory to be able to use this scripts. |
| 3 | cp -r <u-boot-repo>/board/keymile/scripts <your_tftp_root>/ |
Holger Brunck | 2d9528e | 2011-05-04 01:47:34 +0000 | [diff] [blame] | 4 | |
Holger Brunck | b648bfc | 2011-07-04 21:52:52 +0000 | [diff] [blame] | 5 | To load and configure these usecase, two environment variables in the u-boot |
| 6 | default environment must be parsed: |
| 7 | run develop : setup environment to configure for rootfs via nfs |
| 8 | run ramfs : setup environment to configure for rootfs in ram |
Holger Brunck | 2d9528e | 2011-05-04 01:47:34 +0000 | [diff] [blame] | 9 | |
Holger Brunck | d26982c | 2011-12-14 06:11:50 +0000 | [diff] [blame] | 10 | Last change: 24.11.2011 |
Holger Brunck | 2d9528e | 2011-05-04 01:47:34 +0000 | [diff] [blame] | 11 | |
Holger Brunck | b648bfc | 2011-07-04 21:52:52 +0000 | [diff] [blame] | 12 | develop-common.txt |
Holger Brunck | 2d9528e | 2011-05-04 01:47:34 +0000 | [diff] [blame] | 13 | ============================ |
Holger Brunck | b648bfc | 2011-07-04 21:52:52 +0000 | [diff] [blame] | 14 | This file defines variables for working with rootfs via nfs for powerpc and |
| 15 | arm. |
| 16 | |
| 17 | develop-<arch>.txt |
| 18 | ============================ |
| 19 | This file defines architecture specific variables for working with rootfs via |
| 20 | nfs arm. |
| 21 | |
| 22 | |
| 23 | ramfs-common.txt |
| 24 | ============================ |
| 25 | This file defines variables for working with rootfs inside the ram for powerpc |
| 26 | and arm. |
| 27 | |
| 28 | ramfs-<arch>.txt |
| 29 | ============================ |
| 30 | This file defines architecture specific variables for working with rootfs inside |
| 31 | ram. |