Skip to content

Commit

Permalink
Merge pull request #54 from swift-nav/tftp_fix
Browse files Browse the repository at this point in the history
Fix firmware TFTP load from OS X tftpd
  • Loading branch information
fnoble committed Dec 6, 2016
2 parents 78a2222 + a3e4a18 commit 7aa8e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/piksiv3/rootfs-overlay/etc/init.d/S75dev_boot
Expand Up @@ -24,7 +24,7 @@ copy_from_net() {
local server_ip=$1
local filename=$2
local uuid=`cat /factory/uuid`
local net_file="/PK$uuid/$filename"
local net_file="PK$uuid/$filename"
local output_file="$output_path/$filename"

rm -f "$output_file"
Expand Down

0 comments on commit 7aa8e17

Please sign in to comment.