Hi,
I made a custom board based on TWR-LS1021A board and removed unused signal and ports on it as described in AN4878.
Now my problem is my board stop before running u-boot code.
i compiled u-boot v2017.07 with enabled DEBUG opthion in config files and output is here:
U-Boot SPL 2017.07 (Oct 28 2019 - 16:42:26)
>>spl:board_init_r()
using memory 0x82100000-0x82200000 for malloc()
spl_early_init()
Trying to boot from MMC1
spl: mmc boot mode: raw
hdr read sector e8, count=1
spl: payload image: U-Bo load addr: 0x81ffffc0 size: 497307
read 3cc sectors to 81ffffc0
Jumping to U-Boot
loaded - jumping to U-Boot...
image entry point: 0x82000000
<stay here and no more activity>
after many research and debug, i found the problem.
when i remove R167 and R182 from TWR-LS1021A board (this removes USB power from the chip), i saw the same problem and output log on the TWR-LS1021A board.
i don't need usb ports in my custom board and as described in AN4878 (Table 3), i left no connect and floating the USB1_SDVDD, USB1_SPVDD, USB1_SXVDD and USB_HVDD pins.
in addition i see when i mount only R182 on the TWR-LS1021A board, it boots normaly.
Whats the problem and what can i do?
thanks.