README 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. The uCP1020 product family (ucp1020) is an Arcturus Networks Inc. System on Modules
  2. product featuring a Freescale P1020 CPU, optionally populated with 1, 2 or 3 Gig-Ethernet PHYs,
  3. DDR3, NOR Flash, eMMC NAND Flash and/or SPI Flash.
  4. Information on the generic product family can be found here:
  5. http://www.arcturusnetworks.com/products/ucp1020
  6. The UCP1020 several configurable options
  7. ========================================
  8. - the selection of populated phy(s):
  9. KSZ9031 (current default for eTSEC 1 and 3)
  10. - the selection of boot location:
  11. SPI Flash or NOR flash
  12. The UCP1020 includes 2 default configurations
  13. =============================================
  14. NOR boot image:
  15. configs/UCP1020_defconfig
  16. SPI boot image:
  17. configs/UCP1020_SPIFLASH_defconfig
  18. The UCP1020 adds an additional command in cmd_arc.c to access and program
  19. SPI resident factory defaults for serial number, and 1, 2 or 3 Ethernet
  20. HW Addresses.
  21. Build example
  22. =============
  23. make distclean
  24. make UCP1020_defconfig
  25. make
  26. Default Scripts
  27. ===============
  28. A default upgrade scripts is included in the default environment variable example:
  29. B$ run tftpflash
  30. Dual Environment
  31. ================
  32. This build enables dual / failover environment environment.
  33. NOR Flash Partition declarations and scripts
  34. ============================================
  35. Several scripts are available to allow TFTP of images and programming directly
  36. into defined NOR flash partitions. Examples:
  37. B$ run program0
  38. B$ run program1
  39. B$ run program2