MXIMX28LCD Seiko 4.3" WGA-REV B Display not showing full resolution

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MXIMX28LCD Seiko 4.3" WGA-REV B Display not showing full resolution

跳至解决方案
732 次查看
arunmondkar
Contributor I

I am working on i.mx53 quick sort board when i loaded kernel (uImage) on to the board using ethernet port for first time its showing full resolution after 1min its resolution is decreasing it came to black screen from the corners but not fully only little what will be the solution for this and here i am attaching some commands what i followed please find this

Original Attachment has been moved to: req.txt.zip

Original Attachment has been moved to: process.txt.zip

标签 (1)
标记 (2)
0 项奖励
1 解答
557 次查看
GraceH
Senior Contributor II

Hi Arun Mondkar,

You system hangs because of mounting rootfs failure.

First make sure your host has exported the rootfs directory correctly.

%vi /etc/exports

edit this file by adding the export directory, for example:

/tools/rootfs *(rw,no_root_squash) save and exit

%exportfs -a

Secondly make sure your boot argument is set correctly.

MX6Q SABRESD U-Boot > setenv nfsroot /tools/rootfs

MX6Q SABRESD U-Boot > setenv bootargs_nfs 'setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot} v3,tcp'

Grace

在原帖中查看解决方案

0 项奖励
1 回复
558 次查看
GraceH
Senior Contributor II

Hi Arun Mondkar,

You system hangs because of mounting rootfs failure.

First make sure your host has exported the rootfs directory correctly.

%vi /etc/exports

edit this file by adding the export directory, for example:

/tools/rootfs *(rw,no_root_squash) save and exit

%exportfs -a

Secondly make sure your boot argument is set correctly.

MX6Q SABRESD U-Boot > setenv nfsroot /tools/rootfs

MX6Q SABRESD U-Boot > setenv bootargs_nfs 'setenv bootargs ${bootargs} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot} v3,tcp'

Grace

0 项奖励