Part Number: AM6442
Hello,
I was trying to boot Linux from Ethernet via TFTP but was frontend with the following error: TFTP error: trying to overwrite reserved memory...
I copied the tiboot3.bin from the SD card that came along with the board.
These were the steps I have taken:
=> setenv ipaddr 192.168.1.102 (EVM Board)
=> setenv serverip 192.168.1.101 (TFTP Server Host machine)
=> printenv kernel_addr_r ramdisk_addr_r fdt_addr_r
kernel_addr_r=0x82000000
ramdisk_addr_r=0x88080000
fdt_addr_r=0x88000000
=> tftpboot 0x82000000 tiboot3.bin
link up on port 1, speed 100, full duplex
Using ethernet@8000000 device
TFTP from server 192.168.1.101; our IP address is 192.168.1.102
Filename 'tiboot3.bin'.
TFTP error: trying to overwrite reserved memory...
=> TFTP error: trying to overwrite reserved memory...<INTERRUPT>
Anybody has an Idea what I am doing wrong?
Regards,
Jonas
