i.MX6 MfgTool build linux problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX6 MfgTool build linux problem

Jump to solution
778 Views
shenglianglu
Contributor I

Hi community!

I'm new to this development board. MCIMX6Q-SDB

I used MFGTool2 which is downloaded from the website to download linux image L3.0.35_4.1.0_130816_images_MX6.gz

I followed this install guide

http://www.freescale.com/files/training_pdf/WBNR_LA13_IMX6QPR_PDF.pdf?lang_cd=en

when I reached page 33. I use HDMI instead of LVDS. But there is no booting process showing up.

I'm wondering why. I repeat whole processes several time, which result the same.

Changes I made comparing to the install guide

* I cannot find "12_09_01_oneiric.tgz". I use downloaded ubuntu image oneiric.gz instead. And I change the name to oneiric.tgz

* I changed ucl2.xml file accordingly

I can see the installing log from the hyper Terminal.

anyone can help?

Thanks a lot

0 Kudos
1 Solution
544 Views
Yuri
NXP Employee
NXP Employee

  Perhaps it makes sense using the recent (Yocto) Linux BSP for i.MX6, where

some issues should be fixed (in particular, HDMI-to-DVI converter cannot be used)

Also, please check kernel command line, for example  :

console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 fbmem=128M vmalloc=256M


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
545 Views
Yuri
NXP Employee
NXP Employee

  Perhaps it makes sense using the recent (Yocto) Linux BSP for i.MX6, where

some issues should be fixed (in particular, HDMI-to-DVI converter cannot be used)

Also, please check kernel command line, for example  :

console=ttymxc0,115200 root=/dev/mmcblk0p2 rootwait rw video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 fbmem=128M vmalloc=256M


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos