This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issue with programming Binaries using Uniflash on AM4377 based platform

Other Parts Discussed in Thread: UNIFLASH, AM4377

Hi All,

We are trying to program the binaries to flash using Ti's Uniflash tool on our custom board, which has AM4377 (Silicon 1.2).

We followed the procedure in the below link
processors.wiki.ti.com/.../Sitara_Uniflash_Flash_Programming_with_U-Boot

Tool:-
We have installed Uniflash 3.4 on Windows 7 Host PC and trying to program the
binaries over Etherner Interface.
Images required for flashing and images to be flashed are generated as mentioned in
the TI wiki.

Setup:-
Direct Ethernet connection made between Host PC and target. Static IP assigned in
Host PC (192.168.2.1 as Network Interface IP and TFTP IP ).
Ethernet Boot settings are made in custom board.

Problem:-
We are not observing any status on UniFlash Status View(Console).
Also We are not getting ‘C’ character in Debug UART console which should come once target board is booted in peripheral boot mode (Searching for HOST)

We checked the opendhcp logs and we found the following observation

“Server is listening on 192.168.2.1 (TFTP Server/Network interface IP). But not
receiving any BOOTP request from target board.”


------------------Open Dhcp Log----------------------
[10-Oct-15 11:58:17] Section [RANGE_SET] Invalid DHCP range 192.168.2.2-192.168.0.254 in ini file, ignored
[10-Oct-15 11:58:17] Logging: All
[10-Oct-15 11:58:17] Open DHCP Server Version 1.59 Windows Build 1036 Starting...
[10-Oct-15 11:58:17] DHCP Range: 192.168.101.2-192.168.101.254/255.255.255.0
[10-Oct-15 11:58:17] DHCP Range: 192.168.102.2-192.168.102.254/255.255.255.0
[10-Oct-15 11:58:17] DHCP Range: 192.168.103.2-192.168.103.254/255.255.255.0
[10-Oct-15 11:58:17] Server Name: IW-HD-STP-026
[10-Oct-15 11:58:17] Detecting Static Interfaces..
[10-Oct-15 11:58:17] Warning: Section [LISTEN_ON], Interface 192.168.101.1 not available, ignored
[10-Oct-15 11:58:17] Warning: Section [LISTEN_ON], Interface 192.168.102.1 not available, ignored
[10-Oct-15 11:58:17] Warning: Section [LISTEN_ON], Interface 192.168.103.1 not available, ignored
[10-Oct-15 11:58:17] Lease Status URL: http://127.0.0.1:6789
[10-Oct-15 11:58:17] Listening On: 192.168.2.1
[10-Oct-15 11:58:37] Retrying failed Listening Interfaces..
[10-Oct-15 11:58:37] Warning: Section [LISTEN_ON], Interface 192.168.101.1 not available, ignored
[10-Oct-15 11:58:37] Warning: Section [LISTEN_ON], Interface 192.168.102.1 not available, ignored
[10-Oct-15 11:58:37] Warning: Section [LISTEN_ON], Interface 192.168.103.1 not available, ignored
[10-Oct-15 11:58:37] Lease Status URL: http://127.0.0.1:6789
[10-Oct-15 11:58:37] Listening On: 192.168.2.1
[10-Oct-15 11:58:37] Retrying failed Listening Interfaces..
-----------------Opendhcp Log End------------------------

Please let us know any other setting need to be done on custom board to send BOOTP
request or Ethernet boot setting alone is enough?

Regards,
Krishna