What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Aug 31 (4 days ago) by jkridner
Labels: Featured
BootingBeagleBoard  
Procedure to boot Linux on Beagle Board.

Booting Beagle Software

Beagle Board can boot from NAND, MMC, UART, and USB. At present we support only NAND and MMC booting. The compilation steps for software components and pre-built images are described at Beagle Software Compilation Procedure

Booting u-boot on Beagle Board

The u-boot booting on NAND and MMC need another software component called x-loader. The booting procedure for x-loader as such doesn't need any detailed explanation, so this section includes x-loader booting as well.

Booting u-boot on NAND Flash

NOTE: If u-boot is not Flashed on the NAND, then refer to Beagle NAND Flash Procedure to do the same

Booting u-boot with MMC/SD Card

Boot the Linux Image on Beagle Board

Once you have u-boot booted over NAND or MMC, a Linux kernel image can be booted on Beagle Board.

The Linux Kernel Image (uImage) can be downloaded on to Beagle DDR memory using

UART (time consuming), MMC, NAND (if it was stored in it), USB (Not supported yet).

The Below procedure gives MMC based Linux Kernel Booting.

  1. Complile the Linux Kernel Image "uImage".
  2. Copy the uImage file in MMC/SD card pre-formated for FAT32.
  3. Download the uImage
  4.        OMAP3 beagleboard.org # mmcinit
           OMAP3 beagleboard.org # fatload mmc 0 0x80300000 uImage
  5. Set/Configure the boot arguments

The filesystem to be mounted could be present in MMC, RAM (Ramdisk), NAND (if copied), Ethernet (using Ethernet over USB Dongle on USB HOST machine). The Bootargs for each of these is shown Below

  1. Getting File System on Beagle Board
  2. Booting the Kernel Image
  3.        OMAP3 beagleboard.org # bootm 0x80300000

Comment by jkridner, Jul 17, 2008

The two cases that need to be considered are: 1) the factory installed u-boot is running fine and 2) the NAND flash needs to be completely replaced back to factory conditions.

Comment by char...@finitemonkeys.com, Aug 29 (6 days ago)

this page is linked to for the HP Boot tool, i found it here.

http://www.bootdisk.com/pendrive.htm


Sign in to add a comment