Other Parts Discussed in Thread: OMAPL138
Tool/software: Code Composer Studio
Hi,
I follow TI website Proccess SDK 06_01_00_08 section "1.1.4.5 Programming the bin files" to burn the u-boot form TFTP.
In my previous post . I'm successful on section"Load and Run U-Boot on keystone EVMs using CCS "
https://e2e.ti.com/support/tools/ccs/f/81/t/884927
but I try to burn u-boot form TFTP . It seems to fail ,because nothing came up on UART.
I set up TFTP configure on ubuntu16_04.
Here is what I input:
=> env default -f -a
## Resetting to default environment
=> setenv serverip 192.168.1.4
=> setenv tftp_root /home/study/tftpboot
=> run get_uboot_net
netcp@2000000 Waiting for SGMII auto negotiation to complete. done
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
BOOTP broadcast 6
BOOTP broadcast 7
BOOTP broadcast 8
BOOTP broadcast 9
BOOTP broadcast 10
BOOTP broadcast 11
BOOTP broadcast 12
BOOTP broadcast 13
BOOTP broadcast 14
BOOTP broadcast 15
BOOTP broadcast 16
BOOTP broadcast 17
BOOTP broadcast 18
BOOTP broadcast 19
BOOTP broadcast 20
BOOTP broadcast 21
BOOTP broadcast 22
BOOTP broadcast 23
BOOTP broadcast 24
BOOTP broadcast 25
BOOTP broadcast 26
BOOTP broadcast 27
BOOTP broadcast 28
BOOTP broadcast 29
BOOTP broadcast 30
BOOTP broadcast 31
BOOTP broadcast 32
BOOTP broadcast 33
BOOTP broadcast 34
BOOTP broadcast 35
BOOTP broadcast 36
BOOTP broadcast 37
BOOTP broadcast 38
BOOTP broadcast 39
BOOTP broadcast 40
BOOTP broadcast 41
BOOTP broadcast 42
BOOTP broadcast 43
BOOTP broadcast 44
BOOTP broadcast 45
BOOTP broadcast 46
BOOTP broadcast 47
BOOTP broadcast 48
BOOTP broadcast 49
BOOTP broadcast 50
BOOTP broadcast 51
BOOTP broadcast 52
BOOTP broadcast 53
BOOTP broadcast 54
BOOTP broadcast 55
BOOTP broadcast 56
BOOTP broadcast 57
BOOTP broadcast 58
BOOTP broadcast 59
BOOTP broadcast 60
BOOTP broadcast 61
BOOTP broadcast 62
BOOTP broadcast 63
BOOTP broadcast 64
BOOTP broadcast 65
BOOTP broadcast 66
BOOTP broadcast 67
BOOTP broadcast 68
BOOTP broadcast 69
BOOTP broadcast 70
BOOTP broadcast 71
BOOTP broadcast 72
BOOTP broadcast 73
BOOTP broadcast 74
BOOTP broadcast 75
BOOTP broadcast 76
BOOTP broadcast 77
BOOTP broadcast 78
BOOTP broadcast 79
BOOTP broadcast 80
BOOTP broadcast 81
BOOTP broadcast 82
BOOTP broadcast 83
BOOTP broadcast 84
Retry time exceeded; starting again
=> run burn_uboot_spi
SF: Detected n25q128a11 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
SF: 1048576 bytes @ 0x0 Erased: OK
device 0 whole chip
SF: 16777216 bytes @ 0x0 Written: OK
When I restart the power , nothing came up on .So I think maybe my TFTP has something wrong,
So I try to set ip address and ping to see TFTP connection is OK or not.It seems that connection of TFTP is OK
=> setenv ipaddr 192.168.1.20
=> setenv serverip 192.168.1.4
=> setenv tftp_root /home/study/tftpboot
=> ping 192.168.1.4
netcp@2000000 Waiting for SGMII auto negotiation to complete. done
Using netcp@2000000 device
host 192.168.1.4 is alive
But it seems to fail to burn, nothing came up on UART when restart.
1,Is it OK that UART print so many “”BOOTP broadcast “”?
2,Do I need to others configuration for TFTP download ?Do I miss something?
Best Regards
Jacky
