X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=README.KARO;h=9fc611e8936e141ee254d5b6f7ec149befc64021;hp=20fc3a61930fb8a102ace7aef326764416df13d1;hb=8ae37158bf692cc9cb6d8c3df295481e287ce879;hpb=e2ed37c25ae1eb04c897235c9d9af1aee5108a10 diff --git a/README.KARO b/README.KARO old mode 100644 new mode 100755 index 20fc3a6193..9fc611e893 --- a/README.KARO +++ b/README.KARO @@ -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