README 883 B

12345678910111213141516171819202122
  1. /*
  2. * (c) 2015 Purna Chandra Mandal <purna.mandal@microchip.com>
  3. */
  4. PIC32MZ[DA] Starter Kit
  5. ----------------------------------------
  6. PIC32MZ[DA] Starter Kit is based on PIC32MZ[DA] family of micro-controller.
  7. This family is powered by MIPS M14KEC 32bit general purpose core and has
  8. advanced microcontroller features and peripherals.
  9. This processor boots with proprietary stage1 bootloader running from internal
  10. boot-flash. Stage1 bootloader inturns locates and jumps to U-Boot programmed
  11. on internal program-flash. Finally U-Boot loads OS image (along with other
  12. required files for booting) from either uSD card, or ethernet, or from USB
  13. storage.
  14. To boot Linux following three files are mandatory - uEnv.txt (custom U-Boot
  15. environment file), uImage, *.dtb (platform device-tree-blob file).
  16. U-Boot jumps to Linux using UHI specification.
  17. Visit http://microchip.com for details.