Reply
Thread Tools Search this Thread
Posts: 5 | Thanked: 5 times | Joined on Apr 2012 @ Emsland
#371
hi folks,

after run the installerscript i get
"wrong image format or bootm command
kernel not found"

fdisk:
/dev/mmcblk1p1 c Win95 FAT32 (LBA)
/dev/mmcblk1p2 82 Linux swap
/dev/mmcblk1p3 83 Linux (ext3)

ubuntu.item:
ITEM_NAME="Ubuntu"
ITEM_KERNEL="uImage"
ITEM_INITRD="uInitrd"
ITEM_DEVICE="${EXT_CARD}p3"
ITEM_FSTYPE="ext3"
ITEM_CMDLINE="vram=12M omapfb.mode=dvi:1280x720MR-16@60 mpurate=\${mpurate} root=/dev/mmcblk1p3 fixrtc quiet splash"
ITEM_REUSEATAGS="1"


greetz and thanks for help
 

The Following User Says Thank You to Echtor2oo3 For This Useful Post:
Posts: 1,763 | Thanked: 1,390 times | Joined on Sep 2008 @ Berlin, Germany
#372
Please try root=/dev/mmcblk0p3in the ITEM_CMDLINE line
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 5 | Thanked: 5 times | Joined on Apr 2012 @ Emsland
#373
Originally Posted by michaaa62 View Post
Please try root=/dev/mmcblk0p3in the ITEM_CMDLINE line
Same Error
 

The Following User Says Thank You to Echtor2oo3 For This Useful Post:
Posts: 1,763 | Thanked: 1,390 times | Joined on Sep 2008 @ Berlin, Germany
#374
Here is a post about rebuilding initrd and uimage:http://talk.maemo.org/showpost.php?p...&postcount=347 You might look at uInitrd and uImage of the Ubuntu partition
Code:
sudo just-chroot.sh
ls -l /
Get the sizes of the linked files for uInitrd, initrd.img and uImage.
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
tiempjuuh's Avatar
Posts: 93 | Thanked: 56 times | Joined on Jul 2012 @ Apeldoorn, Netherlands
#375
I get a Uboot error: "Error, wrong RAMdisk size, abort". What to do?
 

The Following User Says Thank You to tiempjuuh For This Useful Post:
Posts: 17 | Thanked: 6 times | Joined on Sep 2012
#376
Guys I need some help..


I followed the simple instructions provided by the napsters of the site and umm after running the script on the ubuntu machine iv got
right after it finishes creating the partitions on the sdcard it stops im attaching a picture so u understand better..any hints will be appreciated
Attached Images
 
 
Posts: 17 | Thanked: 6 times | Joined on Sep 2012
#377
bump...................!
 
Posts: 125 | Thanked: 200 times | Joined on Jan 2012
#378
Originally Posted by sq2 View Post
bump...................!
please paste the text or post a larger image.
 

The Following User Says Thank You to caveman For This Useful Post:
Posts: 17 | Thanked: 6 times | Joined on Sep 2012
#379
here is some text

Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
root@sq:~/ubuntu-n900#
 
Posts: 17 | Thanked: 6 times | Joined on Sep 2012
#380
thats ofcourse right after i define custome kernel options
 
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

 
Forum Jump


All times are GMT -4. The time now is 08:56 AM.