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
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
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
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.
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
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.
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.
Is this link
but I think this demo image file for windows . May I correct?
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?
Hi
I check the inode of linux system it show only
Filesystem | Inodes IUsed IFree IUse% Mounted on | |
/dev/sda1 | 8773632 289079 8484553 | 4% / |
So what is the problem . Please you check the attachment which I have send before...