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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
727件の閲覧回数
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 解決策
552件の閲覧回数
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 返信
553件の閲覧回数
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 件の賞賛