Readme.rst 1.0 KB

123456789101112131415161718192021222324252627
  1. ==============
  2. BeagleBoardPkg
  3. ==============
  4. This package provides support for the original OMAP3530-based BeagleBoard
  5. (https://beagleboard.org/beagleboard).
  6. Resources
  7. ---------
  8. - BeagleBoard.org Support Page: https://elinux.org/Beagleboard:Main_Page#BeagleBoard
  9. - BeagleBoard Main Page: https://elinux.org/Beagleboard:BeagleBoard
  10. - BeagleBoard Community Page: https://elinux.org/BeagleBoard_Community
  11. - System Reference Manual: https://github.com/beagleboard/BeagleBoard/blob/master/BeagleBoard_revC5_SRM.pdf
  12. - OMAP35x Technical Reference Manual: https://www.ti.com/lit/ug/spruf98y/spruf98y.pdf
  13. - Schematics, BOM etc.: https://github.com/beagleboard/beagleboard
  14. Running
  15. -------
  16. Since the BeagleBoard only has 64KB SRAM and the ROM bootloader can load
  17. a maximum 128KB file, we use the `MLO` loader to load EDK2.
  18. BEAGLEBOARD_EFI.fd must be renamed to `u-boot.bin`.
  19. The programs in the Tools directory are for adding the Configuration Header
  20. that's needed for code to run via the ROM bootloader. They're kept for reference
  21. and are unused.