MINI2440: Remove the extraneous PLL config at startup
[u-boot-openmoko/mini2440.git] / doc / README.atum8548
blob4eb56bae2fc815068a3fcdec668e2a4c943f8373
1 Building U-Boot
2 ---------------
4 The ATUM8548 code is known to build using ELDK 4.1.
6 $ make ATUM8548_config
7 Configuring for ATUM8548 board...
8 $ make
10 Using Flash
11 -----------
13 The ATUM8548 board  has one flash bank, of 128MB in size (2^23 = 0x08000000).
15 The BDI2000 commands for copying u-boot into flash are
16 as follows:
18      erase 0xFFF80000 0x4000 0x20
19      prog 0xfff80000 uboot.bin bin
21 Booting Linux
22 -------------
24 U-boot/kermit commands for booting linux via NFS - assumming the proper
25 bootargs are set - are as follows:
27      tftp 1000000 uImage.atum
28      tftp c00000 mpc8548atum.dtb
29      bootm 1000000 - c00000