Hello,
Can you tell me if I've just to do this to make the bootloader:
$this->bbcode_second_pass_quote('', 'H')ow to Unpack and Boot the Demo Image
Format the SD card using mkcard.txt. For example: sh mkcard.txt /dev/sdX, where X is the drive letter of the SD card. On systems like Ubuntu that would look like 'sudo sh mkcard.txt /dev/sdX'.
Copy MLO and u-boot.bin from
http://www.angstrom-distribution.org/demo/beagleboard/ to the first partition
Unpack the tarball to the root partition of your Beagleboard SD card.
NOTE: superuser privileges are required when unpacking the image so that device nodes can be created on the SD card filesystem.
eg. for Linux:
$ sudo tar -xjv -C /media/rootfs -f /path/to/Angstrom-Beagleboard-demo-image*rootfs.tar.bz2
This assumes that the SD card has the root filesystem (ext3) partition mounted as /media/rootfs.
NOTE: unpacking can take several minutes due to the amount of data.
Ensure all SD card filesystem operations have completed (ie. filesystem cache has flushed to SD card) and eject the SD card from your development machine. Most operating systems have a "Safely Remove" action to perform this from the Desktop.
Insert SD card into Beagleboard and power it up.
It comes from your link.