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.

DM365 bootargs error with video

I decided to play around with the boot args on my dm365 from SpectrumDigital because I need some resizing

So I went to the wik and used this with my nfs tftpboot command

setenv bootargs 'console=ttyS0,115200n8 noinitrd rw ip=dhcp root=/dev/nfs nfsroot=$(nfshost):$(rootpath),nolock mem=76M video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4'

I can tftp, I can nfs,

encode demo does not work nor does the default from spectrum digital

# ./encode -v test.264 -y 3 -t 45
Encode demo started.
CMEM Error: init: Failed to open /dev/cmem: 'No such file or directory'
CMEM Error: CMEM file descriptor -1 (failed 'open()'), ensure CMEMK kernel modul
e cmemk.ko has been installed with 'insmod'CMEM Error: CMEM file descriptor -1 (
failed 'open()'), ensure CMEMK kernel module cmemk.ko has been installed with 'i
nsmod'i2c_adapter i2c-0: tvp514x_setinput:lost lock]
i2c_adapter i2c-0: tvp514x: no input connected
vpfe ccdc capture vpfe ccdc capture.1: vpfe_get_std_info: Error in set std in de
coder
vpfe ccdc capture vpfe ccdc capture.1: Error in initializing channel
Error: Failed to detect video standard, video input connected?
Error: Failed to create video encoder: h264enc
Failed to allocate memory.
Error: Failed to allocate contiguous buffers

./encode -y 3 -v test.264 -t 45

Helpppp, silly mistake here. Everything has been working prior to the setenv setting

Thank you in advance