Step 1:Preparing the SD-card

# 安装gparted(如果没有安装)
sudo apt install gparted
# 启动并分区
sudo gparted
  • 选择SD卡
  • 配置
Create new Partition 1 配置
Free space preceding(MiB) 4
New size(MiB) 512
File system fat32
Label BOOT
Create new Partition 2 配置
Label rootfs

在Xilinx ZC702上运行Ubuntu 16.04 Desktop

Step 2:Compile

u-boot

Xilinx和Analog Devices都提供了u-boot编译库。
Xilinx:

git clone https://github.com/analogdevicesinc/u-boot-xlnx

或者Analog Device:

git clone https://github.com/Xilinx/u-boot-xlnx

Xilinx ZC702的芯片型号是Analog Devices ADV7511,需要编译:

sudo git clone https://github.com/analogdevicesinc/hdl.git
cd hdl/projects/adv7511/zc702

相关文章:

  • 2021-07-30
  • 2021-08-20
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-10-28
  • 2022-01-03
猜你喜欢
  • 2021-12-25
  • 2021-11-18
  • 2021-05-21
  • 2022-12-23
  • 2021-07-03
  • 2021-10-04
  • 2021-11-02
相关资源
相似解决方案