Other Parts Discussed in Thread: AM3352
Hi, is it possible to manually set to lower clock while linux boot? I have some heat issue with certain type of machine.
I am using AM3352 720MHz, hopefully can set it to 600 MHz
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.
Other Parts Discussed in Thread: AM3352
Hi, is it possible to manually set to lower clock while linux boot? I have some heat issue with certain type of machine.
I am using AM3352 720MHz, hopefully can set it to 600 MHz
Hi,
Please let us know which version of the Sitara AM335x SDK/PSP you are using.
Best regards,
Miroslav
Hi I am using: ti-sdk-am335x-evm-05.06.00.00. kernel version is 3.2, u-boot is 2013.01 thanks!
Also If I have set voltage/frequency for CPU/MPU in uboot, will this get reset by kernel at later stage of booting?
Thanks!
You can change the mpu_pll value inside the am33xx_spl_board_init() function in <u-boot_dir>/board/ti/am335x/board.c.
I believe it won't later be reset by the kernel.
Best regards,
Miroslav