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,052 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,604 Views
AlanLevy
Contributor I

As shipped the QSB can't boot from the full-sized SD card. You need to fit the DIP switch (SW1) first and then set switch SW1.2 to the ON position. Alternatively you could solder a wire between the pins for SW1.2.

I haven't tried copying an Linux image from one SD card to another, but it should go something like this:

Plug the micro SD card into a Linux PC with an SD card slot and on which you have permission to execute sudo. Wait a few seconds for the system to detect the card, then issue the following commands:

   umount /dev/???*

   sudo dd if=/dev/??? of=linux.img bs=1M

Where /dev/??? is the name of the raw device corresponding to the SD card slot (typically this will be /dev/sdb).

This command will take a considerable amount of time. When it finishes, remove the micro SD card and insert the full-sized SD card. Wait a few seconds then issue the following commands:

   umount /dev/???*

   sudo dd if=linux.img of==/dev/??? bs=1M

   sync& sync

Finally use a disk partition editor such as gparted to increase the partition and file system size so that it uses up the full capacity of the card. I can't give you precise instructions here but you should be able to work it out for yourself quite easily.

When this finishes you should have a bootable image on the full-sized SD card.

0 Kudos

1,604 Views
snirnisim
Contributor III

hello,

after having a crisis with the capacity of the microSD i hoped i could buy a big SDHC (32GB) and use it to boot the qsb with a high capacity filesystem.

after a lot of googling and pdf's reading, i couldn't find a brief guide for copying the current microSD filesystem and boot files (actually all the data from the microSD as it was sheeped with the board) to the full size sd (SDHC) and then how to configure the board to boot from the SD slot (3 if i'm not wrong).

can someone please explain me the process and link me to the proper guide?

i actually saw some options in the imxstartlinuxbsp pdf but its so complicated and not "understanable" so i thought it can't be it.

hope someone can explain me how to make it, as Mark Middleton suggested earlier, but bot to an uSD but to a full size one.

thank you,

snir

0 Kudos

1,604 Views
TedMichon
Contributor I

Jeff Dye with Freescale has told me that the QSB-R "should be shipping by the end of November." Distributors continue to tell our purchasing folks14 weeks. I hope Jeff is right!

-Ted

0 Kudos

1,604 Views
TedMichon
Contributor I

While the QSB-R has the OrCAD files, it does not have the errors and warnings removed when you run a Capture Design Rule Check. It took me a while to get all the Errors out (mostly pins that should have been designated as "passive" that are "bidirectional" or "output" instead). I still have not gotten out all the Warnings, but it should not take much longer. It would have been more sensible to release this without errors, since it supposed to be reference design and 40+ errors and warnings do not inspire confidence.

-Ted

0 Kudos

1,604 Views
mikeasa
Contributor I

Hi Marsha;

the file "MCIMX53-START_RDesign_Files.zip" has the schematic in pdf format. it will take much time with lots of error to convert that into a design file(orcad's .DSN for example). The last version did have .DSN files.

And there is no Pcb Layout; only Gerber files.

Please Advise - thanks.

0 Kudos

1,604 Views
marshachang
NXP Employee
NXP Employee

Hello Mike Asa,  the design files are there.  Go to www.freescale.com/imxquickstart
Click on Downloads in the orange bar

The design files are under "Development Tools" and then Printed Circuit Boards and Schematics-Schematics.

0 Kudos

1,604 Views
snirnisim
Contributor III
Thank you Mark and Alan i solved it and learned some usefull things also. I will backup the uSD. Thank you very much for the fast response. Snir
0 Kudos

1,604 Views
TheAdmiral
NXP Employee
NXP Employee

I agree that the first thing to do is log in and make changes through the debug serial port. If you are getting a log in screen on the monitor, you should be getting the log in prompt on the serial terminal.

As second alternative would be to buy a second (or more) uSD cards and burn fresh images of the Ubuntu system on them. Boot from one of the fresh uSD cards with the problem uSD card in an adapter in the other slot. Once you are logged in, make your changes on the problem uSD card. I generally find that having a known good back up uSD card saves a lot of troubleshooting time.

0 Kudos

1,602 Views
mikeasa
Contributor I

the new revised imx53 QuickStart's page does not have any design files or layout. The last version's did. Can someone please tell me how to get them. Thanks.

0 Kudos

1,602 Views
AlanLevy
Contributor I

The simplest way to get a shell is to connect a serial terminal(115200,N,8,1) to the debug serial port. This will give you root access to the system.

0 Kudos

1,602 Views
snirnisim
Contributor III

hello,
i have a little crisis in my project.
my uSD run out of space and therfore i can't login. the os is starting (with the penguin) and getting to the login screen but shows an error message says: "the configuration default or gnome power manger have not been installed properly please contact your adaminstrator"
i found a solution in the internet but it involves getting the terminal in login screen. i don't know why but i can't get it using ctrl+alt+F1 and any other Fx, i'm just getting black screens and need to plug of the power and connect again for restart. esc during startup also doesn't working... can someone help me ASAP.
thank you very much,
snir.

0 Kudos

1,602 Views
PeterOstertag
Contributor I
Could anybody help me? I want to use  a 4 inch display (480x272) with imx53 qsb on LVDS 0 (J9). I changed the settings in arch/arm... and in drivers/video. The U-boot command is also changed.... so far but no picture on the display.....
0 Kudos

1,602 Views
EricGoulet
Contributor I
Thank you Marsha for the answer I finally succeeded at booting up my IMX53 last week-end.. Completely randomly, I tried putting the micro SD card in the small card slot and surprise, it was working !!! It is strange because the mircoSD was already delivered inside the standard SD card converter so I really believed that was the only way to boot up the board!!!  Futhermore, the video didn't really show the right slot in which the card should be inserted. Finally, I hadn't taken the time to read the instructions before trying !! But thank you for having taken the time to answer me !!! I appreciate it ...
0 Kudos

1,602 Views
marshachang
NXP Employee
NXP Employee

Check out this article about the i.MX53 Quick Start board vs the Panda

http://ghcarm.wordpress.com/tag/i-mx53/

0 Kudos

1,602 Views
marshachang
NXP Employee
NXP Employee
Hello Eric,  When you press the power button and let go, so you see the blue LEDs?  And are you using the microSD card in the small card slot located immediately above the power button?  The one that is 1.5 cetimeters by 1 centimeter?

I ask as some have tried to insert the standard size sd card to boot and have had the same issue. The i.MX53 Quick Start board will only boot from the microSD card slot.
0 Kudos

1,602 Views
EricGoulet
Contributor I
Hi, My IMX53 QSB doesn't boot !! I did the same setup as the video but nothing comes from the serial port, the LED's remain solid and nothing appears on the screen !!! At the beginning I thought it was the Image from the flash card but it seems to be ok. I installed the OS Opensuse on my computer just to be able to browse the files on the flash card and I've found that some directories are unreadable ?? Is this normal ?? I'm really not  experienced with linux stuff... Does anybody have an idea or had the same situation ?? Thank you for your help !!!
0 Kudos

1,602 Views
MaciejHalasz
Contributor I

Timesys has an online university track in flight with i.MX53 Quick Start board on how to build a Linux based dual display video player device to play back high-resolution 720/1080p videos. The UI panel is developed with Qt Embedded, hardware accelerated video is played back on a display with blending between framebuffers using gstreamer.  Its a free hands-on online learning program opened to everyone. More info can be found here: 

 

http://www.timesys.com/embedded-linux/training/timesys-university/freescale_imx53

0 Kudos

1,602 Views
SuiAiguo
Contributor I

Could anyone help me? I have the following question.

I have enabled dual display on i.MX53, now I want the two monitors display the same. How can I do that?

0 Kudos

1,602 Views
VinceDiFatta
Contributor I
Ok will do. Thanks for thr update
0 Kudos

1,602 Views
rlorriaux
Contributor I

Vince,

The list of supported  of features has been updated at http://www.adeneo-embedded.com/en/Products/Board-Support-Packages/Freescale-i.MX53-QSB.

Can you please try using the latest binary image again? I just want to make sure we are on the same page.

0 Kudos

1,602 Views
VinceDiFatta
Contributor I

I tried to use the binaries for WEC7, but can't get it to put anything on VGA screen I have plugged into the QSB pcba. I followed the instructions in the binary download and used the VGA version. I am using a 4GB sd micro and assume it would be enough (no information in the install instructions).

Oh, I also assumed that cfimager would format (-a) extenstion, but tried formatting as a FAT also with no luck

boot.TXT

I have included the debug output here.

0 Kudos