Other Parts Discussed in Thread: TMP102, TMDSEVM572X, TLV320AIC3104
Tool/software: Linux
The kernel crash issue on AM5728+Linux platform:
Hi, I'm david, I made a board based on AM5728 platform, and running Linux on that, but system crash problem hasbeen bothering me.
I modified the content in TI standard SDK(version 4.0.0.4) as follows:
1. U-Boot: modified board id related parts, because my board has no eeprom(include board info), It seems that U-Boot booting is normal.
2. Linux Kernel: arch\arm\mach-omap2\pm.c
int __init omap2_common_pm_late_init(void)
{
......
/* Init the voltage layer */
omap_pmic_late_init();
#if 0
omap_voltage_late_init();
/* Initialize the voltages */
omap3_init_voltages();
omap4_init_voltages();
#endif
/* Smartreflex device init */
omap_devinit_smartreflex();
#if 0
/* cpufreq dummy device instantiation */
omap_init_cpufreq();
#endif
return 0;
}
3. Device Tree(am57xx-evm-rev3a.dtb): A little Modification, disable some hardware, because my board use different RTC chip, has no LCD and temperature sensor(tmp102).
Help me,please!
Part of the startup information content as shown below:
......