]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - doc/README.KARO
mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xx
[karo-tx-uboot.git] / doc / README.KARO
1                              Building & Flashing U-Boot for TX28
2                              ===================================
3
4 Building U-Boot
5 ---------------
6
7 Unpacking the source
8 --------------------
9 mkdir u-boot
10 cd u-boot
11 tar -xjf /cdrom/U-Boot/u-boot-src.tar.bz2
12
13 Compiling U-Boot
14 ----------------
15 export ARCH=arm
16 export CROSS_COMPILE=arm-926ejs-linux-gnueabi-
17 make tx28_config
18 make
19
20
21 Flashing U-Boot Image
22 ---------------------
23 Load the U-Boot image with sbloader (either the Windows version or the
24 Linux version) and use the builtin 'romupdate' command to program the
25 image into the flash.
26
27 Put the u-boot.sb file in the TFTP server data directory (usually
28 /tftpboot).
29
30 Load the U-Boot image:
31 Enter the following commands at the U-Boot prompt
32 set autostart no
33 set autoload yes
34 set bootfile u-boot.sb
35 bootp
36 romupdate
37
38 Power down the module, make sure the BOOT_MODE jumper (ST3) is removed
39 and re-apply power to start from flash.