Booting DPU¶
Prerequisites¶
Access to Antelope through Smart Mission Lab
Reference design loaded to SPI Flash memory (See Load reference design (Linux in SPI))
Steps¶
Connect to EGSE Host with Antelope board
my-machine$ ssh customer@egse-my-egse.egse.sml.lan customer@egse-my-egse:~$
Start
minicom
to access DPU’s serial portcustomer@egse-my-egse:~$ minicom -D /dev/sml/antelope-dpu-uart
Leave terminal with
minicom
connected and open another one. In new terminal connect to the same EGSE Hostmy-machine$ ssh customer@egse-my-egse.egse.sml.lan customer@egse-my-egse:~$
Power on Antelope board
customer@egse-my-egse:~$ sml power on Powering on...Success
Power on DPU
customer@egse-my-egse:~$ sml dpu power on Powering on...Success
Release DPU from reset
customer@egse-my-egse:~$ sml dpu reset off Bringing DPU out of reset...Success
Go back to terminal with
minicom
. After releasing DPU from reset, boot process shall start with output visible through serial portNote
Exact output may vary depending on the reference design used
Xilinx Zynq MP First Stage Boot Loader ... U-Boot 2021.01 (Oct 12 2021 - 09:28:42 +0000) CPU: ZynqMP Silicon: v3 Board: Xilinx ZynqMP DRAM: 8 GiB PMUFW: v1.1 EL Level: EL2 Chip ID: zu4cg NAND: 4096 MiB ... ## Executing script at 20000000 ... Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] ... INIT: version 2.97 booting ... root@antelope:~#
With DPU booted, you can now interact with it through terminal with
minicom