i.MX53 Quick Start board - wall comments

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

i.MX53 Quick Start board - wall comments

13,582 Views
admin
Specialist II
25-iMXQSB.jpg

The i.MX53 Quick Start board is a 1GHz ARM Cortex-A8 embedded computer in a three-inch by three-inch board. Offered for $149.00, this development board offers 1GB of RAM, Freescale MC34708 PMIC, and ships with Linux Ubuntu out of the box! 
(Part: MCIMX53-START-R)

Labels (1)
90 Replies

1,715 Views
snirnisim
Contributor III

hello everyone,

recently i successfully compile build and deployed a new rootfs including kernel and u-boot.

i also install samba (after build problem has been solved with ./ adding in samba.spec file).

now i'm having a few questions:

1. where is the smb.conf file after installing samba under ltib? it's not in in etc/... (no samba dir) and same in usr/local whats wrong here? i tried reinstalling... after changing the spec file as suggested.

 

2. what i need to update on my uSD if I'm installing new package? i need to update all the uSD (bootloader, kernel, fs) or just dd one of them? (what is the write syntax for that operation? dd...)

 

3. how do i add a totally new package like winexe to cross compile with ltib for my rootfs?

 

4. what i need to add to a C++ project in order to  create it a package that i can add same as the process that is needed in question (3)?


i've posted a disscusion with this questions in the end of it also but got no comments, i hope someone will notice these question now, i'm very harsh with my project, any piece of information will be very usuefull

 

thanks in advance,

snir

0 Kudos

1,715 Views
StevieRG
Contributor II

OMID - this might help you:

http://imxcommunity.org/group/imx53quickstartboard/forum/topics/u-boot-build-problem-in-ltib-and-cre...

Also it's probably best to use the forum discussion rather than comment wall.

0 Kudos

1,715 Views
OMID
Contributor I

hello

i need make sd card bootable for imx quick start board

i download binary image

how to send binary image to sd card

0 Kudos

1,715 Views
YiLi
Contributor I

Snir,

Ubuntu 9.04 is the official tested host setup for ltib build. BTW, you might want to use discussion instead of comment.

0 Kudos

1,715 Views
snirnisim
Contributor III

hello everyone,

for the past two weeks i tried learning how to make a new uSD card with minimal configuration to boot the QSB.

i've followed the "ltib_build_host_setup.pdf" document and now i'm having a PC running UBUNTU 10.04LTS with all relvant packages. i installed LTIB from "L2.6.35_11.09.01_ER_source" and followed the instruction (which i can't say i fully understand...) in the "i.MX53_START_Linux_BSP_UserGuide" PDF. for the beging i wanted to just compile the minimun configuration selecting the proper "LOCO" board.

i'm rapidly getting the error :

These packages failed to build: u-boot
Build Failed
Exiting on error or interrupt

( full terminal plot in attached "log.txt" file in the relevan "discussion").

i hope someone can help me solve this asap.

if someone can explain me please the proccess of moving the files (that LTIB will create when build will successed) to a uSD, which i inserted to the PC runinig linux, with a SD adapter and a usb to SD converter, and then which commands i have to use after i'm moving the card to the QSB in order to setenv for U-boot and properly boot the board.

sorry about the my english and i hope i'ts clearly enough.

thanks in advance,

snir

0 Kudos

1,715 Views
TheAdmiral
NXP Employee
NXP Employee

There are several pins sent to the Expansion Port that can be configured as GPIO pins to connect external LEDs (I am assuming signal LEDs and not a string of white backlight LEDs). If you are not using the LCD Display pins DSIP0, these can all be used. The CSI0 pins can also be used, but their high logic voltage is 1.8V. There are no "existing drivers" but configuring these ports is a simple matter of properly setting the pin mux registers. If you have access to the extranet, the IOMUX tool should make this much easier. I don't know if you are already using this port or not. The other thing you could do is to put the LEDs on a small tounge depresser type card. You can reconfigure the 8 SD3 data pins and CLK/CMD signals as GPIO pins for a total of ten LED signals. Place the LEDs on the PCB or place a pin header and send the signals via a cable. Also include is a 3.2V power rail.

0 Kudos

1,714 Views
LeonidAndronov
Contributor I

Thank you Mark! I have another question. I need to connect several external LEDs somehow to this board. Is it possible? Is there some gpios on external connectors? And maybe there is existing driver to control them? 

0 Kudos

1,715 Views
TheAdmiral
NXP Employee
NXP Employee

The MCIMX53-START-R board does start up automatically when supply power is supplied. The problem will be to keep the board from starting up without a button press.

0 Kudos

1,715 Views
LeonidAndronov
Contributor I

Tell me please if there is an option in a new version of imx53QSB (mcimx53-start-R) to automatically supply power (without pressing the power button)?

0 Kudos

1,715 Views
DominicS
Contributor I

The Adeneo WEC 7 BSP for the i.mx53 QSB is available at

www.adeneo-embedded.com/iMX53

0 Kudos

1,715 Views
RandyKrakora
NXP Employee
NXP Employee
I think you need dev 1 instead of dev 0.
0 Kudos

1,715 Views
SimonasL_
Contributor II

Dear Mark, I soldered a wire between pin 2 & 19, it tried to boot off of an SD-Card (SDHC, 4GB, cat 4 (15MB/s), SanDisk Ultra), but ended up with errors (Adeneo Android 2.3.3 BSP for QSB 4.1):

U-Boot 2009.08-00322-g56b265f-dirty (Jan 10 2012 - 22:05:12)

...
Checking for recovery command file...
Card did not respond to voltage select!
** Bad partition 6 **
Hit any key to stop autoboot:  0

MMC read: dev # 0, block # 2048, count 8192 partition # 0 ...
Card did not respond to voltage select!
MMC: block number 0x2800 exceeds max(0x0)
0 blocks read: ERROR

MMC read: dev # 0, block # 12288, count 768 partition # 0 ...
Card did not respond to voltage select!
MMC: block number 0x3300 exceeds max(0x0)
0 blocks read: ERROR
Wrong Image Format for bootm command
ERROR: can't get kernel image!
MX53-LOCO U-Boot >

0 Kudos

1,715 Views
Danial
Contributor II

I hava a problem.

when run  ./patch_android.sh some error happen

warning: squelched 22 whitespace errors
warning: 27 lines add whitespace errors.
fatal: corrupt patch at line 172
Error! Fail to apply patch from /home/dan/MX64/i.MX53-QSB-Android-Gingerbread-Release4.1/install/imx-android-r10.3/code/r10.3/platform/bootable/bootloader/uboot-imx.git to /home/dan/MX64/i.MX53-QSB-Android-Gingerbread-Release4.1/src/bootable/bootloader/uboot-imx. Stop

I hope someone help me.  Thank you.

1,715 Views
arunmitteam
Contributor III

Hi,

Were you able to fix this error? I get the same error and have no clue on how to fix this. Please share if you have fixed this error.

warning: 27 lines add whitespace errors.

fatal: corrupt patch at line 172

Error! Fail to apply patch from /home/lucid/Desktop/i.MX53-QSB-Android-Gingerbread-Release4.3/install/imx-android-r10.3/code/r10.3/platform/bootable/bootloader/uboot-imx.git to /home/lucid/Desktop/i.MX53-QSB-Android-Gingerbread-Release4.3/src/bootable/bootloader/uboot-imx. Stop

0 Kudos

1,715 Views
marshachang
NXP Employee
NXP Employee

Just a short update.  MCIMX53-START-R boards will start shipping around December 15-16th.  These will have the Freescale Power Management Integrated Circuit on board - MC34708

0 Kudos

1,715 Views
billwhit
Contributor II

"short" answer - hahahaha! Nicely done, Mark!

0 Kudos

1,714 Views
TheAdmiral
NXP Employee
NXP Employee

To boot from SD3 (Full size SD Card socket), the "short" answer is to solder a wire between pads 2 & 19 of SW1. See picture. For more detail, see section 5.4.2 of the HW User Guide. The SW1 footprint was designed for a Multicomp MCNHDS-10-T Dip switch.

29-INST.JPG

0 Kudos

1,715 Views
snirnisim
Contributor III
O.k i will try that. Thank you very much! Snir.
0 Kudos

1,715 Views
AlanLevy
Contributor I

If you want to use SW1 you have to buy a suitable part and fit it yourself. That's what I did.

To copy the image to a high capacity micro SD card just follow the instructions I gave you for copying to the full-sized SD card. Apart from the write protect switch, the difference between a full-sized SD card and a micro SD card is purely mechanical.

0 Kudos

1,715 Views
snirnisim
Contributor III
Wow, thank you for the detailed respond. I am really surprised that a boot change need a hw change but o.k. If so i have two more questions please: 1. What is. The best way to change the switches, i see a boot print on the board with sw numbers but its not accessable. So how is it possible to change the switches? 2. If i want to just move to a larger uSD how can i do that? Is there a way to copy the small one to a bigger one and just boot from it? Thanks a lot, Snir
0 Kudos

1,715 Views
AlanLevy
Contributor I

Oh, one more thing I forgot. The first time you boot from the new card, you'll have to get to the u-boot prompt via the serial console and change the boot instructions to load the Linux system image from disk 1 instead of disk 0 and then save the instructions before you boot.

0 Kudos