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.

EVMK2GX: K2G EVM U-boot issue

Part Number: EVMK2GX

Hi all,

I have few questions regarding K2G eval board. 

I am using Evaluation board : EVMK2GX to work with it, I downloaded ti-processor-sdk-linux-k2g-evm-06.03.00.106-Linux-x86-Install.bin

Below are the different approach, I had taken to generate MLO, u-boot images.

  1. Executed the create-sdcard.sh part of bin folder, it would load pre build tarball and u-boot binaries.
  2. Secondly move to makefile which is part of main folder in downloaded sdk and executed u-boot-spl_clean, u-boot-spl
  3. Also, manually ran below commands to compile u-boot

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- distclean

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- k2g_evm_defconfig

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-

 

In all above cases final outcome was same as below, it seems u-boot is stuck at DRAM

U-Boot 2019.01-gb9a02a7d56-dirty (Jan 30 2024 - 11:04:22 -0500)

CPU: 66AK2Gx-100 SR1.0

Model: Texas Instruments K2G General Purpose EVM

DRAM:

Thanks,

Chintan Gala