I am not able to boot imx6q saber sd board

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

I am not able to boot imx6q saber sd board

ソリューションへジャンプ
1,826件の閲覧回数
purusothamangan
Contributor II

Hi,

I am new to Linux development environment.

The problem that I am having it, I able to boot the iMX6Q Saber SD board with its demo card,

But I try creating my own card, I am not able to see anything on the either on the display nor in the Hyper Terminal.

I am following exactly the step that are provided in the User Guide of the Board.

Environment: Linux as a Virtual Machine, the Uboot, Kernel and rootfs are pre-built images from freescale.

Can anyone please help me?

Thanks & Regards,

Purusothaman G.

ラベル(2)
タグ(2)
0 件の賞賛
1 解決策
1,229件の閲覧回数
purusothamangan
Contributor II

Hello Leo,

I got this now resolved. Sorry it was my mistake, I was using the Uboot of imx6q on imx6dl SDP Board.

Thanks for you support and suggestions.

元の投稿で解決策を見る

0 件の賞賛
9 返答(返信)
1,229件の閲覧回数
LeonardoSandova
Specialist I

Hi,

How are you flashing the SD card? Does U-boot start executing? if yes, please do a 'print' inside and post the values.

Leo

0 件の賞賛
1,229件の閲覧回数
purusothamangan
Contributor II

Hello Leo,

I am using the following commands as per the user guide

$ sudo dd if=u-boot-mx6q-sabresd.bin of=/dev/sdb bs=512 seek=2 skip=2 conv=fsync

$ sudo dd if=uImage of=/dev/sdb bs=512 seek=2048 conv=fsync

I am using 8GB SanDisk SDHC card.

I am not seeing anything on the hyper terminal. It seems that it is not even starting Uboot.

Thanks & Regards,

Purusothaman G.

0 件の賞賛
1,229件の閲覧回数
LeonardoSandova
Specialist I

Hi, not sure what is happening, you flash commands are correct. Make sure you choose the correct COM port on Hyperterminal. Also, when you connect your SD Card, execute 'cat /proc/partitions' on Linux, so you are sure the SD card has been recognized by the system (for some reason, the 'dd' command does not throw a error even if the 'of' value is wrong).

You can also use picocom/minicom on your linux virtual machine (e.g.picocom -b 115200 /dev/ttyUSB0) , this can be another test to try.

Leo

0 件の賞賛
1,229件の閲覧回数
williamz
Contributor I

Hi Leo,

I am also using pre-built demo images downloaded from freescale website. The kernel did start executing. But it asked to enter login and password. Do you know what they are?  Is there any other prebuilt kernel available for download with no login required? 

Regards,

William

0 件の賞賛
1,229件の閲覧回数
AlbertT
Contributor V

Hello William,

The login is root.

Best regards,

0 件の賞賛
1,229件の閲覧回数
williamz
Contributor I

Got it. It worked. Thanks.

William

0 件の賞賛
1,230件の閲覧回数
purusothamangan
Contributor II

Hello Leo,

I got this now resolved. Sorry it was my mistake, I was using the Uboot of imx6q on imx6dl SDP Board.

Thanks for you support and suggestions.

0 件の賞賛
1,229件の閲覧回数
williamz
Contributor I

Hi Purusothaman

How was your kernel running?  Were you asked to enter freescale login and password?

William

0 件の賞賛
1,229件の閲覧回数
purusothamangan
Contributor II

Hello William,

I used the pre-built image that came along with L3.0.35_4.0.0_130424_images_MX6.tar

Yes, it asked for a login.. I just entered "root" and it worked fine for me !!!

0 件の賞賛