Hello.
Is it possible to make use of TI's DVSDK for DM368IPNC? Or it's only for EVM, and IPNC is incompatible with EVM?
I've tried to boot prebuilt kernel image ~/ti-dvsdk_dm368-evm_4_02_00_06/psp/prebuilt-images/uImage-dm368-evm.bin and it doesn't boot. All the output during boot is:
Loading from NAND 128MiB 3,3V 8-bit, offset 0x500000
Image Name: Arago/2.6.32.17-psp03.01.01.39/d
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2148072 Bytes = 2 MB
Load Address: 80008000
Entry Point: 80008000
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Arago/2.6.32.17-psp03.01.01.39/d
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2148072 Bytes = 2 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
And it hangs until rebooted. Bootargs are the following:
mem=48M console=ttyS1,115200n8 root=/dev/mtdblock3 rootfstype=cramfs
I've also tried ttyS0 as the console.
Yes, it probably panicked for some reason (unable to mount root), but I was expecting to see at least some printk()s (kernel version, etc.).
Also I've tried prebuilt kernel images from Arago project (http://arago-project.org/files/releases/davinci-psp_03.01.01.39/images/dm365-evm/uImage-dm365-evm.bin), with exactly the same result.
IPNC is that much incompatible to EVM? What could be done to add support for DM368IPNC to DVSDK and it's kernel?
DVSDK's approach to video streaming with it's GStreamer is much more pleasant and convenient, comparing to IPNC's av_capture, and I'd really like to use it.