How to set the I.mx6Q uart baud rate on the mx6q_sabresd default configuration while playing the MCIMX6Q-SDB Board?

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

How to set the I.mx6Q uart baud rate on the mx6q_sabresd default configuration while playing the MCIMX6Q-SDB Board?

Jump to solution
2,387 Views
JustinWu2
Contributor III

Dear all:

How to set the I.mx6Q uart  baud rate to 115200 on the mx6q_sabresd default configuration while playing the MCIMX6Q-SDB Board?

The following is my console messages.

Serial: IMX driver

imx-uart.2: ttymxc2 at MMIO 0x21ec000 (irq = 60) is a IMX

imx-uart.0: ttymxc0 at MMIO 0x2020000 (irq = 58) is a IMX

Serial: Console IMX rounded baud rate from 114943 to 114900

Best Regards,

Justin Wu

Labels (4)
Tags (4)
1 Solution
1,175 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,Justin,

      Please see Android_User_Guide.pdf .

u-boot > setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M

init=/init video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666,bpp=16 video=mxcfb1:off video=mxcfb2:off

fbmem=10M fb0base=0x27b00000

Weidong

View solution in original post

3 Replies
1,176 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,Justin,

      Please see Android_User_Guide.pdf .

u-boot > setenv bootargs console=ttymxc0,115200 androidboot.console=ttymxc0 vmalloc=400M

init=/init video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666,bpp=16 video=mxcfb1:off video=mxcfb2:off

fbmem=10M fb0base=0x27b00000

Weidong

1,175 Views
JustinWu2
Contributor III


Dear Weidong:

Where could I find these precise documents to describe the parameters setting on i.Mx6Q?

Best Regards,

Justin Wu

0 Kudos
1,175 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,Justin,

     Please download documents from :

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&nodeId=018rH3ZrDRB24A&fpsp=1&t...

---IMX6_JB422_100_ANDROID_DOCS  (this is for android 4.2.2)

---IMX6_R13.41_ANDROID_DOC_BUNDLE  (this is for android4.0.4)

Weidong