]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add README for TX48 module
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 6 Aug 2012 07:15:47 +0000 (09:15 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 6 Aug 2012 07:15:47 +0000 (09:15 +0200)
README.KARO-TX48 [new file with mode: 0644]

diff --git a/README.KARO-TX48 b/README.KARO-TX48
new file mode 100644 (file)
index 0000000..b9aab78
--- /dev/null
@@ -0,0 +1,29 @@
+                             Building & Flashing U-Boot for TX48
+                             ===================================
+
+Building U-Boot
+===============
+Unpacking the source
+--------------------
+mkdir u-boot
+cd u-boot
+tar -xjf /cdrom/U-Boot/u-boot-src.tar.bz2
+
+Compiling U-Boot
+----------------
+export ARCH=arm
+export CROSS_COMPILE=arm-cortexa8-linux-gnueabi-
+make tx48-dt_config
+make
+
+
+Flashing U-Boot Image
+---------------------
+If you want to replace a working U-Boot with a new version, you can
+load the new U-Boot image via TFTP and program it like any other flash
+partition with:
+nand erase.part u-boot;nand write ${fileaddr} u-boot ${filesize}
+
+If you want to revive a bricked module, U-Boot can be downloaded via
+xmodem protocol over the serial port in recovery boot mode (Jumper ST3
+on Starterkit-5 baseboard closed).