]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Updated README.KARO
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 15 Jun 2012 09:42:17 +0000 (11:42 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 15 Jun 2012 09:42:17 +0000 (11:42 +0200)
README.KARO [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 20fc3a6..9fc611e
@@ -1,20 +1,21 @@
-                                  Building U-Boot for TX28
-                                  ========================
+                             Building & Flashing U-Boot for TX28
+                             ===================================
+
+Building U-Boot
+---------------
 
 Unpacking the source
 --------------------
 mkdir u-boot
 cd u-boot
-tar -xzf /cdrom/U-Boot/u-boot-src.tar.bz2
-sudo tar -C / -xzf /cdrom/Tools/Linux/elftosb.tgz
+tar -xjf /cdrom/U-Boot/u-boot-src.tar.bz2
 
 Compiling U-Boot
 ----------------
-cd u-boot-2009.08
 export ARCH=arm
 export CROSS_COMPILE=arm-926ejs-linux-gnueabi-
 make tx28_config
-make u-boot_ivt.sb
+make
 
 
 Flashing U-Boot Image
@@ -23,14 +24,14 @@ Load the U-Boot image with sbloader (either the Windows version or the
 Linux version) and use the builtin 'romupdate' command to program the
 image into the flash.
 
-Put the u-boot_ivt.sb file in the TFTP server data directory (usually
+Put the u-boot.sb file in the TFTP server data directory (usually
 /tftpboot).
 
 Load the U-Boot image:
 Enter the following commands at the U-Boot prompt
 set autostart no
 set autoload yes
-set bootfile u-boot_ivt.sb
+set bootfile u-boot.sb
 bootp
 romupdate