Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Dokumente und Einstellungen\Achim>D:
D:\>cd Pogoplug
D:\Pogoplug>cd netcat
D:\Pogoplug\netcat>nc -lu -p 6666
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 9
0
u-boot>> mtdparts
mtdparts
device nand0 <orion_nand>, # parts = 3
#: name size offset mask_flags
0: u-boot 0x00100000 0x00000000 0
1: uImage 0x00400000 0x00100000 0
2: rootfs 0x07b00000 0x00500000 0
active partition: nand0,0 - (u-boot) 0x00100000 @ 0x00000000
defaults:
mtdids : none
mtdparts: none
u-boot>> mtdparts del rootfs
mtdparts del rootfs
u-boot>> mtdparts del data
mtdparts del data
incorrect device type in data
partition data not found
u-boot>> mtdparts add nand0 0x07b00000@0x00500000 rootfs
mtdparts add nand0 0x07b00000@0x00500000 rootfs
u-boot>> save
save
Saving Environment to NAND...
Erasing Nand...
Erasing at 0xc0000 -- 100% complete.
Writing to Nand... done
u-boot>> reset
reset
resetting ...
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 9
0
u-boot>>
u-boot>> setenv bootargs console=ttyS0,115200 root=/dev/mtdblock2 rootfstype=jff
s2 panic=10
setenv bootargs console=ttyS0,115200 root=/dev/mtdblock2 rootfstype=jffs2 panic=
10
u-boot>> setenv bootcmd 'nand read.e 0x2000000 0x100000 0x400000 ; bootm 0x20000
00'
setenv bootcmd 'nand read.e 0x2000000 0x100000 0x400000 ; bootm 0x2000000'
u-boot>> setenv mainlineLinux yes
setenv mainlineLinux yes
u-boot>> setenv arcNumber 2097
setenv arcNumber 2097
u-boot>> saveenv
saveenv
Saving Environment to NAND...
Erasing Nand...
Erasing at 0xc0000 -- 100% complete.
Writing to Nand... done
u-boot>> reset
reset
resetting ...
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 9
0
u-boot>> tftp 0x2000000 uImage
tftp 0x2000000 uImage
Using egiga0 device
TFTP from server 192.168.178.29; our IP address is 192.168.178.22
Filename 'uImage'.
Load address: 0x2000000
Loading: #################################################################
#############
done
Bytes transferred = 1142000 (116cf0 hex)
u-boot>> nand erase 0x00100000 0x00400000
nand erase 0x00100000 0x00400000
NAND erase: device 0 offset 0x100000, size 0x400000
Erasing at 0x4e0000 -- 100% complete.
OK
u-boot>> nand write 0x2000000 0x00100000 0x00400000
nand write 0x2000000 0x00100000 0x00400000
NAND write: device 0 offset 0x100000, size 0x400000
4194304 bytes written: OK
u-boot>> tftp 0x2000000 e02.img
tftp 0x2000000 e02.img
Using egiga0 device
TFTP from server 192.168.178.29; our IP address is 192.168.178.22
Filename 'e02.img'.
Load address: 0x2000000
Loading: #################################################################
#################################################################
#################################################################
###############################################
done
Bytes transferred = 3540992 (360800 hex)
u-boot>> nand erase 0x00500000 0x07b00000
nand erase 0x00500000 0x07b00000
NAND erase: device 0 offset 0x500000, size 0x7b00000
Skipping bad block at 0x02f20000
Skipping bad block at 0x062e0000
Erasing at 0x7fe0000 -- 100% complete.
OK
u-boot>> nand write 0x2000000 0x00500000 0x07547280
nand write 0x2000000 0x00500000 0x07547280
NAND write: device 0 offset 0x500000, size 0x7547280
Skip bad block 0x02f20000
Skip bad block 0x062e0000
122974848 bytes written: OK
u-boot>> reset
reset
resetting ...
U-Boot 2011.12 (Feb 20 2012 - 21:21:59)
Pogoplug E02
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q3-67) 4.4.1
GNU ld (Sourcery G++ Lite 2009q3-67) 2.19.51.20090709
Hit any key to stop autoboot: 0
NAND read: device 0 offset 0x100000, size 0x400000
4194304 bytes read: OK
## Booting kernel from Legacy Image at 02000000 ...
Image Name: Linux-3.3.8
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1141936 Bytes = 1.1 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK