Hi!
We have dm368 custom board. We using dvsdk 4_02_00_06, boot linux from sd card.
I need to change VENC clock from 27Mhz to 29.5Mhz (in order to output digital video in square pixel mode(768x576))
So we calculated next configuration for PLL2:
PreDiv: 22
Mult: 622
Post: 1
I read SPRUFG5A, 6.5.2.2 Pre-Divider (PREDIV), PLL Multiplier (PLLM), and Post-Divider (POSTDIV), followed instruction and added regs configuration to davinci_enc_set_pal in davinci_platform.c
But when I boot linux, it hangs on
Uncompressing Linux.............................................................
.............................................................................. d
one, booting the kernel.
What may cause the problem?