After you've downloaded a platform-specific reference image for the QNX Platform for ADAS, you must transfer it for use on your target.
To transfer the reference image to your target board, copy it onto an SD card. The steps you use depend on your host platform and presume that you have downloaded and extracted the reference to a directory on your host system. For more information about downloading and extracting the reference image, see Get a reference image in this chapter.
We recommended that you use SD card that's at least 8GB in size.
Figure 1. The UHS-I identifierWhen you've finished transferring the reference image to your SD card, follow the steps in Configure hardware and boot a reference image to boot the board.
sudo dd if=s32v-sd.img of=/dev/sdX
This command causes the dd utility to write data to the SD card. It assumes that sdX is the device entry for the SD card, where X is a letter index for the drive name on Linux (e.g., a, b).
diskutil umount /Volumes/NO\ NAME/
sudo dd if=s32v-sd.img of=/dev/rdiskXsY
This command causes the dd utility to write data to the SD card. This command assumes that rdiskXsY is the device entry for the SD card, where Y is a letter index for the drive name on macOS (e.g., a, b).
diskutil eject /dev/rdisk1
On a Windows system, to copy a reference image to the SD card:
If you don't already have Win32 Disk Imager on your system, download it from the following location: