Hi,
I am having issues saving the changes I make to the SD card that comes with the ZedBoard. My goal is to change the IP address of the board from 192.168.1.10 to 10.10.10.15. I go about doing this by first opening a PuTTY terminal and running the ZedBoard off of the provided SD card. I then type:
zynq> "vi /etc/int.d/rcS"
This is the file where the IP address of the board is set with the block:
echo "++ Configure static IP 192.168.1.10"
ifconfig eth0 down
ifconfig eth0 192.168.1.10 up
I proceed to replace this IP with 10.10.10.15 and save the file with ":wq". When I power cycle the ZedBoard the changes I made to this file are not saved and the IP is still 192.168.1.10. Any help regarding this problem would be extremly helpful.
Thank you,
-Alex