readme.txt 856 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. BeagleBoard.org BeagleY-AI Development Board
  2. Description
  3. ===========
  4. This configuration will build a basic image for the BeagleBoard.org
  5. BeagleY-AI. For more details about the board, visit:
  6. https://www.beagleboard.org/boards/beagley-ai
  7. How to Build
  8. ============
  9. Select the default configuration for the target:
  10. $ make beagley_ai_defconfig
  11. Optional: modify the configuration:
  12. $ make menuconfig
  13. Build:
  14. $ make
  15. To copy the resulting output image file to an SD card use dd:
  16. $ dd if=output/images/sdcard.img of=/dev/sdX bs=1M
  17. How to Run
  18. ==========
  19. Insert the SD card into the BeagleY-AI board, and power it up
  20. through the USB Type-C connector. The system should come up.
  21. You can use a USB to serial adapter to connect to the connector
  22. labeled UART0 (J13) to communicate with the board.
  23. https://docs.beagle.cc/boards/beagley/ai/02-quick-start.html