![Phytec phyBoard Wega AM335x Application Manual Download Page 110](http://html1.mh-extra.com/html/phytec/phyboard-wega-am335x/phyboard-wega-am335x_application-manual_1554191110.webp)
phyBOARD-Wega AM335x [PB-00802-xxx]
94
©
PHYTEC Messtechnik GmbH 2014 L-792e_1
Select tab
Kit
and click on
Adds
Name:
phyBOARD
‐
WEGA
Device
Type:
Generic
Linux
Device
Sysroot:
/opt/yogurt/AM335x
‐
PD15.1.1/sysroots/cortexa8t2hf
‐
vfp
‐
neon
‐
phytec
‐
linux
‐
gnueabi
Compiler:
arm
‐
gcc
Debugger:
arm
‐
gdb
Qt
version:
AM335x_Qt5.3.2
If you generate a new Project you can use this Kit to cross compile your application.
4.5.1.7
Setting up a TFTP server
In the chapter
"Installation of software packages"
you have installed the required packages
to set up a TFTP server. Now we have to change some short settings.
First change the file /etc/default/tftp-hpa as follows:
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/tftpboot"
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="
‐‐
secure"
Then create a folder called /tftpboot. The TFTP server will access this folder later.
mkdir
/tftpboot
Finally we have to set the right permissions:
chmod
777
/tftpboot