Visible to Intel only — GUID: kly1426060036313
Ixiasoft
1.2.1. Understanding the Different PTP Clocks
1.2.2. Precision Time Protocol (PTP) Synchronization Process
1.2.3. Functional Flow For A 1588 Ordinary Clock Master/Slave Mode System
1.2.4. Functional Flow For A 1588 Transparent Clock Master/Slave Mode System
1.2.5. Functional Flow for A 1588 Boundary Clock Mode System
1.2.6. Timestamp Packet Functional Flow in Linux Driver
Visible to Intel only — GUID: kly1426060036313
Ixiasoft
1.3.2.1.1. Loading the Boot Image into SD Card
The procedures shown in this section are performed using a Linux host. You may use different methods to load the boot image into a micro SD card.
- Plug in SD Card Reader to your Linux host and mount the micro SD card. Reformat the micro SD card to delete any existing content in it.
sudo modprobe usb-storageNote: Use ls –la /dev/sd* to identify the micro SD card device name. In the steps below, replace <sd card device> with the micro SD device name shown in your Linux host.
- Download sd_image.img.gz image file to your computer and unzip the image file.
gunzip sd_image.img.gz
- Program the sd_image.img file into the micro SD card.
sudo dd if=./sd_image.img of=/dev/<sd card device>
- Unmount the micro SD card device before unplugging it from the SD Card Reader.
sudo umount /dev/<sd card device>