January 2018
Intermediate to advanced
456 pages
12h 49m
English
If you are not already running a TFTP server, follow the next steps to install and configure a TFTP server on your Ubuntu 16.04 host:
$ sudo apt-get install tftpd-hpa
The tftpd-hpa configuration file is installed in /etc/default/tftpd-hpa. By default, it uses /var/lib/tftpboot as the root TFTP folder. Change the folder permissions to make it accessible to all users using the following command:
$ sudo chmod 1777 /var/lib/tftpboot
Now copy the Linux kernel and device tree for the Wandboard Quad Plus from your build directory as follows:
$ cd /opt/yocto/fsl-community-bsp/wandboard/tmp/deploy/images/wandboard/ $ cp zImage-wandboard.bin zImage-imx6qp-wandboard-revd1.dtb /var/lib/tftpboot
Read now
Unlock full access