There should be a copy of zImage in the boot directory of the root filesystem and you can verify this by manual inspection. Normally you don't need to put a copy in the dos boot partition.

When you attempt to use the sd-card in the BBB make sure you hold down the USER/BOOT button for about half a second when applying power to the board. This will force the processor to load the MLO/u-boot.img files from the SD-card, which by default will attempt to load zImage from the root filesystem.

Also make sure the dos boot partition has the boot flag set. gnome disk utility is a good tool for creating and checking the partitions on the sd-card.

Older versions of MLO/u-boot.img will attempt to load uImage from the root filesystem instead of zImage. This can cause problems if you don't hold the USER/BOOT button down during first power-up boot, as the processor will then attempt to load MLO/u-boot.img from eMMC (which may attempt to load uImage).

A number of recent threads in the beagleboard.org/Community/Forums mailing list discuss the BBB boot process in more detail.

Regards ...


On 30/01/14 07:33, Andrei Radulescu-Banu wrote:
All,

Thanks very much for all the answers to my previous questions. I'm
trying to install the Angstrom image on the BeagleBoard Black. I could
not locate the official instructions, and using instead the instructions
at http://derekmolloy.ie/building-angstrom-for-beaglebone-from-source/
does not work with the latest version of the code.

So first question: where are the official install instructions located?

You may not want to read the rest until I adjust my SD card per official
instructions J. But here is my
setup-scripts/deploy/eglibc/images/beaglebone:

[root@antigone beaglebone]# ls -l

total 508280

-rw-r--r-- 1 andrei eng 261818534 Jan 29 10:56
Angstrom-Cloud9-IDE-eglibc-ipk-v2013.06-beaglebone.rootfs.tar.gz

-rw-r--r-- 1 andrei eng 179101888 Jan 29 11:00
Angstrom-Cloud9-IDE-eglibc-ipk-v2013.06-beaglebone.rootfs.tar.xz

-rw-r--r-- 1 andrei eng  20707144 Jan 29 13:05
Angstrom-systemd-image-eglibc-ipk-v2013.06-beaglebone.rootfs.tar.gz

-rw-r--r-- 1 andrei eng  14584240 Jan 29 13:05
Angstrom-systemd-image-eglibc-ipk-v2013.06-beaglebone.rootfs.tar.xz

lrwxrwxrwx 1 andrei eng        64 Jan 29 11:00
Cloud9-IDE-beaglebone.tar.gz ->
Angstrom-Cloud9-IDE-eglibc-ipk-v2013.06-beaglebone.rootfs.tar.gz

lrwxrwxrwx 1 andrei eng        64 Jan 29 11:00
Cloud9-IDE-beaglebone.tar.xz ->
Angstrom-Cloud9-IDE-eglibc-ipk-v2013.06-beaglebone.rootfs.tar.xz

lrwxrwxrwx 1 andrei eng        22 Jan 22 23:05 MLO ->
MLO-beaglebone-2014.01

lrwxrwxrwx 1 andrei eng        22 Jan 22 23:05 MLO-beaglebone ->
MLO-beaglebone-2014.01

-rwxr-xr-x 1 andrei eng    104044 Jan 22 23:05 MLO-beaglebone-2014.01

-rw-r--r-- 1 andrei eng  38995185 Jan 22 22:08
modules--3.8.13-r23z.2-beaglebone-20140122224739.tgz

-rw-r--r-- 1 andrei eng       294 Jan 29 13:04
README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt

lrwxrwxrwx 1 andrei eng        67 Jan 29 13:06
systemd-image-beaglebone.tar.gz ->
Angstrom-systemd-image-eglibc-ipk-v2013.06-beaglebone.rootfs.tar.gz

lrwxrwxrwx 1 andrei eng        67 Jan 29 13:06
systemd-image-beaglebone.tar.xz ->
Angstrom-systemd-image-eglibc-ipk-v2013.06-beaglebone.rootfs.tar.xz

-rwxr-xr-x 1 andrei eng    383968 Jan 22 23:05
u-boot-beaglebone-2014.01-r0.img

lrwxrwxrwx 1 andrei eng        32 Jan 22 23:05 u-boot-beaglebone.img ->
u-boot-beaglebone-2014.01-r0.img

lrwxrwxrwx 1 andrei eng        32 Jan 22 23:05 u-boot.img ->
u-boot-beaglebone-2014.01-r0.img

lrwxrwxrwx 1 andrei eng        51 Jan 22 22:08 zImage ->
zImage--3.8.13-r23z.2-beaglebone-20140122224739.bin

-rw-r--r-- 1 andrei eng   4741656 Jan 22 22:08
zImage--3.8.13-r23z.2-beaglebone-20140122224739.bin

lrwxrwxrwx 1 andrei eng        51 Jan 22 22:08 zImage-beaglebone.bin ->
zImage--3.8.13-r23z.2-beaglebone-20140122224739.bin

I've formatted my 2G SD card with mkcard.txt from
http://downloads.angstrom-distribution.org/demo/beaglebone/, copied
u-boot.img and MLO on the 1st (vfat) partition of the SD card, and
unpacked Cloud9-IDE-beaglebone.tar.gz on the 2nd (linux ext) partition.
Yet I can't figure out where the kernel image zImage is supposed to go.
And without the kernel on the SD card, it won't boot.

Thanks,

Andrei

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to