about imx53 System Development User's Guide

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

about imx53 System Development User's Guide

1,474 Views
huzizhen
Contributor I

Hi :

    I have a i.mx53 qsb board,and downloaded android source and mx patch.

    The i.mx53 System Development User's Guide version is 1.3/2011.

     In the document,on page 10-2,the chapter 10.2.1 UART(Serial port) test.

     I can not fild the hardware.c file,and can not find the "debug_uart" variable in imx53.c(or mx53_xx.c),and also can not find the function "debug_uart_iomux()"in

all download codes.

     How can i download the right user guide document? thanks

On the i.MX53 reference boards (with the exception of the ARD), the UART1 TXD and RXD pins are

routed to the CSI0_DAT10 and CSI0_DAT11 pins via the IOMUX (see the

~/diag-obds/src/mx53/hardware.c file). In addition, the file mx53.c defines the “debug_uart” variable to

UART1 as static struct hw_module *debug_uart = &uart1; If a different UART por t is used, make the

required IOMUX changes to the routine debug_uart_iomux() , using the following code:

Labels (2)
0 Kudos
9 Replies

1,104 Views
Yuri
NXP Employee
NXP Employee

The i.mx53 System Development User's Guide relates to Linux BSP.

1,104 Views
huzizhen
Contributor I

Thanks for your apply.

1.for my question,i find the obds source code in freescale website.but can not make sucessed.can you give me some step for make obds.

follow msg is the error.i think may be modifty the makefile ,but i do not know how to modifty it or just in Android Compile enviroment it can make sucessed.

make[4]: arm-none-eabi-gcc:命令未找到

make[4]: *** [/home/huzizhen/myandroid/MX53_OBDS/output/mx53/obj/imx_usb/usb_h1.o] 错误 127

make[4]:正在离开目录 `/home/huzizhen/myandroid/MX53_OBDS/src/drivers/usb/imx_usb'

make[3]: *** [imx_usb] 错误 2

make[3]:正在离开目录 `/home/huzizhen/myandroid/MX53_OBDS/src/drivers/usb'

make[2]: *** [usb] 错误 2

make[2]:正在离开目录 `/home/huzizhen/myandroid/MX53_OBDS/src/drivers'

make[1]: *** [drivers] 错误 2

make[1]:正在离开目录 `/home/huzizhen/myandroid/MX53_OBDS/src'

make: *** [src] 错误 2

2.the other question,about The i.mx53 System Development User's Guide relates to Linux BSP,i can only find the i.mx53 System Development User's Guide.where can download the i.mx53 System Development User's Guide relates to Linux BSP

0 Kudos

1,104 Views
Yuri
NXP Employee
NXP Employee

Perhaps it would be easier to build the OBDS under Windows or Linux environment 

0 Kudos

1,104 Views
huzizhen
Contributor I

thanks for your apply.

I'm downloading cgywin for 2 days,it always failed.can you give me a zip?

0 Kudos

1,104 Views
Yuri
NXP Employee
NXP Employee

You may use CodeSourcery Lite under Windows - no need for Cygwin.

CodeSourcery is now Mentor Graphics Sourcery Tools - Mentor Graphics

0 Kudos

1,104 Views
huzizhen
Contributor I

thanks for your reply.

I download and install arm-2013.05-24-arm-none-linux-gnueabi.exe,with the user guide ,i  build a c sample code sucessed.

but i do not know how to build the OBDS.follow the OBDS release note ,use the command "make TARGET=mx53 BOARD=sbrth_lcb BOARD_VERSION=1",the result is make command can not find.   Can you give me a suggestion.

0 Kudos

1,104 Views
Yuri
NXP Employee
NXP Employee

It is named "cs-make.exe" in d:\Program Files\CodeSourcery\Sourcery G++ Lite\bin\  :
just copy it as make.exe or rename.

0 Kudos

1,104 Views
huzizhen
Contributor I

Hi:

     The sourcery can not support linux command or some libs i do not installed.

     Today,my cygwin is installed suceesed. And I copy I201139_mx53_sbrth_lcb_release to cygwin .

     Then ,run Cygwin Terminal in windows xp.

     Enter the I201139_mx53_sbrth_lcb_release, do "make TARGET=mx53 BOARD=sbrth_lcb BOARD_VERSION=1",

there are some error code :

$ make TARGET=mx53 BOARD=sbrth_lcb BOARD_VERSION=1

mkdir -p output

mkdir -p output/mx53

mkdir -p G:\cygwin\home\I201139_mx53_sbrth_lcb_release/output/mx53/lib

mkdir -p G:\cygwin\home\I201139_mx53_sbrth_lcb_release/output/mx53/bin

make -S -C src dir

make[1]: 进入目录“/home/I201139_mx53_sbrth_lcb_release/src”

G:\cygwin\home\I201139_mx53_sbrth_lcb_release/make.rules:10: *** 目标模式不含有

“%”。 停止。

make[1]: 离开目录“/home/I201139_mx53_sbrth_lcb_release/src”

makefile:48: recipe for target `src' failed

make: *** [src] Error 2

can you give me some help?

0 Kudos

1,104 Views
huzizhen
Contributor I

Thanks for your reply.

That linux command can not support.eg mkdir

发自我的 iPad

在 2013-7-19,12:22,Yuri Muhin <admin@community.freescale.com> 写道:

about imx53 System Development User's Guide

created by Yuri Muhin in i.MX Community - View the full discussion

It is named "cs-make.exe" in d:\Program Files\CodeSourcery\Sourcery G++ Lite\bin\ :

just copy it as make.exe or rename.

Reply to this message by replying to this email -or- go to the message on Freescale Community

Start a new discussion in i.MX Community by email or at Freescale Community

0 Kudos