File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,31 @@ Linux 2.6.x on MPC52xx family
2
2
-----------------------------
3
3
4
4
For the latest info, go to http://www.246tNt.com/mpc52xx/
5
-
5
+
6
6
To compile/use :
7
7
8
8
- U-Boot:
9
9
# <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
10
10
if you wish to ).
11
11
# make lite5200_defconfig
12
12
# make uImage
13
-
13
+
14
14
then, on U-boot:
15
15
=> tftpboot 200000 uImage
16
16
=> tftpboot 400000 pRamdisk
17
17
=> bootm 200000 400000
18
-
18
+
19
19
- DBug:
20
20
# <edit Makefile to set ARCH=ppc & CROSS_COMPILE=... ( also EXTRAVERSION
21
21
if you wish to ).
22
22
# make lite5200_defconfig
23
23
# cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz
24
- # make zImage.initrd
25
- # make
24
+ # make zImage.initrd
25
+ # make
26
26
27
27
then in DBug:
28
28
DBug> dn -i zImage.initrd.lite5200
29
-
29
+
30
30
31
31
Some remarks :
32
32
- The port is named mpc52xxx, and config options are PPC_MPC52xx. The MGT5100
You can’t perform that action at this time.
0 commit comments