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