Snippet lab for Linux Software application 2-6-1. En el host sudo mkdir /media/electra/BOOT sudo mkdir /media/electra/RootFS 2-6-2 lsblk 2-6-3 Mount the partitions to the directories sudo mount /dev/sdb1 /media/electra/BOOT sudo mount /dev/sdb2 /media/electra/RootFS 2-7.1 cd $TRAINING_PATH/LinApp_tmpl/support/mpsoc_boot_images 2-7-2 Untar the rootfs sudo tar -xvf rootfs.tar.gz -C /media/electra/RootFS 2-8-1 sudo cp BOOT.BIN image.ub boot.scr -t /media/electra/BOOT 2-8-2. Ensure that the sd card has the data written sync && sync 2-9-1 unmount rootfs sudo umount /media/electra/RootFS 2-9-2 sudo umount /media/electra/BOOT 3-5-1.On the ZCU104 sudo ifconfig eth0 192.168.1.1 3-5-2. On the host sudo ifconfig eno1 192.168.1.2 3-5-5 Ping from the host ping 192.168.1.1