Hi,
I am porting ezsdk_5_04 components to Android framework. I am able to build the components but when I try to load vpss.ko driver module, I get following errors:
init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
# SysLink version : 2.10.03.20
SysLink module created on Date:Jul 9 2012 Time:20:30:10
notify_shm_drv_sendevent failed! status = 0xfffffff0
notify_send_event failed! status = 0xfffffff0
I know this errors can be because wrong address in the bootargs (mentioned below) but I think my bootargs are correct.
Please help me to understand what can be the problem or how can I debug it further?
Bootargs:
set bootargs 'console=ttyO2,115200n8 androidboot.console=ttyO2 mem=364M notifyk.vpssm3_sva=0xBF900000 noinitrd ip=10.100.3.13:10.100.3.192:10.100.3.1:255.255.255.0:10.100.3.192:eth0:off rw init=/init root=/dev/nfs nfsroot=10.100.3.192:/home/krunal/rootfs rootwait rootdelay=2 earlyprintk stdin=serial'
Regards,
Krunal