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.

Modify machine name into suspend can't wake up

Other Parts Discussed in Thread: AM3352

Dear all:

我现在使用的platform是AM3352,BSP SDK是6.0的,想modify machine name,现在moidfy linux/arch/arm/kernel/setup.c

Modify c_show() funtion:seq_printf(m, "Hardware\t: %s\n", machine_name); --->seq_printf(m, "Hardware\t: %s\n", "myplatform");

进入系统后,cat /proc/cpuinfo,发现Hardware的确改变,但是产生了很奇怪的现象就是suspend之后无法wake up,不知道各位有什么思路给点拨一下,谢谢了!