AMD PetaLinux board support package (BSP) is a Linux operating system running a sample user design.
- Ensure the board is connected to Ethernet to download sample video content from AMD web server.
- If the board is connected to private network, then export proxy settings in
/home/root/.bashrc file as follows:
create/open a bashrc file using "vi ~/. bashrc"
- Insert the following lines into the .bashrc file:
export http_proxy="<private network proxy address>" export https_proxy="<private network proxy address>"
If the board is not connected to Internet, then the compressed video files can be downloaded using host machine. Copy the input files into the /home/root/ folder and use the following commands to download the content on the host Linux-machine.
- Download AVC sample file:
wget petalinux.xilinx.com/sswreleases/video-files/ bbb_sunflower_2160p_30fps_normal_avc.mp4
- Download HEVC sample file:
wget petalinux.xilinx.com/sswreleases/video-files/ bbb_sunflower_2160p_30fps_normal_hevc.mkv