]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - README.KARO-TX48
nand: remove bogus patch imported from TI BSP
[karo-tx-uboot.git] / README.KARO-TX48
1                              Building & Flashing U-Boot for TX48
2                              ===================================
3
4 Building U-Boot
5 ===============
6 Unpacking the source
7 --------------------
8 mkdir u-boot
9 cd u-boot
10 tar -xjf /cdrom/U-Boot/u-boot-src.tar.bz2
11
12 Compiling U-Boot
13 ----------------
14 export ARCH=arm
15 export CROSS_COMPILE=arm-cortexa8-linux-gnueabi-
16 make tx48-dt_config
17 make
18
19
20 Flashing U-Boot Image
21 ---------------------
22 If you want to replace a working U-Boot with a new version, you can
23 load the new U-Boot image via TFTP and program it like any other flash
24 partition with:
25 nand erase.part u-boot;nand write ${fileaddr} u-boot ${filesize}
26
27 If you want to revive a bricked module, U-Boot can be downloaded via
28 xmodem protocol over the serial port in recovery boot mode (Jumper ST3
29 on Starterkit-5 baseboard closed).