Hi,
Since the EZSDK has been updated to Ver5.05, I decide to upgrade the environment of my EVM8168 system, especially the data in NAND. After flashing the u-boot.noxip.bin, uImage and rd-jffs2.bin into the NAND, I changed the boot ENV as below:
bootcmd=nand read 0x81000000 0x280000 0x440000;bootm 0x81000000
bootargs=console=ttyO2,115200n8 root=/dev/mtdblock7 rw noinitrd rootfstype=jffs2 mem=100M notifyk.vpssm3_sva=0xbf900000 earlyprintk
Then I trigged the DIP_SW, and reset the whole system. Although I could successfully log into the EVM8168, some errors were post through the serial terminal after mounting the filesystem:
INIT: version 2.86 booting Please wait: booting...
Error opening /dev/fb0: No such file or directory
Starting udev
udevd (74): /proc/74/oom_adj is deprecated, please use /proc/74/oom_score_adj instead.
notify_shm_drv_sendevent failed! status = 0xfffffff0
notify_send_event failed! status = 0xfffffff0
notify_shm_drv_sendevent failed! status = 0xfffffff0
notify_send_event failed! status = 0xfffffff0
It seems that device fb0 has lost. Changing the directory into EVM8168@/dev, listing files, I cannot find such a file (device) named "fb0". However, there must be a 'fb0' file in the ezsdk-dm816x-evm-rootfs.tar.gz package.
Could you give me a hand to slove this problem?
Naroah
130627