mx53 QSB run our own image file problem

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

mx53 QSB run our own image file problem

2,275 Views
swapneelsangar
Contributor II

  HIiiii

 

I try to create our own image file. For this I install LTib as per the given procedure in mx53 start linux bsp userguide.pdf. After that follow the command given in section 7 to laod the file in micoSD card. After that follow the command given in section 8.2 to run the image from SD. But it show only penguin on VGA display and show freescale login message on serial terminal. When I give root as log in id then it ask for command. Also before that it show message 

EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)

cp: write error: No space left on device

 

I use 8 GB memory card then why it show this space error?  How I can remove this problem?  I attachment here hyper terminal text file.

Please find this attachment..........

 

Thank you

swapneel

Original Attachment has been moved to: hyper.txt.zip

Labels (7)
0 Kudos
15 Replies

1,959 Views
jack_mao
NXP Employee
NXP Employee

hi,

     here are some command to flash the SD card, for your reference.

Use

1)      dmesg  to check the device node

2)      sfdisk --force –uM /dev/sdc <<EOF

>10,,83

>EOF

       3) mkfs.ext3 /dev/sdc1

       4) mount -t ext3 /dev/sdc1 /mnt/

Flash uboot: dd if=$FILE of=/dev/sdc bs=1k seek=1 skip=1 conv=fsync

Flash kernel: dd if=$FILE of=/dev/sdc bs=1M seek=1 conv=fsync

1,959 Views
LeonardoSandova
Specialist I

For some reason, I can not downloaded the text (which is converted to zip by the portal). Could you please place the whole text text on a post? what is the output of the 'mount' command?

Leo

0 Kudos

1,959 Views
swapneelsangar
Contributor II

 

Dear sir,

 I again send the text file and screen shot of command window

 Please find this attachment............

 

 

 

Thanks & Regards

swapneel

0 Kudos

1,959 Views
Yuri
NXP Employee
NXP Employee
0 Kudos

1,959 Views
swapneelsangar
Contributor II

HI

Yes I download the demo image of ubuntu.But If i want to do the modification in that demo image file then how I can do this?

my target is to change the penguin image from  the  demo image to my other image or insert the other image after the penguin is display on VGA screen and the ubuntu desktop come. This task how I can do? Because I demo image file one exe is given and download this in SD card.

0 Kudos

1,959 Views
swapneelsangar
Contributor II

 

HI

means to create our own image file only penguin is display on VGA

display . The next desktop as per the demo image file is not shown.

May I correct?  If this is correct then how to display desktop

image as per the demo image file? 

 

Thanks & Regards

swapneel

0 Kudos

1,959 Views
jimmychan
NXP TechSupport
NXP TechSupport

We have two demo GUI image. One is GNOME image. You can build the GNOME by selecting the GNOME profile in LTIB.  (./ltib --select). The other one is Ubuntu, you can copy the Ubuntu filesystem from the ubuntu demo image to your SD card.

1,959 Views
swapneelsangar
Contributor II

Please can you explain which files are required to copy from the ubuntu demo image file and how to copy this to SD card?

I install L2.6.35_11.09.01_ER_images mx5x.

0 Kudos

1,959 Views
jimmychan
NXP TechSupport
NXP TechSupport

You can download the Ubuntu demo image from here:

MX53_QSB_UBUNTU_SD_DEMO_IMAGE

0 Kudos

1,959 Views
swapneelsangar
Contributor II

Is this link

https://www.freescale.com/webapp/sps/download/license.jsp?colCode=MX53_QSB_UBUNTU_SD_DEMO_IMAGE&appT...

but I think this demo image file for windows .  May  I correct?

0 Kudos

1,959 Views
swapneelsangar
Contributor II

0 Kudos

1,959 Views
swapneelsangar
Contributor II

Plz send the proper link to download the demo image file and which files are required to copy from the ubuntu demo image file and how to copy this to SD card?

0 Kudos

1,959 Views
Yuri
NXP Employee
NXP Employee

Looks like all is OK - system starts.

Is it not clear what is a problem ?

0 Kudos

1,959 Views
swapneelsangar
Contributor II

Hi

I check the inode of linux system it show only

Filesystem        Inodes   IUsed   IFree IUse% Mounted on
/dev/sda1        8773632  289079 84845534% /

So what is the problem . Please you check the attachment which I have send before...

0 Kudos