# PYNQ-2.4 for Zedboard v2018.3

**URL:** https://discuss.pynq.io/t/pynq-2-4-for-zedboard-v2018-3/2697
**Category:** Support
**Created:** [May 25, 2021, 8:41am UTC](https://discuss.pynq.io/t/pynq-2-4-for-zedboard-v2018-3/2697 "2021-05-25T08:41:50Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![yangyt96](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.pynq.io/yangyt96/32/2083_2.png) [@yangyt96](https://discuss.pynq.io/u/yangyt96)
#### Post date: [May 26, 2021, 1:40pm UTC](https://discuss.pynq.io/t/pynq-2-4-for-zedboard-v2018-3/2697/4 "2021-05-26T13:40:05Z")

</div>

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

> [@Quick Porting of PYNQ using Pre-built Images](https://discuss.pynq.io/t/quick-porting-of-pynq-using-pre-built-images/1075):
>
> This is a quick post showing how to use the pre-built images we ship with each PYNQ release to quickly get PYNQ up and running on a new board. The starting point for porting PYNQ is to have a working Petalinux BSP for the board - for details on creating a BSP for a custom board please refer to the [Petalinux documentation](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2019_2/ug1144-petalinux-tools-reference-guide.pdf). For this example we’ll use the [ZC706 BSP](https://www.xilinx.com/member/forms/download/xef.html?filename=xilinx-zc706-v2019.1-final.bsp). Quickstart To begin with we need the following requirements Ubuntu instance (preferable a virutal machine) Correct version of Peta…

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?

```bash

****** 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](https://us1.discourse-cdn.com/flex019/uploads/pynq1/original/2X/e/e9b1f3ba8b676e32429849b116cc3ad792cc6ca5.png)

Then, I burn the zedboard-2.4.img to my sd card through this [guide](https://pynq.readthedocs.io/en/v2.6.1/appendix.html#writing-the-sd-card) 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](https://us1.discourse-cdn.com/flex019/uploads/pynq1/original/2X/b/b56ebf4ac5f9262879e3eb81a6a23f755242714b.png)

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](https://pynq.readthedocs.io/en/v2.6.1/appendix.html#assign-your-computer-a-static-ip).

 ![image](https://us1.discourse-cdn.com/flex019/uploads/pynq1/original/2X/3/3c25534aba248108367160f5afaab00ddfaff17a.png)

I try to ping the zedboard with direct connection.

 ![image](https://us1.discourse-cdn.com/flex019/uploads/pynq1/original/2X/a/a9ab17471d4154ddb991baf283ce113ccf359e5b.png)

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

---

_[View the full topic](https://discuss.pynq.io/t/pynq-2-4-for-zedboard-v2018-3/2697)._
