manual way of installing hardware packages on mmc cards or mounted image files
I've try to install (unsuccessfully) linaro android image on my beagleboard xM rev.C by following the instructions on page https:/
Methodology I've used:
1) Clean installation of Ubuntu 10.04 LTS (the Lucid Lynx) on VMWare 7.1.4
2) All the External dependencies which mentioned in the ImageInstallation wiki and the readme file which comes with the package
3) Checking out latest development tools with bazaar tools which is also mentioned in the wiki page
4) Performing every action under root privilages inside "root terminal" (sudo -i)
5) New micro SD 4GB toshiba card (which also cleaned to it's "raw state" by manually removing left-over partitions with the gparted in every iteration)
6) Downloading and checking integrity of "boot.tar.bz2", "system.tar.bz2", "userdata.tar.bz2" files.
So far I've accomplished formating sd card with the "linaro-
but I've failed in the rest (stack trace is at end of this message).
I've seen six partitions after formating according to parted as...
root@ubuntu:
GNU Parted 2.2
Using /dev/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Generic- SD/MMC (scsi)
Disk /dev/sdb: 3951MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 138MB 138MB primary boot, lba
2 138MB 407MB 268MB primary
3 407MB 675MB 268MB primary
4 675MB 3951MB 3276MB extended
5 675MB 1212MB 537MB logical
6 1212MB 3951MB 2739MB logical
...but I don't know how to "precisely" place the three android images on those partitions manually.
Here is my question(s) and wishes
* Is there any way of placing those required images on partitions manually (using existing bash tools and commands)?
* If there is... please consider refering them in the same wiki page.
* It is nice to have an downloadable VMWare or VirtualBox Ubuntu Image which includes tools related to linaro development working out of the box...
I've been trying to debug and understand python scripts with the "eric IDE" to find the root cause of the problem [ probably me :) ]. But I am at the stage of inception of the python, source code, tools, platform and other things... and it is a slow process. :)
Regards...
PS : For the records, here is the console dump and the python stack trace :
root@ubuntu:
=======
The command line parameters as well as the distribution format will
be changed and we will not keep backward compatibility for the
current version here.
=======
I see...
Device Mount point Size
/dev/fd0 none 0MB
/dev/sda none 12288MB
/dev/sda1 / 11721MB
/dev/sda2 none 564MB
/dev/sda5 none 564MB
/dev/sdb none 3768MB
/dev/sdb1 none 131MB
/dev/sdb2 none 256MB
/dev/sdb3 none 256MB
/dev/sdb4 none 3124MB
/dev/sdb5 none 511MB
/dev/sdb6 none 2611MB
/dev/sdc none 0MB
/dev/sdd none 0MB
/dev/sde none 0MB
/dev/sr0 none 0MB
Are you 100% sure, on selecting [/dev/sdb] (y/n)? y
Checking that no-one is using this disk right now ...
OK
Warning: bad partition start (earliest 1318913)
partition ends on cylinder 1023, beyond the end of the disk
partition ends on cylinder 1023, beyond the end of the disk
Warning: partition 1 does not end at a cylinder boundary
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
Traceback (most recent call last):
File "./linaro-
args.
File "/root/
get_
File "/root/
media.path, 1 + board_config.
File "/root/
device_path = _get_udisks_
File "/root/
return udisks.
File "/usr/lib/
return self._proxy_
File "/usr/lib/
**keywords)
File "/usr/lib/
message, timeout)
dbus.exceptions
root@ubuntu:
=======
The command line parameters as well as the distribution format will
be changed and we will not keep backward compatibility for the
current version here.
=======
I see...
Device Mount point Size
/dev/fd0 none 0MB
/dev/sda none 12288MB
/dev/sda1 / 11721MB
/dev/sda2 none 564MB
/dev/sda5 none 564MB
/dev/sdb none 3768MB
/dev/sdc none 0MB
/dev/sdd none 0MB
/dev/sde none 0MB
/dev/sr0 none 0MB
Are you 100% sure, on selecting [/dev/sdb] (y/n)? y
Checking that no-one is using this disk right now ...
OK
Warning: bad partition start (earliest 1318913)
partition ends on cylinder 1023, beyond the end of the disk
partition ends on cylinder 1023, beyond the end of the disk
Warning: partition 1 does not end at a cylinder boundary
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
Traceback (most recent call last):
File "./linaro-
args.
File "/root/
get_
File "/root/
media.path, 1 + board_config.
File "/root/
device_path = _get_udisks_
File "/root/
return udisks.
File "/usr/lib/
return self._proxy_
File "/usr/lib/
**keywords)
File "/usr/lib/
message, timeout)
dbus.exceptions
root@ubuntu:
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Cem Merven
- Solved:
- Last query:
- Last reply: