Code hangs in u-boot after these messages OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img U-Boot 2013.04 (Jun 25 2015 - 19:30:24) CPU : DRA752 ES1.1 Board: DRA7xx I2C: ready DRAM: 1.5 GiB WARNING: Caches not enabled MMOMAP SD/MMC: 0, OMAP SD/MMC: 1 Using default environment The same u-boot code is working fine with VAYU EVM. After debugging u-boot code i have found that after printing puts("Using default environment\n\n"); it hangs in the function himport_r(&env_htab, (char *)default_environment, sizeof(default_environment), '\0', flags, 0, NULL). Within the himport_r (/*hashtable.c*/) function hangs after if (!drop_var_from_set(name, nvars, localvars)) continue; What can be the possible reasons and soluions? We have designed prototype board similar to the VAYU EVM. We are using the GLSDK . Thanks & Regards, Subbaiah.N.V
↧