Hello Team,
I am trying to run the example DFU overt TFTP, however I found the description a bit ambiguous. Seeking help to remove my ambiguity.
I am trying to follow this ,
my problem is with location of the JSON file.
In the above mention link it said, i should place the populated JOSN file in the following directory :
/dfu/c/65535/65535
Lets say i have JSON file named(Not sure if i can give any name) 1234 so i placed this in /dfu/c/65535/65535.
ls /dfu/c/65535/65535
1234
and I have configured my TFTP server with below configurations:
# /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/srv/tftp"
TFTP_ADDRESS="[::]:69"
TFTP_OPTIONS="-s -l -6 -c"
which means JSON file is not under TFTP folder.
Should i change the location of JOSN file according to my TFTP server as follow?
/srv/tftp/c/65535/65535