TFTP not found

Hi, when I try install a project this message is shown in the console:

make -k install
TFTP directory not found, U-Boot image not installed.
arm-linux-strip hello_world
install -D -m 0755 hello_world /home/autotrionic/workspace/app1_co/build/rootfs/usr/bin/hello_world
arm-linux-strip idigibuttonled
install -D -m 0755 idigibuttonled /home/autotrionic/workspace/app1_co/build/rootfs/usr/bin/idigibuttonled
mkdir -p /home/autotrionic/workspace/app1_co/build/rootfs/etc
rm -f /home/autotrionic/workspace/app1_co/build/rootfs/etc/idigi.conf &&
install -m 0644 /usr/local/DigiEL-5.9/rootfs/idigi/etc/idigi.conf /home/autotrionic/workspace/app1_co/build/rootfs/etc/
install -D -m 0755 tetrix /home/autotrionic/workspace/app1_co/build/rootfs/usr/bin/qt-embedded/tetrix

— Install apps finished —

MKIMAGE /home/autotrionic/workspace/app1_co/images/rootfs-ccwmx53js-128.jffs2
MKIMAGE /home/autotrionic/workspace/app1_co/images/rootfs-ccwmx53js-512.jffs2
TFTP directory not found, rootfs image not installed.
NFS directory not found, nfs-rootfs not installed.

— Install rootfs finished —

±-------------------------------+
| Install project finished |
±-------------------------------+

What’s happening here? How can I solved it?

Which DEL version and OS version are you using?

DEL 5.9.x comes with Kubuntu 12.04
DEL 5.7.x comes with Kubuntu 10.x

Please use the same OS that came with DEL dvd so that tftp servers and folder is already present.

In your case please right click on project - go to DEL configuration and check whether you have specified tftpfolder.

Default tftpfolder is /tftpboot

hi tuexembb, I’m using DEL 5.9.x comes with Kubuntu 12.04.
I have configurated TFTP but I still getting the same problem, Where should be the tftpboot folder?, maybe I’m using the wrong path

To make sure the TFTP server is using the /tftpboot directory, edit the daemon’s configuration file /etc/default/tftpd-hpa then change the constant TFTP_DIRECTORY to point to your recently created /tftpboot folder. Also “chmod 1777 /tftpboot” You can find the instructions on how to setup your tftpboot directory under your DigiESP environment Help menu. Getting Started Guide “2.2 Configure require daemons and other services”.

tftp folder is expected to be /tftpboot
nfs folder under /exports