Hello again,
I finally got the tftp server from previous posts to work successfully, and now I am trying to get it to start running when the Raspberry Pi boots up (I'm using a Pi 3 with Raspbian Jesse). I followed this tutorial:
https://www.raspberrypi.org/documentati ... c-local.md
Below is an image of the rc.local file I modified, which should start the tftp server running when the pi starts up.
However, following the startup, we can see that the tftp server has not started running, and must be manually started (seen below).
I tested whether the commands in the rc.local file were being reached by adding a command to run a Python program to blink an LED light on an attached breadboard (seen in the image for the rc.local file). The program does not have any trouble running when the pi starts up.
I don't know why the command to start the tftp server at startup is not working. Can anyone please help explain this phenomenon?
Thanks