Searched refs:tftp (Results 1 – 17 of 17) sorted by relevance
28 if [ ! -d /tftp ]; then81 rm -rf /tftp/*84 wget $BM_KERNEL -O /tftp/vmlinuz86 cp $BM_KERNEL /tftp/vmlinuz88 echo "$BM_CMDLINE" > /tftp/cmdline
46 if [ ! -d /tftp ]; then102 rsync -aL --delete $BM_BOOTFS/boot/ /tftp/105 mkdir -p /tftp/pxelinux.cfg106 cat <<EOF >/tftp/pxelinux.cfg/default-arm-tegra210-p3450-0000122 echo "$BM_CMDLINE" > /tftp/cmdline.txt125 printf "$BM_BOOTCONFIG" >> /tftp/config.txt
46 gitlab-runner mounts the runner's tftp directory specific to the board47 at /tftp in the container.68 # tftp-unique-root and mount directories like69 # /srv/tftp/10.42.0.11/jwerner/cheza as /tftp in the job containers.70 tftp-unique-root130 Other than that, find the dnsmasq/tftp/nfs setup for your boards "servo" above.156 root dir at /nfs and TFTP kernel directory at /tftp.
119 LAVA `tftp` timeout, problems with the freedesktop servers etc.
24 lib/tftp.c | 8 ++++----262 diff --git a/lib/tftp.c b/lib/tftp.c264 --- a/lib/tftp.c265 +++ b/lib/tftp.c
139 "$CURL_SOURCE_ROOT/lib/tftp.c",
187 TFTPFILES=$(LWIPDIR)/apps/tftp/tftp_server.c
208 ${LWIP_DIR}/src/apps/tftp/tftp_server.c
201 TFTPFILES = [ "$LWIPDIR/apps/tftp/tftp_server.c" ]
199 * tftp server: correctly handle retransmissions
267 USE_TFTP(NEWTOY(tftp, "<1b#<8>65464r:l:g|p|[!gp]", TOYFLAG_USR|TOYFLAG_BIN))
1587 struct tftp_data tftp; member
5961 #define TT this.tftp
43 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/tftp.h250 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/tftp.h718 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/tftp.h925 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/tftp.h1392 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/tftp.h1601 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/tftp.h2178 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/tftp.h2385 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/tftp.h
1615 The tftp loader (pxeboot) now uses the option root-path directive. As a1616 consequence it no longer looks for a pxeboot.4th file on the tftp
1815 "include/arpa/tftp.h",
1469 - ci/bare-metal: Try rebooting chezas again if they get stuck during tftp.