README 998 B

12345678910111213141516171819202122232425262728293031
  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>/
  4. To load and configure these usecase, two environment variables in the u-boot
  5. default environment must be parsed:
  6. run develop : setup environment to configure for rootfs via nfs
  7. run ramfs : setup environment to configure for rootfs in ram
  8. Last change: 24.11.2011
  9. develop-common.txt
  10. ============================
  11. This file defines variables for working with rootfs via nfs for powerpc and
  12. arm.
  13. develop-<arch>.txt
  14. ============================
  15. This file defines architecture specific variables for working with rootfs via
  16. nfs arm.
  17. ramfs-common.txt
  18. ============================
  19. This file defines variables for working with rootfs inside the ram for powerpc
  20. and arm.
  21. ramfs-<arch>.txt
  22. ============================
  23. This file defines architecture specific variables for working with rootfs inside
  24. ram.