So get again a telnet access (but do not try to intall again the firmware) and post the output of
- Code: Select all
mkdir /sda5
mount /dev/sda5 /sda5
ls -al /sda5
Do also these manual commands to see what happens
- Code: Select all
busybox tftp -r firmware/NAME -l NAME -g 192.168.1.108
cat NAME
firmware=$(cat NAME)
busybox tftp -r firmware/$firmware.tar.gz -l /sda5/$firmware.tar.gz -g 192.168.1.108