PYNQ-2.4 for Zedboard v2018.3

Hi @cathalmccabe , I’m following the guide that you have given it to me:

But still I get to the same error again. I’m wondering this is the command that it writes the image to the SD card?


****** Xilinx Bootgen v2018.3
  **** Build date : Nov 15 2018-19:22:29
    ** Copyright 1986-2018 Xilinx, Inc. All Rights Reserved.

INFO: Binary is ready.
cp -f /home/yang/Documents/PYNQ-2.4/sdbuild/build/zedboard/petalinux_project/images/linux/BOOT.BIN /home/yang/Documents/PYNQ-2.4/sdbuild/output/boot/zedboard
cp -f /home/yang/Documents/PYNQ-2.4/sdbuild/build/zedboard/petalinux_project/build/tmp/deploy/images/*/modules--*.tgz /home/yang/Documents/PYNQ-2.4/sdbuild/build/zedboard/petalinux_project/build/tmp/deploy/images/modules-plnx_arm.tgz
PYNQ_BOARDNAME=zedboard petalinux-build -c kernel-devsrc -p /home/yang/Documents/PYNQ-2.4/sdbuild/build/zedboard/petalinux_project
[INFO] building kernel-devsrc
[INFO] sourcing bitbake
INFO: bitbake kernel-devsrc
Loading cache: 100% |####################################################################################| Time: 0:00:00Loaded 3445 entries from dependency cache.
Parsing recipes: 100% |##################################################################################| Time: 0:00:04Parsing of 2571 .bb files complete (2537 cached, 34 parsed). 3449 targets, 149 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Initialising tasks: 100% |###############################################################################| Time: 0:00:01Checking sstate mirror object availability: 100% |#######################################################| Time: 0:00:02NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 1191 tasks of which 1132 didn't need to be rerun and all succeeded.
INFO: Copying Images from deploy to images
NOTE: Successfully copied built images to tftp dir:  /tftpboot
[INFO] successfully built kernel-devsrc
cp -f /home/yang/Documents/PYNQ-2.4/sdbuild/build/zedboard/petalinux_project/build/tmp/deploy/rpm/*/kernel-devsrc-1.0-r0.*.rpm /home/yang/Documents/PYNQ-2.4/sdbuild/build/zedboard/petalinux_project/build/tmp/deploy/rpm/kernel-devsrc-1.0-r0.plnx_arm.rpm
mkdir -p /home/yang/Documents/PYNQ-2.4/sdbuild/ccache
cp --sparse=always /mnt/d/pynq/pynq_z1_v2.4.img /home/yang/Documents/PYNQ-2.4/sdbuild/output/zedboard-2.4.img
/home/yang/Documents/PYNQ-2.4/sdbuild/scripts/mount_image.sh /home/yang/Documents/PYNQ-2.4/sdbuild/output/zedboard-2.4.img /home/yang/Documents/PYNQ-2.4/sdbuild/build/bionic.zedboard
[sudo] password for yang:
loop0p1
loop0p2
mount: special device /dev/mapper/loop0p2 does not exist
mount: mount point /home/yang/Documents/PYNQ-2.4/sdbuild/build/bionic.zedboard/boot does not exist
QEMU_EXE=/opt/qemu/bin/qemu-arm-static PYNQ_BOARDDIR=/tmp/tmp.iC2pP0Gx9E/zedboard PYNQ_BOARD=zedboard ARCH= PACKAGE_PATH=/tmp/tmp.iC2pP0Gx9E/zedboard/packages /home/yang/Documents/PYNQ-2.4/sdbuild/scripts/install_packages.sh /home/yang/Documents/PYNQ-2.4/sdbuild/build/bionic.zedboard
+ target=/home/yang/Documents/PYNQ-2.4/sdbuild/build/bionic.zedboard
+ shift
+ fss='proc run dev'
+ for fs in '$fss'
+ sudo mount -o bind /proc /home/yang/Documents/PYNQ-2.4/sdbuild/build/bionic.zedboard/proc
mount: mount point /home/yang/Documents/PYNQ-2.4/sdbuild/build/bionic.zedboard/proc does not exist
Makefile:298: recipe for target '/home/yang/Documents/PYNQ-2.4/sdbuild/output/zedboard-2.4.img' failed
make: *** [/home/yang/Documents/PYNQ-2.4/sdbuild/output/zedboard-2.4.img] Error 32
Make failed

Moreover, I can see that the image is resulted in the output folder:
image

Then, I burn the zedboard-2.4.img to my sd card through this guide and connect the zedboard to my router with ethernet cable. The zedboard is connected to my laptop usb port too. Through switching on the zedboard, I open up tera term to see the response from the zedboard, it goes empty and nothing occurs:
image

I did login to my router and see the connected device and the zedboard connection is not found in the list.

After that, I connect my laptop and the zedboard directly without the router and I have followed this tutorial: Assign your computer a static IP address.
image

I try to ping the zedboard with direct connection.
image

I’m wondering which step of creating image that I have done is false.