https://github.com/twosixlabs/ultrazed_dev
UltraZed Development
https://github.com/twosixlabs/ultrazed_dev
fpga-accelerator fpga-soc-linux hardware-acceleration high-performance-computing zedboard zynq
Last synced: 6 months ago
JSON representation
UltraZed Development
- Host: GitHub
- URL: https://github.com/twosixlabs/ultrazed_dev
- Owner: twosixlabs
- Created: 2017-03-30T12:45:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T18:18:57.000Z (over 7 years ago)
- Last Synced: 2025-04-04T07:41:25.452Z (6 months ago)
- Topics: fpga-accelerator, fpga-soc-linux, hardware-acceleration, high-performance-computing, zedboard, zynq
- Language: C
- Homepage:
- Size: 93.3 MB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ultrazed Zynq SoCFPGA Development
Tools Required:
Xilinx Vivado/SDK 2017.4
Xilinx Petalinx 2017.4
Git LFS - https://help.github.com/articles/installing-git-large-file-storage/More Info / Instructions:
https://www.twosixlabs.com/ubuntu-on-ultrazed-embedded-high-performance-computing/Configure Vivado / Petalinux install directories, install Ubuntu 16.04.3 build dependencies and copy Vivado board files:
1. source ./scripts/eng_setup.sh --vivado INSTALL_DIR --petalinux INSTALL_DIR --installBuild all:
1. source ./scripts/env_setup.sh
2. make all && make installCreate tarball of SD card partitions:
1. Run the SD write script in the scripts directory: './wr_tarball.sh --tar FILENAMEImage your SD card for SD boot:
1. Insert the SD card and unmount it
2. Run the SD write script in the scripts directory: './wr_sdcard.sh --dev YOUR_DEVICE --part'Image your SD card for eMMC boot:
1. Insert the SD card and unmount it
2. Run the SD write script in the scripts directory: './wr_sdcard.sh --dev YOUR_DEVICE --part --mmc'First time boot instructions - SD Card:
1. Configure your UltraZed SOM to boot from theh SD card
2. Press any key to break into uBoot
3. Reset the uBoot environment to defaults: 'env default -f -a'
4. Set the SD device environment variable to default to the SD card: 'env set sd_dev 1'
5. Save the uBoot environment to QSPI: 'env save'
6. Boot the system: 'boot'First time boot instructions - eMMC:
1. Configure your UltraZed SOM to boot from theh SD card
2. Press any key to break into uBoot
3. Reset the uBoot environment to defaults: 'env default -f -a'
4. Save the uBoot environment to QSPI: 'env save'
5. Run the SD boot command: 'run sd_boot'
6. Login as zynqmp, then switch to root with su.
7. Switch to /root and image the eMMC with the wrtie eMMC script: './wr_mmc.sh --dev /dev/mmcblk0'
8. Power off and configure your Ultrazed SOM to boot from eMMC
9. Power on. The system should now boot from the eMMC