Tool/software: Linux
Hello,
I tried burning u-boot images using tftp server into the NAND flash, and i think i messed up. I used the following commands once i was in boot menu.
setenv default -f -a
setenv serverip 192.168.0.100
setenv boot ubi
setenv mem_reserve 1536M
run get_uboot_net
dhcp 0x87000000 u-boot-spi-keystone-evm.gph
run burn_uboot_spi (since there wasnt any burn_uboot defined)
run get_ubi_net
dhcp 0x82000000 keystone-evm-ubifs.ubi
run burn_ubi
saveenv
reset
there were no errors, the file transfers were successful, yet i dont get anything over the com port now. The evm board isnt booting up now, any ideas what i might have done wrong? How can i fix it? the BMC terminal shows that boot is complete, everything seems good there, yet i dont get anything over the com port.
I used the arago-base-tisdk-image-k2hk-evm.ubi file and renamed it to keystone-evm-ubifs.ubi from the ~/ti-processor-sdk-linux-rt-k2hk-evm-04.00.00.04/filesystem, directory
and the u-boot-spi-k2hk-evm.gph file from /ti-processor-sdk-linux-rt-k2hk-evm-04.00.00.04/board-support
Did i break the board? Please help.
Best Regards
Sheraz Javaid