Hello All,
I am trying to download my compiled kernel to BBB using TFTP… So far I have no luck with anything…
First thing is that I am unable to download anything via tftp: below is the snapshot:
`
U-Boot# setenv ipaddr 192.168.0.100
U-Boot# setenv serverip 192.168.0.1
U-Boot# tftp 0x81000000 hemant.txt
link up on port 0, speed 10, half duplex
Using cpsw device
TFTP from server 192.168.0.1; our IP address is 192.168.0.100
Filename ‘hemant.txt’.
Load address: 0x81000000
Loading: T T T T T T T T T T T T T T T T T T T T
Retry count exceeded; starting again
using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC d0:39:72:6b:eb:11
HOST MAC de:ad:be:af:00:00
RNDIS ready
musb-hdrc: peripheral reset irq lost!
high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
USB RNDIS network up!
Using usb_ether device
`
Secondly,
I was expecting that when I give saveenv command to uboot, it will sabe ipaddt and serverip for next boot… But this doesnt seem to happen…
Please tell me what am I missing here…
Thanks for reading the message,.,
Regards,
Hemant Kapoor