快速上手的记录

第一次运行的时候,usb转串口线有问题,不响应uboot的键盘中断,换了根就好了。
U-Boot 1.1.6 (Jun 18 2010 - 23:25:56) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

MMC:     =>  rca=0x00001234

1877 MB

Command NOT Complete

*** Warning - bad CRC or MoviNAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


看来,应该中断uboot的启动。

 

SMDK6410 # dnw

Insert a OTG cable into the connector!

OTG cable Connected!

Now, Waiting for DNW to transmit data

Download Done!! Download Address: 0xc0008000, Download Filesize:0x38000

Checksum is being calculated.

Checksum O.K.

 


SMDK6410 # nand erase 0 40000


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


 # nand write c0008000 0 40000


NAND write: device 0 offset 0x0, size 0x40000

 262144 bytes written: OK

 


如果你不点什么,uboot就会一直重启电脑
U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0

SMDK6410 #

下面传送内核了

SMDK6410 # dnw

OTG cable Connected!

Now, Waiting for DNW to transmit data

Download Done!! Download Address: 0xc0008000, Download Filesize:0x25a150

Checksum is being calculated...

Checksum O.K.

 

SMDK6410 # nand erase 40000 300000


NAND erase: device 0 offset 0x40000, size 0x300000


Erasing at 0x40000 --   8asing at 0x80000 --  16e.
Erasing at 0xc0000 --  25mplete.
Erasing at 0x100000 --  330 --  41x180000 --  50g at 0x1c0000 --  58Erasing at 0x200000 --  66lete.
Erasing at 0x240000 --  75--  83c0000 --  91at 0x300000 -- 100K

 


SMDK6410 # nand write c0008000 40000 300000


NAND write: device 0 offset 0x40000, size 0x300000

 3145728 bytes written: OK

 

复位后,没有使用uboot命令,而是直接让uboot引导
U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: setenv bootargs noinitrd console=ttySAC0 init=/init ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   262144 bytes (256 KiB)
UBI: logical eraseblock size:    258048 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: empty MTD device detected
UBI: create volume table (copy #1)
UBI: create volume table (copy #2)
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "ubifs"
UBI: MTD device size:            1016 MiB
UBI: number of good PEBs:        4064
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             4020
UBI: total number of reserved PEBs: 44
UBI: number of PEBs reserved for bad PEB handling: 40
UBI: max/mean erase counter: 0/0
UBI: background thread "ubi_bgt0d" started, PID 1026
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
usb 1-1: configuration #1 chosen from 1 choice
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
sdhci: card removed.
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:28:00 UTC (1917556080)
UBIFS error (pid 1): ubifs_get_sb: cannot open "ubi0:rootfs", error -19
VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0)
Please append a correct "root=" boot option; here are the available partitions:
1f00            4096 mtdblock0 (driver?)
1f01         1040384 mtdblock1 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

 

 

现在用uboot的命令

SMDK6410 #

SMDK6410 # nand read c0008000 40000 300000


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK


果然也是kernel panic,然后windows会显示无法识别的usb设备。
SMDK6410 # bootm c0008000

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: setenv bootargs noinitrd console=ttySAC0 init=/init ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   262144 bytes (256 KiB)
UBI: logical eraseblock size:    258048 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "ubifs"
UBI: MTD device size:            1016 MiB
UBI: number of good PEBs:        4064
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             4020
UBI: total number of reserved PEBs: 44
UBI: number of PEBs reserved for bad PEB handling: 40
UBI: max/mean erase counter: 1/1
UBI: background thread "ubi_bgt0d" started, PID 1026
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
usb 1-1: configuration #1 chosen from 1 choice
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
sdhci: card removed.
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:30:56 UTC (1917556256)
UBIFS error (pid 1): ubifs_get_sb: cannot open "ubi0:rootfs", error -19
VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0)
Please append a correct "root=" boot option; here are the available partitions:
1f00            4096 mtdblock0 (driver?)
1f01         1040384 mtdblock1 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

 

 


文件系统是这么烧写的
SMDK6410 # dnw

OTG cable Connected!

Now, Waiting for DNW to transmit data

Download Done!! Download Address: 0xc0008000, Download Filesize:0x30c000

Checksum is being calculated....

Checksum O.K.

 

擦除nand中的cramfs分区

SMDK6410 #


SMDK6410 # nand erase 400000 400000


NAND erase: device 0 offset 0x400000, size 0x400000


Erasing at 0x400000 --   6asing at 0x440000 --  12te.
Erasing at 0x480000 --  18complete.
Erasing at 0x4c0000 --  25000 --  31 0x540000 --  37ing at 0x580000 --  43.
Erasing at 0x5c0000 --  50mplete.
Erasing at 0x600000 --  560 --  62x680000 --  68g at 0x6c0000 --  75Erasing at 0x700000 --  81lete.
Erasing at 0x740000 --  87--  93c0000 -- 100K6410 #

 


烧到nand中
# nand write c0008000 400000 400000


NAND write: device 0 offset 0x400000, size 0x400000

 4194304 bytes written: OK

 

SMDK6410 # setenv bootargs noinitrd root=/dev/mtdblock0 console=ttySAC0 init=/linuxrc


SMDK6410 # saveenv

Saving Environment to NAND...

Erasing Nand...Writing to Nand... done

 

 

 

重启:
SMDK6410 # OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: noinitrd root=/dev/mtdblock0 console=ttySAC0 init=/linuxrc
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
sdhci: card removed.
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:37:52 UTC (1917556672)
VFS: Mounted root (cramfs filesystem) readonly.
Freeing init memory: 144K
usb 1-1: configuration #1 chosen from 1 choice
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
eth0: link down
 
*********************Real6410*************************
*********************Main Menu************************
************Use this fs to make real fs***************

1.Put your rootfs tar ball in sdcard or udisk,then,insert it
***For android,the tar name should be android.tar.gz.**
****For qtopia,the tar name should be qtopia.tar.gz.****
Now pls Select the system you want to creat
a.Android
b.Qtopia
c.Exit
usb 1-2: new full speed USB device using s3c2410-ohci and address 3
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 4
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 5
usb 1-2: device not accepting address 5, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 6
usb 1-2: device not accepting address 6, error -62
hub 1-0:1.0: unable to enumerate USB device on port 2

 

 

 


*********************Real6410*************************
*********************Main Menu************************
************Use this fs to make real fs***************

1.Put your rootfs tar ball in sdcard or udisk,then,insert it
***For android,the tar name should be android.tar.gz.**
****For qtopia,the tar name should be qtopia.tar.gz.****
Now pls Select the system you want to creat
a.Android
b.Qtopia
c.Exit
b

2.We need to format the mtdblock1 to ubifs.
a.Yes,do it now
b.No,next time

 

选择a

K


U-Boot 1.1.6 (Jun 18 2010 - 23:25:56) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

MMC:     =>  rca=0x00001234

1877 MB

Command NOT Complete

*** Warning - bad CRC or MoviNAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


K


U-Boot 1.1.6 (Jun 18 2010 - 23:25:56) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

MMC:     =>  rca=0x00001234

1877 MB

Command NOT Complete

*** Warning - bad CRC or MoviNAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


K


U-Boot 1.1.6 (Jun 18 2010 - 23:25:56) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

MMC:     =>  rca=0x00001234

1877 MB

Command NOT Complete

*** Warning - bad CRC or MoviNAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0

SMDK6410 #

SMDK6410 #

SMDK6410 #

SMDK6410 # dnw

Insert a OTG cable into the connector!

OTG cable Connected!

Now, Waiting for DNW to transmit data

Download Done!! Download Address: 0xc0008000, Download Filesize:0x38000

Checksum is being calculated.

Checksum O.K.

SMDK6410 # nand erase 0 40000


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 # nand erase 0 40000


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 100 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 100


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 100


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 100 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 100 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 100 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 100 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 10010 #


NAND erase: device 0 offset 0x0, size 0x40000


Erasing at 0x0 -- 100 # nand write c0008000 0 40000


NAND write: device 0 offset 0x0, size 0x40000

 262144 bytes written: OK

SMDK6410 # 痧疣纮€OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

## Booting image at c0008000 ...

Boot with Image


Starting kernel ...


undefined instruction

pc : [<50008004>]    lr : []

sp : c7fffddc  ip : c7e7bfb8  fp : 00000000

r10: c7e80c20  r9 : 00000002  r8 : c7e7bfdc

r7 : 00000000  r6 : 00000000  r5 : 50000124  r4 : 00000000

r3 : 50008000  r2 : 50000100  r1 : 0000065a  r0 : 00000000

Flags: nZCv  IRQs off  FIQs off  Mode SVC_32

Resetting CPU ...


reset...


OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0

SMDK6410 # dnw

OTG cable Connected!

Now, Waiting for DNW to transmit data

Download Done!! Download Address: 0xc0008000, Download Filesize:0x25a150

Checksum is being calculated...

Checksum O.K.

SMDK6410 #

SMDK6410 # nand erase 40000 300000


NAND erase: device 0 offset 0x40000, size 0x300000


Erasing at 0x40000 --   8asing at 0x80000 --  16e.
Erasing at 0xc0000 --  25mplete.
Erasing at 0x100000 --  330 --  41x180000 --  50g at 0x1c0000 --  58Erasing at 0x200000 --  66lete.
Erasing at 0x240000 --  75--  83c0000 --  91at 0x300000 -- 100K

SMDK6410 # nand write c0008000 40000 300000


NAND write: device 0 offset 0x40000, size 0x300000

 3145728 bytes written: OK

SMDK6410 # OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: setenv bootargs noinitrd console=ttySAC0 init=/init ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   262144 bytes (256 KiB)
UBI: logical eraseblock size:    258048 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: empty MTD device detected
UBI: create volume table (copy #1)
UBI: create volume table (copy #2)
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "ubifs"
UBI: MTD device size:            1016 MiB
UBI: number of good PEBs:        4064
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             4020
UBI: total number of reserved PEBs: 44
UBI: number of PEBs reserved for bad PEB handling: 40
UBI: max/mean erase counter: 0/0
UBI: background thread "ubi_bgt0d" started, PID 1026
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
usb 1-1: configuration #1 chosen from 1 choice
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
sdhci: card removed.
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:28:00 UTC (1917556080)
UBIFS error (pid 1): ubifs_get_sb: cannot open "ubi0:rootfs", error -19
VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0)
Please append a correct "root=" boot option; here are the available partitions:
1f00            4096 mtdblock0 (driver?)
1f01         1040384 mtdblock1 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0

SMDK6410 #

SMDK6410 #

SMDK6410 # nand read c0008000 40000 300000


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

SMDK6410 # bootm c0008000

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: setenv bootargs noinitrd console=ttySAC0 init=/init ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   262144 bytes (256 KiB)
UBI: logical eraseblock size:    258048 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "ubifs"
UBI: MTD device size:            1016 MiB
UBI: number of good PEBs:        4064
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             4020
UBI: total number of reserved PEBs: 44
UBI: number of PEBs reserved for bad PEB handling: 40
UBI: max/mean erase counter: 1/1
UBI: background thread "ubi_bgt0d" started, PID 1026
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
usb 1-1: configuration #1 chosen from 1 choice
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
sdhci: card removed.
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:30:56 UTC (1917556256)
UBIFS error (pid 1): ubifs_get_sb: cannot open "ubi0:rootfs", error -19
VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0)
Please append a correct "root=" boot option; here are the available partitions:
1f00            4096 mtdblock0 (driver?)
1f01         1040384 mtdblock1 (driver?)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

*** Warning - bad CRC or NAND, using default environment


In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0

SMDK6410 #

SMDK6410 #

SMDK6410 #

SMDK6410 # dnw

OTG cable Connected!

Now, Waiting for DNW to transmit data

Download Done!! Download Address: 0xc0008000, Download Filesize:0x30c000

Checksum is being calculated....

Checksum O.K.

SMDK6410 # nand erase 400000 400000


NAND erase: device 0 offset 0x400000, size 0x400000


Erasing at 0x400000 --   6asing at 0x440000 --  12te.
Erasing at 0x480000 --  18complete.
Erasing at 0x4c0000 --  25000 --  31 0x540000 --  37ing at 0x580000 --  43.
Erasing at 0x5c0000 --  50mplete.
Erasing at 0x600000 --  560 --  62x680000 --  68g at 0x6c0000 --  75Erasing at 0x700000 --  81lete.
Erasing at 0x740000 --  87--  93c0000 -- 100K6410 # nand write c0008000 400000 400000


NAND write: device 0 offset 0x400000, size 0x400000

 4194304 bytes written: OK

SMDK6410 # setenv bootargs noinitrd root=/dev/mtdblock0 console=ttySAC0 init=/linuxrc

SMDK6410 # saveenv

Saving Environment to NAND...

Erasing Nand...Writing to Nand... done

SMDK6410 # OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: noinitrd root=/dev/mtdblock0 console=ttySAC0 init=/linuxrc
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
sdhci: card removed.
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:37:52 UTC (1917556672)
VFS: Mounted root (cramfs filesystem) readonly.
Freeing init memory: 144K
usb 1-1: configuration #1 chosen from 1 choice
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
eth0: link down
 
*********************Real6410*************************
*********************Main Menu************************
************Use this fs to make real fs***************

1.Put your rootfs tar ball in sdcard or udisk,then,insert it
***For android,the tar name should be android.tar.gz.**
****For qtopia,the tar name should be qtopia.tar.gz.****
Now pls Select the system you want to creat
a.Android
b.Qtopia
c.Exit
usb 1-2: new full speed USB device using s3c2410-ohci and address 3
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 4
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 5
usb 1-2: device not accepting address 5, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 6
usb 1-2: device not accepting address 6, error -62
hub 1-0:1.0: unable to enumerate USB device on port 2
a
I can't find android.tar.gz in udisk or sdcard

Please press Enter to activate this console.
[root@Real6410 /]# ls
bin      etc      lib      mnt      sbin     tmp      var
dev      init~    linuxrc  proc     sys      usr
[root@Real6410 /]# ls
bin      etc      lib      mnt      sbin     tmp      var
dev      init~    linuxrc  proc     sys      usr
[root@Real6410 /]# dri
-/bin/sh: dri: not found
[root@Real6410 /]# ls
bin      etc      lib      mnt      sbin     tmp      var
dev      init~    linuxrc  proc     sys      usr
[root@Real6410 /]# pwd
/
[root@Real6410 /]# ls
bin      etc      lib      mnt      sbin     tmp      var
dev      init~    linuxrc  proc     sys      usr
[root@Real6410 /]# ls -al
-rwxrwxrwx    1 1000     232           510 Jan  1  1970 .ash_history
drwxrwxrwx    1 1000     232          1688 Jan  1  1970 bin
drwxr-xr-x    7 root     root            0 Oct  6 22:38 dev
drwxrwxrwx    1 1000     232           448 Jan  1  1970 etc
-rwxrwxrwx    1 1000     232           161 Jan  1  1970 init~
drwxrwxrwx    1 1000     232          1848 Jan  1  1970 lib
lrwxrwxrwx    1 1000     232            11 Jan  1  1970 linuxrc -> bin/busybox
drwxrwxrwx    1 1000     232           108 Jan  1  1970 mnt
dr-xr-xr-x   41 root     root            0 Jan  1  1970 proc
drwxrwxrwx    1 1000     232          1092 Jan  1  1970 sbin
drwxr-xr-x   12 root     root            0 Jan  1  1970 sys
drwxr-xr-x    2 root     root            0 Oct  7  2030 tmp
drwxrwxrwx    1 1000     232            20 Jan  1  1970 usr
drwxr-xr-x    7 root     root            0 Oct  7  2030 var
[root@Real6410 /]# shutdown 1
dd: writing '/dev/fb0': No space left on device
1021+0 records in
1020+0 records out
umount: can't remount none read-only
umount: none busy - remounted read-only
[root@Real6410 /]#
The system is going down NOW!

Sending SIGTERM to all processes

Sending SIGKILL to all processes

Requesting system halt
System halted.
OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: noinitrd root=/dev/mtdblock0 console=ttySAC0 init=/linuxrc
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
sdhci: card removed.
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:39:53 UTC (1917556793)
VFS: Mounted root (cramfs filesystem) readonly.
Freeing init memory: 144K
usb 1-1: configuration #1 chosen from 1 choice
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
eth0: link down
 
*********************Real6410*************************
*********************Main Menu************************
************Use this fs to make real fs***************

1.Put your rootfs tar ball in sdcard or udisk,then,insert it
***For android,the tar name should be android.tar.gz.**
****For qtopia,the tar name should be qtopia.tar.gz.****
Now pls Select the system you want to creat
a.Android
b.Qtopia
c.Exit
b
I can't find qtopia.tar.gz in udisk or sdcard

Please press Enter to activate this console. usb 1-2: new full speed USB device using s3c2410-ohci and address 3
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 4
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 5
usb 1-2: device not accepting address 5, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 6
usb 1-2: device not accepting address 6, error -62
hub 1-0:1.0: unable to enumerate USB device on port 2
mmc1: new high speed SD card at address 1234
mmcblk0: mmc1:1234 SA02G 1.83 GiB
 mmcblk0: p1
OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: noinitrd root=/dev/mtdblock0 console=ttySAC0 init=/linuxrc
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
sdhci: card removed.
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
mmc1: new high speed SD card at address 1234
mmcblk0: mmc1:1234 SA02G 1.83 GiB
 mmcblk0: p1
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:42:54 UTC (1917556974)
VFS: Mounted root (cramfs filesystem) readonly.
Freeing init memory: 144K
usb 1-1: configuration #1 chosen from 1 choice
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
eth0: link down
 
*********************Real6410*************************
*********************Main Menu************************
************Use this fs to make real fs***************

1.Put your rootfs tar ball in sdcard or udisk,then,insert it
***For android,the tar name should be android.tar.gz.**
****For qtopia,the tar name should be qtopia.tar.gz.****
Now pls Select the system you want to creat
a.Android
b.Qtopia
c.Exit
b

2.We need to format the mtdblock1 to ubifs.
a.Yes,do it now
b.No,next time
usb 1-2: new full speed USB device using s3c2410-ohci and address 3
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 4
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 5
usb 1-2: device not accepting address 5, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 6
usb 1-2: device not accepting address 6, error -62
hub 1-0:1.0: unable to enumerate USB device on port 2
a

Erasing 256 Kibyte @ 0 --  0 complete.
Erasing 256 Kibyte @ 40000 --  0 56 Kibyte @ 80000 --  0 te.
Erasing 256 Kibyte @ c0000 --  0 rasing 256 Kibyte @ 140000 --  0 @ 180000 --  0 ng 256 Kibyte @ 1c0000 --  0 omplete.
Erasing 256 Kibyte @ 200000 --  0 ete.
Erasing 256 Kibyte @ 280000 --  0
Erasing 256 Kibyte @ 300000 --  0 e @ 340000 --  0 sing 256 Kibyte @ 380000 --  0  complete.
Erasing 256 Kibyte @ 3c0000 --  0  256 Kibyte @ 400000 --  0 00 --  0  Kibyte @ 480000 --  0 e.
Erasing 256 Kibyte @ 4c0000 --  0 yte @ 500000 --  0  @ 580000 --  0 ng 256 Kibyte @ 5c0000 --  0 omplete.
Erasing 256 Kibyte @ 600000 --  0 56 Kibyte @ 640000 --  0 ete.
Erasing 256 Kibyte @ 680000 --  0
Erasing 256 Kibyte @ 700000 --  0  complete.
Erasing 256 Kibyte @ 7c0000 --  0  256 Kibyte @ 800000 --  0 plete.
Erasing 256 Kibyte @ 840000 --  0 e.
Erasing 256 Kibyte @ 8c0000 --  0 rasing 256 Kibyte @ 940000 --  0 @ 980000 --  0 ng 256 Kibyte @ 9c0000 --  0 0000 --  0 56 Kibyte @ a40000 --  1 ete.
Erasing 256 Kibyte @ a80000 --  1  1 e @ b40000 --  1 sing 256 Kibyte @ b80000 --  1 plete.
Erasing 256 Kibyte @ c40000 --  1  Kibyte @ c80000 --  1 -  1 yte @ d00000 --  1 rasing 256 Kibyte @ d40000 --  1 @ d80000 --  1 ng 256 Kibyte @ dc0000 --  1 omplete.
Erasing 256 Kibyte @ e00000 --  1 ete.
Erasing 256 Kibyte @ e80000 --  1 ibyte @ ec0000 --  1
Erasing 256 Kibyte @ f00000 --  1 sing 256 Kibyte @ f80000 --  1  complete.
Erasing 256 Kibyte @ fc0000 --  1 mplete.
Erasing 256 Kibyte @ 1040000 --  1 lete.
Erasing 256 Kibyte @ 10c0000 --  1  Kibyte @ 1100000 --  1 te.
Erasing 256 Kibyte @ 1140000 --  1 .
Erasing 256 Kibyte @ 11c0000 --  1 Erasing 256 Kibyte @ 1240000 --  1 e @ 1280000 --  1 asing 256 Kibyte @ 12c0000 --  1 @ 1300000 --  1 ing 256 Kibyte @ 1340000 --  1  complete.
Erasing 256 Kibyte @ 1380000 --  1 g 256 Kibyte @ 13c0000 --  1 omplete.
Erasing 256 Kibyte @ 1400000 --  1 plete.
Erasing 256 Kibyte @ 1480000 --  2 6 Kibyte @ 14c0000 --  2 ete.
Erasing 256 Kibyte @ 1500000 --  2 e.
Erasing 256 Kibyte @ 1580000 --  2
Erasing 256 Kibyte @ 1600000 --  2 te @ 1640000 --  2 rasing 256 Kibyte @ 1680000 --  2 sing 256 Kibyte @ 1700000 --  2  1740000 --  2 ng 256 Kibyte @ 1780000 --  2 complete.
Erasing 256 Kibyte @ 17c0000 --  2 mplete.
Erasing 256 Kibyte @ 1840000 --  2 56 Kibyte @ 1880000 --  2 lete.
Erasing 256 Kibyte @ 18c0000 --  2  Kibyte @ 1900000 --  2 te.
Erasing 256 Kibyte @ 1940000 --  2 .
Erasing 256 Kibyte @ 19c0000 --  2 yte @ 1a00000 --  2 Erasing 256 Kibyte @ 1a40000 --  2 e @ 1a80000 --  2 asing 256 Kibyte @ 1ac0000 --  2 @ 1b00000 --  2 ing 256 Kibyte @ 1b40000 --  2 1b80000 --  2 g 256 Kibyte @ 1bc0000 --  2 omplete.
Erasing 256 Kibyte @ 1c00000 --  2 256 Kibyte @ 1c40000 --  2 plete.
Erasing 256 Kibyte @ 1c80000 --  2 6 Kibyte @ 1cc0000 --  2 ete.
Erasing 256 Kibyte @ 1d00000 --  2 Kibyte @ 1d40000 --  2 e.
Erasing 256 Kibyte @ 1d80000 --  2
Erasing 256 Kibyte @ 1e00000 --  2 te @ 1e40000 --  2 rasing 256 Kibyte @ 1e80000 --  3 sing 256 Kibyte @ 1f00000 --  3  1f40000 --  3 ng 256 Kibyte @ 1f80000 --  3 complete.
Erasing 256 Kibyte @ 1fc0000 --  3  256 Kibyte @ 2000000 --  3 mplete.
Erasing 256 Kibyte @ 2040000 --  3 56 Kibyte @ 2080000 --  3 lete.
Erasing 256 Kibyte @ 20c0000 --  3  Kibyte @ 2100000 --  3 te.
Erasing 256 Kibyte @ 2140000 --  3 .
Erasing 256 Kibyte @ 21c0000 --  3 yte @ 2200000 --  3 Erasing 256 Kibyte @ 2240000 --  3 e @ 2280000 --  3 asing 256 Kibyte @ 22c0000 --  3 @ 2300000 --  3 ing 256 Kibyte @ 2340000 --  3  complete.
Erasing 256 Kibyte @ 2380000 --  3 g 256 Kibyte @ 23c0000 --  3 omplete.
Erasing 256 Kibyte @ 2400000 --  3 256 Kibyte @ 2440000 --  3 plete.
Erasing 256 Kibyte @ 2480000 --  3 6 Kibyte @ 24c0000 --  3 ete.
Erasing 256 Kibyte @ 2500000 --  3 e.
Erasing 256 Kibyte @ 2580000 --  3 byte @ 25c0000 --  3
Erasing 256 Kibyte @ 2600000 --  3 te @ 2640000 --  3 rasing 256 Kibyte @ 2680000 --  3  @ 26c0000 --  3 sing 256 Kibyte @ 2700000 --  3  2740000 --  3 ng 256 Kibyte @ 2780000 --  3 complete.
Erasing 256 Kibyte @ 27c0000 --  3  256 Kibyte @ 2800000 --  3 mplete.
Erasing 256 Kibyte @ 2840000 --  3 56 Kibyte @ 2880000 --  3 lete.
Erasing 256 Kibyte @ 28c0000 --  4  Kibyte @ 2900000 --  4 te.
Erasing 256 Kibyte @ 2940000 --  4 ibyte @ 2980000 --  4 .
Erasing 256 Kibyte @ 29c0000 --  4 yte @ 2a00000 --  4 Erasing 256 Kibyte @ 2a40000 --  4 e @ 2a80000 --  4 asing 256 Kibyte @ 2ac0000 --  4 @ 2b00000 --  4 ing 256 Kibyte @ 2b40000 --  4  complete.
Erasing 256 Kibyte @ 2b80000 --  4 g 256 Kibyte @ 2bc0000 --  4 omplete.
Erasing 256 Kibyte @ 2c00000 --  4 256 Kibyte @ 2c40000 --  4 plete.
Erasing 256 Kibyte @ 2c80000 --  4 6 Kibyte @ 2cc0000 --  4 ete.
Erasing 256 Kibyte @ 2d00000 --  4 Kibyte @ 2d40000 --  4 e.
Erasing 256 Kibyte @ 2d80000 --  4 byte @ 2dc0000 --  4
Erasing 256 Kibyte @ 2e00000 --  4 te @ 2e40000 --  4 rasing 256 Kibyte @ 2e80000 --  4  @ 2ec0000 --  4 sing 256 Kibyte @ 2f00000 --  4  2f40000 --  4 ng 256 Kibyte @ 2f80000 --  4 complete.
Erasing 256 Kibyte @ 2fc0000 --  4  256 Kibyte @ 3000000 --  4 mplete.
Erasing 256 Kibyte @ 3040000 --  4 56 Kibyte @ 3080000 --  4 lete.
Erasing 256 Kibyte @ 30c0000 --  4  Kibyte @ 3100000 --  4 te.
Erasing 256 Kibyte @ 3140000 --  4 ibyte @ 3180000 --  4 .
Erasing 256 Kibyte @ 31c0000 --  4 yte @ 3200000 --  4 Erasing 256 Kibyte @ 3240000 --  4 e @ 3280000 --  4 asing 256 Kibyte @ 32c0000 --  4 @ 3300000 --  5 ing 256 Kibyte @ 3340000 --  5  complete.
Erasing 256 Kibyte @ 3380000 --  5 g 256 Kibyte @ 33c0000 --  5 omplete.
Erasing 256 Kibyte @ 3400000 --  5 256 Kibyte @ 3440000 --  5 plete.
Erasing 256 Kibyte @ 3480000 --  5 6 Kibyte @ 34c0000 --  5 ete.
Erasing 256 Kibyte @ 3500000 --  5 Kibyte @ 3540000 --  5 e.
Erasing 256 Kibyte @ 3580000 --  5 byte @ 35c0000 --  5
Erasing 256 Kibyte @ 3600000 --  5 te @ 3640000 --  5 rasing 256 Kibyte @ 3680000 --  5  @ 36c0000 --  5 sing 256 Kibyte @ 3700000 --  5  3740000 --  5 ng 256 Kibyte @ 3780000 --  5 complete.
Erasing 256 Kibyte @ 37c0000 --  5  256 Kibyte @ 3800000 --  5 mplete.
Erasing 256 Kibyte @ 3840000 --  5 56 Kibyte @ 3880000 --  5 lete.
Erasing 256 Kibyte @ 38c0000 --  5  Kibyte @ 3900000 --  5 te.
Erasing 256 Kibyte @ 3940000 --  5 ibyte @ 3980000 --  5 .
Erasing 256 Kibyte @ 39c0000 --  5 yte @ 3a00000 --  5 Erasing 256 Kibyte @ 3a40000 --  5 e @ 3a80000 --  5 asing 256 Kibyte @ 3ac0000 --  5 @ 3b00000 --  5 ing 256 Kibyte @ 3b40000 --  5  complete.
Erasing 256 Kibyte @ 3b80000 --  5 g 256 Kibyte @ 3bc0000 --  5 omplete.
Erasing 256 Kibyte @ 3c00000 --  5 256 Kibyte @ 3c40000 --  5 plete.
Erasing 256 Kibyte @ 3c80000 --  5 6 Kibyte @ 3cc0000 --  5 ete.
Erasing 256 Kibyte @ 3d00000 --  6 Kibyte @ 3d40000 --  6 e.
Erasing 256 Kibyte @ 3d80000 --  6 byte @ 3dc0000 --  6
Erasing 256 Kibyte @ 3e00000 --  6 te @ 3e40000 --  6 rasing 256 Kibyte @ 3e80000 --  6  @ 3ec0000 --  6 sing 256 Kibyte @ 3f00000 --  6  3f40000 --  6 ng 256 Kibyte @ 3f80000 --  6 complete.
Erasing 256 Kibyte @ 3fc0000 --  6  256 Kibyte @ 4000000 --  6 mplete.
Erasing 256 Kibyte @ 4040000 --  6 56 Kibyte @ 4080000 --  6 lete.
Erasing 256 Kibyte @ 40c0000 --  6  Kibyte @ 4100000 --  6 te.
Erasing 256 Kibyte @ 4140000 --  6 ibyte @ 4180000 --  6 .
Erasing 256 Kibyte @ 41c0000 --  6 yte @ 4200000 --  6 Erasing 256 Kibyte @ 4240000 --  6 e @ 4280000 --  6 asing 256 Kibyte @ 42c0000 --  6 @ 4300000 --  6 ing 256 Kibyte @ 4340000 --  6  complete.
Erasing 256 Kibyte @ 4380000 --  6 g 256 Kibyte @ 43c0000 --  6 omplete.
Erasing 256 Kibyte @ 4400000 --  6 256 Kibyte @ 4440000 --  6 plete.
Erasing 256 Kibyte @ 4480000 --  6 6 Kibyte @ 44c0000 --  6 ete.
Erasing 256 Kibyte @ 4500000 --  6 Kibyte @ 4540000 --  6 e.
Erasing 256 Kibyte @ 4580000 --  6 byte @ 45c0000 --  6
Erasing 256 Kibyte @ 4600000 --  6 te @ 4640000 --  6 rasing 256 Kibyte @ 4680000 --  6  @ 46c0000 --  6 sing 256 Kibyte @ 4700000 --  6  4740000 --  7 ng 256 Kibyte @ 4780000 --  7 complete.
Erasing 256 Kibyte @ 47c0000 --  7  256 Kibyte @ 4800000 --  7 mplete.
Erasing 256 Kibyte @ 4840000 --  7 56 Kibyte @ 4880000 --  7 lete.
Erasing 256 Kibyte @ 48c0000 --  7  Kibyte @ 4900000 --  7 te.
Erasing 256 Kibyte @ 4940000 --  7 ibyte @ 4980000 --  7 .
Erasing 256 Kibyte @ 49c0000 --  7 yte @ 4a00000 --  7 Erasing 256 Kibyte @ 4a40000 --  7 e @ 4a80000 --  7 asing 256 Kibyte @ 4ac0000 --  7 @ 4b00000 --  7 ing 256 Kibyte @ 4b40000 --  7  complete.
Erasing 256 Kibyte @ 4b80000 --  7 g 256 Kibyte @ 4bc0000 --  7 omplete.
Erasing 256 Kibyte @ 4c00000 --  7 256 Kibyte @ 4c40000 --  7 plete.
Erasing 256 Kibyte @ 4c80000 --  7 6 Kibyte @ 4cc0000 --  7 ete.
Erasing 256 Kibyte @ 4d00000 --  7 Kibyte @ 4d40000 --  7 e.
Erasing 256 Kibyte @ 4d80000 --  7 byte @ 4dc0000 --  7
Erasing 256 Kibyte @ 4e00000 --  7 te @ 4e40000 --  7 rasing 256 Kibyte @ 4e80000 --  7  @ 4ec0000 --  7 sing 256 Kibyte @ 4f00000 --  7  4f40000 --  7 ng 256 Kibyte @ 4f80000 --  7 complete.
Erasing 256 Kibyte @ 4fc0000 --  7  256 Kibyte @ 5000000 --  7 mplete.
Erasing 256 Kibyte @ 5040000 --  7 56 Kibyte @ 5080000 --  7 lete.
Erasing 256 Kibyte @ 50c0000 --  7  Kibyte @ 5100000 --  7 te.
Erasing 256 Kibyte @ 5140000 --  7 ibyte @ 5180000 --  8 .
Erasing 256 Kibyte @ 51c0000 --  8 yte @ 5200000 --  8 Erasing 256 Kibyte @ 5240000 --  8 e @ 5280000 --  8 asing 256 Kibyte @ 52c0000 --  8 @ 5300000 --  8 ing 256 Kibyte @ 5340000 --  8  complete.
Erasing 256 Kibyte @ 5380000 --  8 g 256 Kibyte @ 53c0000 --  8 omplete.
Erasing 256 Kibyte @ 5400000 --  8 256 Kibyte @ 5440000 --  8 plete.
Erasing 256 Kibyte @ 5480000 --  8 6 Kibyte @ 54c0000 --  8 ete.
Erasing 256 Kibyte @ 5500000 --  8 Kibyte @ 5540000 --  8 e.
Erasing 256 Kibyte @ 5580000 --  8 byte @ 55c0000 --  8
Erasing 256 Kibyte @ 5600000 --  8 te @ 5640000 --  8 rasing 256 Kibyte @ 5680000 --  8  @ 56c0000 --  8 sing 256 Kibyte @ 5700000 --  8  5740000 --  8 ng 256 Kibyte @ 5780000 --  8 complete.
Erasing 256 Kibyte @ 57c0000 --  8  256 Kibyte @ 5800000 --  8 mplete.
Erasing 256 Kibyte @ 5840000 --  8 56 Kibyte @ 5880000 --  8 lete.
Erasing 256 Kibyte @ 58c0000 --  8  Kibyte @ 5900000 --  8 te.
Erasing 256 Kibyte @ 5940000 --  8 ibyte @ 5980000 --  8 .
Erasing 256 Kibyte @ 59c0000 --  8 yte @ 5a00000 --  8 Erasing 256 Kibyte @ 5a40000 --  8 e @ 5a80000 --  8 asing 256 Kibyte @ 5ac0000 --  8 @ 5b00000 --  8 ing 256 Kibyte @ 5b40000 --  8  complete.
Erasing 256 Kibyte @ 5b80000 --  9 g 256 Kibyte @ 5bc0000 --  9 omplete.
Erasing 256 Kibyte @ 5c00000 --  9 256 Kibyte @ 5c40000 --  9 plete.
Erasing 256 Kibyte @ 5c80000 --  9 6 Kibyte @ 5cc0000 --  9 ete.
Erasing 256 Kibyte @ 5d00000 --  9 Kibyte @ 5d40000 --  9 e.
Erasing 256 Kibyte @ 5d80000 --  9 byte @ 5dc0000 --  9
Erasing 256 Kibyte @ 5e00000 --  9 te @ 5e40000 --  9 rasing 256 Kibyte @ 5e80000 --  9  @ 5ec0000 --  9 sing 256 Kibyte @ 5f00000 --  9  5f40000 --  9 ng 256 Kibyte @ 5f80000 --  9 complete.
Erasing 256 Kibyte @ 5fc0000 --  9  256 Kibyte @ 6000000 --  9 mplete.
Erasing 256 Kibyte @ 6040000 --  9 56 Kibyte @ 6080000 --  9 lete.
Erasing 256 Kibyte @ 60c0000 --  9  Kibyte @ 6100000 --  9 te.
Erasing 256 Kibyte @ 6140000 --  9 ibyte @ 6180000 --  9 .
Erasing 256 Kibyte @ 61c0000 --  9 yte @ 6200000 --  9 Erasing 256 Kibyte @ 6240000 --  9 e @ 6280000 --  9 asing 256 Kibyte @ 62c0000 --  9 @ 6300000 --  9 ing 256 Kibyte @ 6340000 --  9  complete.
Erasing 256 Kibyte @ 6380000 --  9 g 256 Kibyte @ 63c0000 --  9 omplete.
Erasing 256 Kibyte @ 6400000 --  9 256 Kibyte @ 6440000 --  9 plete.
Erasing 256 Kibyte @ 6480000 --  9 6 Kibyte @ 64c0000 --  9 ete.
Erasing 256 Kibyte @ 6500000 --  9 Kibyte @ 6540000 --  9 e.
Erasing 256 Kibyte @ 6580000 --  9 byte @ 65c0000 -- 10
Erasing 256 Kibyte @ 6600000 -- 10 te @ 6640000 -- 10 rasing 256 Kibyte @ 6680000 -- 10  @ 66c0000 -- 10 sing 256 Kibyte @ 6700000 -- 10  6740000 -- 10 ng 256 Kibyte @ 6780000 -- 10 complete.
Erasing 256 Kibyte @ 67c0000 -- 10  256 Kibyte @ 6800000 -- 10 mplete.
Erasing 256 Kibyte @ 6840000 -- 10 56 Kibyte @ 6880000 -- 10 lete.
Erasing 256 Kibyte @ 68c0000 -- 10  Kibyte @ 6900000 -- 10 te.
Erasing 256 Kibyte @ 6940000 -- 10 ibyte @ 6980000 -- 10 .
Erasing 256 Kibyte @ 69c0000 -- 10 yte @ 6a00000 -- 10 Erasing 256 Kibyte @ 6a40000 -- 10 e @ 6a80000 -- 10 asing 256 Kibyte @ 6ac0000 -- 10 @ 6b00000 -- 10 ing 256 Kibyte @ 6b40000 -- 10  complete.
Erasing 256 Kibyte @ 6b80000 -- 10 g 256 Kibyte @ 6bc0000 -- 10 omplete.
Erasing 256 Kibyte @ 6c00000 -- 10 256 Kibyte @ 6c40000 -- 10 plete.
Erasing 256 Kibyte @ 6c80000 -- 10 6 Kibyte @ 6cc0000 -- 10 ete.
Erasing 256 Kibyte @ 6d00000 -- 10 Kibyte @ 6d40000 -- 10 e.
Erasing 256 Kibyte @ 6d80000 -- 10 byte @ 6dc0000 -- 10
Erasing 256 Kibyte @ 6e00000 -- 10 te @ 6e40000 -- 10 rasing 256 Kibyte @ 6e80000 -- 10  @ 6ec0000 -- 10 sing 256 Kibyte @ 6f00000 -- 10  6f40000 -- 10 ng 256 Kibyte @ 6f80000 -- 10 complete.
Erasing 256 Kibyte @ 6fc0000 -- 10  256 Kibyte @ 7000000 -- 11 mplete.
Erasing 256 Kibyte @ 7040000 -- 11 56 Kibyte @ 7080000 -- 11 lete.
Erasing 256 Kibyte @ 70c0000 -- 11  Kibyte @ 7100000 -- 11 te.
Erasing 256 Kibyte @ 7140000 -- 11 ibyte @ 7180000 -- 11 .
Erasing 256 Kibyte @ 71c0000 -- 11 yte @ 7200000 -- 11 Erasing 256 Kibyte @ 7240000 -- 11 e @ 7280000 -- 11 asing 256 Kibyte @ 72c0000 -- 11 @ 7300000 -- 11 ing 256 Kibyte @ 7340000 -- 11  complete.
Erasing 256 Kibyte @ 7380000 -- 11 g 256 Kibyte @ 73c0000 -- 11 omplete.
Erasing 256 Kibyte @ 7400000 -- 11 256 Kibyte @ 7440000 -- 11 plete.
Erasing 256 Kibyte @ 7480000 -- 11 6 Kibyte @ 74c0000 -- 11 ete.
Erasing 256 Kibyte @ 7500000 -- 11 Kibyte @ 7540000 -- 11 e.
Erasing 256 Kibyte @ 7580000 -- 11 byte @ 75c0000 -- 11
Erasing 256 Kibyte @ 7600000 -- 11 te @ 7640000 -- 11 rasing 256 Kibyte @ 7680000 -- 11  @ 76c0000 -- 11 sing 256 Kibyte @ 7700000 -- 11  7740000 -- 11 ng 256 Kibyte @ 7780000 -- 11 complete.
Erasing 256 Kibyte @ 77c0000 -- 11  256 Kibyte @ 7800000 -- 11 mplete.
Erasing 256 Kibyte @ 7840000 -- 11 56 Kibyte @ 7880000 -- 11 lete.
Erasing 256 Kibyte @ 78c0000 -- 11  Kibyte @ 7900000 -- 11 te.
Erasing 256 Kibyte @ 7940000 -- 11 ibyte @ 7980000 -- 11 .
Erasing 256 Kibyte @ 79c0000 -- 11 yte @ 7a00000 -- 12 Erasing 256 Kibyte @ 7a40000 -- 12 e @ 7a80000 -- 12 asing 256 Kibyte @ 7ac0000 -- 12 @ 7b00000 -- 12 ing 256 Kibyte @ 7b40000 -- 12  complete.
Erasing 256 Kibyte @ 7b80000 -- 12 g 256 Kibyte @ 7bc0000 -- 12 omplete.
Erasing 256 Kibyte @ 7c00000 -- 12 256 Kibyte @ 7c40000 -- 12 plete.
Erasing 256 Kibyte @ 7c80000 -- 12 6 Kibyte @ 7cc0000 -- 12 ete.
Erasing 256 Kibyte @ 7d00000 -- 12 Kibyte @ 7d40000 -- 12 e.
Erasing 256 Kibyte @ 7d80000 -- 12 byte @ 7dc0000 -- 12
Erasing 256 Kibyte @ 7e00000 -- 12 te @ 7e40000 -- 12 rasing 256 Kibyte @ 7e80000 -- 12  @ 7ec0000 -- 12 sing 256 Kibyte @ 7f00000 -- 12  7f40000 -- 12 ng 256 Kibyte @ 7f80000 -- 12 complete.
Erasing 256 Kibyte @ 7fc0000 -- 12  256 Kibyte @ 8000000 -- 12 mplete.
Erasing 256 Kibyte @ 8040000 -- 12 56 Kibyte @ 8080000 -- 12 lete.
Erasing 256 Kibyte @ 80c0000 -- 12  Kibyte @ 8100000 -- 12 te.
Erasing 256 Kibyte @ 8140000 -- 12 ibyte @ 8180000 -- 12 .
Erasing 256 Kibyte @ 81c0000 -- 12 yte @ 8200000 -- 12 Erasing 256 Kibyte @ 8240000 -- 12 e @ 8280000 -- 12 asing 256 Kibyte @ 82c0000 -- 12 @ 8300000 -- 12 ing 256 Kibyte @ 8340000 -- 12  complete.
Erasing 256 Kibyte @ 8380000 -- 12 g 256 Kibyte @ 83c0000 -- 12 omplete.
Erasing 256 Kibyte @ 8400000 -- 12 256 Kibyte @ 8440000 -- 13 plete.
Erasing 256 Kibyte @ 8480000 -- 13 6 Kibyte @ 84c0000 -- 13 ete.
Erasing 256 Kibyte @ 8500000 -- 13 Kibyte @ 8540000 -- 13 e.
Erasing 256 Kibyte @ 8580000 -- 13 byte @ 85c0000 -- 13
Erasing 256 Kibyte @ 8600000 -- 13 te @ 8640000 -- 13 rasing 256 Kibyte @ 8680000 -- 13  @ 86c0000 -- 13 sing 256 Kibyte @ 8700000 -- 13  8740000 -- 13 ng 256 Kibyte @ 8780000 -- 13 complete.
Erasing 256 Kibyte @ 87c0000 -- 13  256 Kibyte @ 8800000 -- 13 mplete.
Erasing 256 Kibyte @ 8840000 -- 13 56 Kibyte @ 8880000 -- 13 lete.
Erasing 256 Kibyte @ 88c0000 -- 13  Kibyte @ 8900000 -- 13 te.
Erasing 256 Kibyte @ 8940000 -- 13 ibyte @ 8980000 -- 13 .
Erasing 256 Kibyte @ 89c0000 -- 13 yte @ 8a00000 -- 13 Erasing 256 Kibyte @ 8a40000 -- 13 e @ 8a80000 -- 13 asing 256 Kibyte @ 8ac0000 -- 13 @ 8b00000 -- 13 ing 256 Kibyte @ 8b40000 -- 13  complete.
Erasing 256 Kibyte @ 8b80000 -- 13 g 256 Kibyte @ 8bc0000 -- 13 omplete.
Erasing 256 Kibyte @ 8c00000 -- 13 256 Kibyte @ 8c40000 -- 13 plete.
Erasing 256 Kibyte @ 8c80000 -- 13 6 Kibyte @ 8cc0000 -- 13 ete.
Erasing 256 Kibyte @ 8d00000 -- 13 Kibyte @ 8d40000 -- 13 e.
Erasing 256 Kibyte @ 8d80000 -- 13 byte @ 8dc0000 -- 13
Erasing 256 Kibyte @ 8e00000 -- 13 te @ 8e40000 -- 14 rasing 256 Kibyte @ 8e80000 -- 14  @ 8ec0000 -- 14 sing 256 Kibyte @ 8f00000 -- 14  8f40000 -- 14 ng 256 Kibyte @ 8f80000 -- 14 complete.
Erasing 256 Kibyte @ 8fc0000 -- 14  256 Kibyte @ 9000000 -- 14 mplete.
Erasing 256 Kibyte @ 9040000 -- 14 56 Kibyte @ 9080000 -- 14 lete.
Erasing 256 Kibyte @ 90c0000 -- 14  Kibyte @ 9100000 -- 14 te.
Erasing 256 Kibyte @ 9140000 -- 14 ibyte @ 9180000 -- 14 .
Erasing 256 Kibyte @ 91c0000 -- 14 yte @ 9200000 -- 14 Erasing 256 Kibyte @ 9240000 -- 14 e @ 9280000 -- 14 asing 256 Kibyte @ 92c0000 -- 14 @ 9300000 -- 14 ing 256 Kibyte @ 9340000 -- 14  complete.
Erasing 256 Kibyte @ 9380000 -- 14 g 256 Kibyte @ 93c0000 -- 14 omplete.
Erasing 256 Kibyte @ 9400000 -- 14 256 Kibyte @ 9440000 -- 14 plete.
Erasing 256 Kibyte @ 9480000 -- 14 6 Kibyte @ 94c0000 -- 14 ete.
Erasing 256 Kibyte @ 9500000 -- 14 Kibyte @ 9540000 -- 14 e.
Erasing 256 Kibyte @ 9580000 -- 14 byte @ 95c0000 -- 14
Erasing 256 Kibyte @ 9600000 -- 14 te @ 9640000 -- 14 rasing 256 Kibyte @ 9680000 -- 14  @ 96c0000 -- 14 sing 256 Kibyte @ 9700000 -- 14  9740000 -- 14 ng 256 Kibyte @ 9780000 -- 14 complete.
Erasing 256 Kibyte @ 97c0000 -- 14  256 Kibyte @ 9800000 -- 14 mplete.
Erasing 256 Kibyte @ 9840000 -- 14 56 Kibyte @ 9880000 -- 15 lete.
Erasing 256 Kibyte @ 98c0000 -- 15  Kibyte @ 9900000 -- 15 te.
Erasing 256 Kibyte @ 9940000 -- 15 ibyte @ 9980000 -- 15 .
Erasing 256 Kibyte @ 99c0000 -- 15 yte @ 9a00000 -- 15 Erasing 256 Kibyte @ 9a40000 -- 15 e @ 9a80000 -- 15 asing 256 Kibyte @ 9ac0000 -- 15 @ 9b00000 -- 15 ing 256 Kibyte @ 9b40000 -- 15  complete.
Erasing 256 Kibyte @ 9b80000 -- 15 g 256 Kibyte @ 9bc0000 -- 15 omplete.
Erasing 256 Kibyte @ 9c00000 -- 15 256 Kibyte @ 9c40000 -- 15 plete.
Erasing 256 Kibyte @ 9c80000 -- 15 6 Kibyte @ 9cc0000 -- 15 ete.
Erasing 256 Kibyte @ 9d00000 -- 15 Kibyte @ 9d40000 -- 15 e.
Erasing 256 Kibyte @ 9d80000 -- 15 byte @ 9dc0000 -- 15
Erasing 256 Kibyte @ 9e00000 -- 15 te @ 9e40000 -- 15 rasing 256 Kibyte @ 9e80000 -- 15  @ 9ec0000 -- 15 sing 256 Kibyte @ 9f00000 -- 15  9f40000 -- 15 ng 256 Kibyte @ 9f80000 -- 15 complete.
Erasing 256 Kibyte @ 9fc0000 -- 15  256 Kibyte @ a000000 -- 15 mplete.
Erasing 256 Kibyte @ a040000 -- 15 56 Kibyte @ a080000 -- 15 lete.
Erasing 256 Kibyte @ a0c0000 -- 15  Kibyte @ a100000 -- 15 te.
Erasing 256 Kibyte @ a140000 -- 15 ibyte @ a180000 -- 15 .
Erasing 256 Kibyte @ a1c0000 -- 15 yte @ a200000 -- 15 Erasing 256 Kibyte @ a240000 -- 15 e @ a280000 -- 15 asing 256 Kibyte @ a2c0000 -- 16 @ a300000 -- 16 ing 256 Kibyte @ a340000 -- 16  complete.
Erasing 256 Kibyte @ a380000 -- 16 g 256 Kibyte @ a3c0000 -- 16 omplete.
Erasing 256 Kibyte @ a400000 -- 16 256 Kibyte @ a440000 -- 16 plete.
Erasing 256 Kibyte @ a480000 -- 16 6 Kibyte @ a4c0000 -- 16 ete.
Erasing 256 Kibyte @ a500000 -- 16 Kibyte @ a540000 -- 16 e.
Erasing 256 Kibyte @ a580000 -- 16 byte @ a5c0000 -- 16
Erasing 256 Kibyte @ a600000 -- 16 te @ a640000 -- 16 rasing 256 Kibyte @ a680000 -- 16  @ a6c0000 -- 16 sing 256 Kibyte @ a700000 -- 16  a740000 -- 16 ng 256 Kibyte @ a780000 -- 16 complete.
Erasing 256 Kibyte @ a7c0000 -- 16  256 Kibyte @ a800000 -- 16 mplete.
Erasing 256 Kibyte @ a840000 -- 16 56 Kibyte @ a880000 -- 16 lete.
Erasing 256 Kibyte @ a8c0000 -- 16  Kibyte @ a900000 -- 16 te.
Erasing 256 Kibyte @ a940000 -- 16 ibyte @ a980000 -- 16 .
Erasing 256 Kibyte @ a9c0000 -- 16 yte @ aa00000 -- 16 Erasing 256 Kibyte @ aa40000 -- 16 e @ aa80000 -- 16 asing 256 Kibyte @ aac0000 -- 16 @ ab00000 -- 16 ing 256 Kibyte @ ab40000 -- 16  complete.
Erasing 256 Kibyte @ ab80000 -- 16 g 256 Kibyte @ abc0000 -- 16 omplete.
Erasing 256 Kibyte @ ac00000 -- 16 256 Kibyte @ ac40000 -- 16 plete.
Erasing 256 Kibyte @ ac80000 -- 16 6 Kibyte @ acc0000 -- 17 ete.
Erasing 256 Kibyte @ ad00000 -- 17 Kibyte @ ad40000 -- 17 e.
Erasing 256 Kibyte @ ad80000 -- 17 byte @ adc0000 -- 17
Erasing 256 Kibyte @ ae00000 -- 17 te @ ae40000 -- 17 rasing 256 Kibyte @ ae80000 -- 17  @ aec0000 -- 17 sing 256 Kibyte @ af00000 -- 17  af40000 -- 17 ng 256 Kibyte @ af80000 -- 17 complete.
Erasing 256 Kibyte @ afc0000 -- 17  256 Kibyte @ b000000 -- 17 mplete.
Erasing 256 Kibyte @ b040000 -- 17 56 Kibyte @ b080000 -- 17 lete.
Erasing 256 Kibyte @ b0c0000 -- 17  Kibyte @ b100000 -- 17 te.
Erasing 256 Kibyte @ b140000 -- 17 ibyte @ b180000 -- 17 .
Erasing 256 Kibyte @ b1c0000 -- 17 yte @ b200000 -- 17 Erasing 256 Kibyte @ b240000 -- 17 e @ b280000 -- 17 asing 256 Kibyte @ b2c0000 -- 17 @ b300000 -- 17 ing 256 Kibyte @ b340000 -- 17  complete.
Erasing 256 Kibyte @ b380000 -- 17 g 256 Kibyte @ b3c0000 -- 17 omplete.
Erasing 256 Kibyte @ b400000 -- 17 256 Kibyte @ b440000 -- 17 plete.
Erasing 256 Kibyte @ b480000 -- 17 6 Kibyte @ b4c0000 -- 17 ete.
Erasing 256 Kibyte @ b500000 -- 17 Kibyte @ b540000 -- 17 e.
Erasing 256 Kibyte @ b580000 -- 17 byte @ b5c0000 -- 17
Erasing 256 Kibyte @ b600000 -- 17 te @ b640000 -- 17 rasing 256 Kibyte @ b680000 -- 17  @ b6c0000 -- 17 sing 256 Kibyte @ b700000 -- 18  b740000 -- 18 ng 256 Kibyte @ b780000 -- 18 complete.
Erasing 256 Kibyte @ b7c0000 -- 18  256 Kibyte @ b800000 -- 18 mplete.
Erasing 256 Kibyte @ b840000 -- 18 56 Kibyte @ b880000 -- 18 lete.
Erasing 256 Kibyte @ b8c0000 -- 18  Kibyte @ b900000 -- 18 te.
Erasing 256 Kibyte @ b940000 -- 18 ibyte @ b980000 -- 18 .
Erasing 256 Kibyte @ b9c0000 -- 18 yte @ ba00000 -- 18 Erasing 256 Kibyte @ ba40000 -- 18 e @ ba80000 -- 18 asing 256 Kibyte @ bac0000 -- 18 @ bb00000 -- 18 ing 256 Kibyte @ bb40000 -- 18  complete.
Erasing 256 Kibyte @ bb80000 -- 18 g 256 Kibyte @ bbc0000 -- 18 omplete.
Erasing 256 Kibyte @ bc00000 -- 18 256 Kibyte @ bc40000 -- 18 plete.
Erasing 256 Kibyte @ bc80000 -- 18 6 Kibyte @ bcc0000 -- 18 ete.
Erasing 256 Kibyte @ bd00000 -- 18 Kibyte @ bd40000 -- 18 e.
Erasing 256 Kibyte @ bd80000 -- 18 byte @ bdc0000 -- 18
Erasing 256 Kibyte @ be00000 -- 18 te @ be40000 -- 18 rasing 256 Kibyte @ be80000 -- 18  @ bec0000 -- 18 sing 256 Kibyte @ bf00000 -- 18  bf40000 -- 18 ng 256 Kibyte @ bf80000 -- 18 complete.
Erasing 256 Kibyte @ bfc0000 -- 18  256 Kibyte @ c000000 -- 18 mplete.
Erasing 256 Kibyte @ c040000 -- 18 56 Kibyte @ c080000 -- 18 lete.
Erasing 256 Kibyte @ c0c0000 -- 18  Kibyte @ c100000 -- 18 te.
Erasing 256 Kibyte @ c140000 -- 19 ibyte @ c180000 -- 19 .
Erasing 256 Kibyte @ c1c0000 -- 19 yte @ c200000 -- 19 Erasing 256 Kibyte @ c240000 -- 19 e @ c280000 -- 19 asing 256 Kibyte @ c2c0000 -- 19 @ c300000 -- 19 ing 256 Kibyte @ c340000 -- 19  complete.
Erasing 256 Kibyte @ c380000 -- 19 g 256 Kibyte @ c3c0000 -- 19 omplete.
Erasing 256 Kibyte @ c400000 -- 19 256 Kibyte @ c440000 -- 19 plete.
Erasing 256 Kibyte @ c480000 -- 19 6 Kibyte @ c4c0000 -- 19 ete.
Erasing 256 Kibyte @ c500000 -- 19 Kibyte @ c540000 -- 19 e.
Erasing 256 Kibyte @ c580000 -- 19 byte @ c5c0000 -- 19
Erasing 256 Kibyte @ c600000 -- 19 te @ c640000 -- 19 rasing 256 Kibyte @ c680000 -- 19  @ c6c0000 -- 19 sing 256 Kibyte @ c700000 -- 19  c740000 -- 19 ng 256 Kibyte @ c780000 -- 19 complete.
Erasing 256 Kibyte @ c7c0000 -- 19  256 Kibyte @ c800000 -- 19 mplete.
Erasing 256 Kibyte @ c840000 -- 19 56 Kibyte @ c880000 -- 19 lete.
Erasing 256 Kibyte @ c8c0000 -- 19  Kibyte @ c900000 -- 19 te.
Erasing 256 Kibyte @ c940000 -- 19 ibyte @ c980000 -- 19 .
Erasing 256 Kibyte @ c9c0000 -- 19 yte @ ca00000 -- 19 Erasing 256 Kibyte @ ca40000 -- 19 e @ ca80000 -- 19 asing 256 Kibyte @ cac0000 -- 19 @ cb00000 -- 19 ing 256 Kibyte @ cb40000 -- 20  complete.
Erasing 256 Kibyte @ cb80000 -- 20 g 256 Kibyte @ cbc0000 -- 20 omplete.
Erasing 256 Kibyte @ cc00000 -- 20 256 Kibyte @ cc40000 -- 20 plete.
Erasing 256 Kibyte @ cc80000 -- 20 6 Kibyte @ ccc0000 -- 20 ete.
Erasing 256 Kibyte @ cd00000 -- 20 Kibyte @ cd40000 -- 20 e.
Erasing 256 Kibyte @ cd80000 -- 20 byte @ cdc0000 -- 20
Erasing 256 Kibyte @ ce00000 -- 20 te @ ce40000 -- 20 rasing 256 Kibyte @ ce80000 -- 20  @ cec0000 -- 20 sing 256 Kibyte @ cf00000 -- 20  cf40000 -- 20 ng 256 Kibyte @ cf80000 -- 20 complete.
Erasing 256 Kibyte @ cfc0000 -- 20  256 Kibyte @ d000000 -- 20 mplete.
Erasing 256 Kibyte @ d040000 -- 20 56 Kibyte @ d080000 -- 20 lete.
Erasing 256 Kibyte @ d0c0000 -- 20  Kibyte @ d100000 -- 20 te.
Erasing 256 Kibyte @ d140000 -- 20 ibyte @ d180000 -- 20 .
Erasing 256 Kibyte @ d1c0000 -- 20 yte @ d200000 -- 20 Erasing 256 Kibyte @ d240000 -- 20 e @ d280000 -- 20 asing 256 Kibyte @ d2c0000 -- 20 @ d300000 -- 20 ing 256 Kibyte @ d340000 -- 20  complete.
Erasing 256 Kibyte @ d380000 -- 20 g 256 Kibyte @ d3c0000 -- 20 omplete.
Erasing 256 Kibyte @ d400000 -- 20 256 Kibyte @ d440000 -- 20 plete.
Erasing 256 Kibyte @ d480000 -- 20 6 Kibyte @ d4c0000 -- 20 ete.
Erasing 256 Kibyte @ d500000 -- 20 Kibyte @ d540000 -- 20 e.
Erasing 256 Kibyte @ d580000 -- 21 byte @ d5c0000 -- 21
Erasing 256 Kibyte @ d600000 -- 21 te @ d640000 -- 21 rasing 256 Kibyte @ d680000 -- 21  @ d6c0000 -- 21 sing 256 Kibyte @ d700000 -- 21  d740000 -- 21 ng 256 Kibyte @ d780000 -- 21 complete.
Erasing 256 Kibyte @ d7c0000 -- 21  256 Kibyte @ d800000 -- 21 mplete.
Erasing 256 Kibyte @ d840000 -- 21 56 Kibyte @ d880000 -- 21 lete.
Erasing 256 Kibyte @ d8c0000 -- 21  Kibyte @ d900000 -- 21 te.
Erasing 256 Kibyte @ d940000 -- 21 ibyte @ d980000 -- 21 .
Erasing 256 Kibyte @ d9c0000 -- 21 yte @ da00000 -- 21 Erasing 256 Kibyte @ da40000 -- 21 e @ da80000 -- 21 asing 256 Kibyte @ dac0000 -- 21 @ db00000 -- 21 ing 256 Kibyte @ db40000 -- 21  complete.
Erasing 256 Kibyte @ db80000 -- 21 g 256 Kibyte @ dbc0000 -- 21 omplete.
Erasing 256 Kibyte @ dc00000 -- 21 256 Kibyte @ dc40000 -- 21 plete.
Erasing 256 Kibyte @ dc80000 -- 21 6 Kibyte @ dcc0000 -- 21 ete.
Erasing 256 Kibyte @ dd00000 -- 21 Kibyte @ dd40000 -- 21 e.
Erasing 256 Kibyte @ dd80000 -- 21 byte @ ddc0000 -- 21
Erasing 256 Kibyte @ de00000 -- 21 te @ de40000 -- 21 rasing 256 Kibyte @ de80000 -- 21  @ dec0000 -- 21 sing 256 Kibyte @ df00000 -- 21  df40000 -- 21 ng 256 Kibyte @ df80000 -- 21 complete.
Erasing 256 Kibyte @ dfc0000 -- 22  256 Kibyte @ e000000 -- 22 mplete.
Erasing 256 Kibyte @ e040000 -- 22 56 Kibyte @ e080000 -- 22 lete.
Erasing 256 Kibyte @ e0c0000 -- 22  Kibyte @ e100000 -- 22 te.
Erasing 256 Kibyte @ e140000 -- 22 ibyte @ e180000 -- 22 .
Erasing 256 Kibyte @ e1c0000 -- 22 yte @ e200000 -- 22 Erasing 256 Kibyte @ e240000 -- 22 e @ e280000 -- 22 asing 256 Kibyte @ e2c0000 -- 22 @ e300000 -- 22 ing 256 Kibyte @ e340000 -- 22  complete.
Erasing 256 Kibyte @ e380000 -- 22 g 256 Kibyte @ e3c0000 -- 22 omplete.
Erasing 256 Kibyte @ e400000 -- 22 256 Kibyte @ e440000 -- 22 plete.
Erasing 256 Kibyte @ e480000 -- 22 6 Kibyte @ e4c0000 -- 22 ete.
Erasing 256 Kibyte @ e500000 -- 22 Kibyte @ e540000 -- 22 e.
Erasing 256 Kibyte @ e580000 -- 22 byte @ e5c0000 -- 22
Erasing 256 Kibyte @ e600000 -- 22 te @ e640000 -- 22 rasing 256 Kibyte @ e680000 -- 22  @ e6c0000 -- 22 sing 256 Kibyte @ e700000 -- 22  e740000 -- 22 ng 256 Kibyte @ e780000 -- 22 complete.
Erasing 256 Kibyte @ e7c0000 -- 22  256 Kibyte @ e800000 -- 22 mplete.
Erasing 256 Kibyte @ e840000 -- 22 56 Kibyte @ e880000 -- 22 lete.
Erasing 256 Kibyte @ e8c0000 -- 22  Kibyte @ e900000 -- 22 te.
Erasing 256 Kibyte @ e940000 -- 22 ibyte @ e980000 -- 22 .
Erasing 256 Kibyte @ e9c0000 -- 23 yte @ ea00000 -- 23 Erasing 256 Kibyte @ ea40000 -- 23 e @ ea80000 -- 23 asing 256 Kibyte @ eac0000 -- 23 @ eb00000 -- 23 ing 256 Kibyte @ eb40000 -- 23  complete.
Erasing 256 Kibyte @ eb80000 -- 23 g 256 Kibyte @ ebc0000 -- 23 omplete.
Erasing 256 Kibyte @ ec00000 -- 23 256 Kibyte @ ec40000 -- 23 plete.
Erasing 256 Kibyte @ ec80000 -- 23 6 Kibyte @ ecc0000 -- 23 ete.
Erasing 256 Kibyte @ ed00000 -- 23 Kibyte @ ed40000 -- 23 e.
Erasing 256 Kibyte @ ed80000 -- 23 byte @ edc0000 -- 23
Erasing 256 Kibyte @ ee00000 -- 23 te @ ee40000 -- 23 rasing 256 Kibyte @ ee80000 -- 23  @ eec0000 -- 23 sing 256 Kibyte @ ef00000 -- 23  ef40000 -- 23 ng 256 Kibyte @ ef80000 -- 23 complete.
Erasing 256 Kibyte @ efc0000 -- 23  256 Kibyte @ f000000 -- 23 mplete.
Erasing 256 Kibyte @ f040000 -- 23 56 Kibyte @ f080000 -- 23 lete.
Erasing 256 Kibyte @ f0c0000 -- 23  Kibyte @ f100000 -- 23 te.
Erasing 256 Kibyte @ f140000 -- 23 ibyte @ f180000 -- 23 .
Erasing 256 Kibyte @ f1c0000 -- 23 yte @ f200000 -- 23 Erasing 256 Kibyte @ f240000 -- 23 e @ f280000 -- 23 asing 256 Kibyte @ f2c0000 -- 23 @ f300000 -- 23 ing 256 Kibyte @ f340000 -- 23  complete.
Erasing 256 Kibyte @ f380000 -- 23 g 256 Kibyte @ f3c0000 -- 23 omplete.
Erasing 256 Kibyte @ f400000 -- 24 256 Kibyte @ f440000 -- 24 plete.
Erasing 256 Kibyte @ f480000 -- 24 6 Kibyte @ f4c0000 -- 24 ete.
Erasing 256 Kibyte @ f500000 -- 24 Kibyte @ f540000 -- 24 e.
Erasing 256 Kibyte @ f580000 -- 24 byte @ f5c0000 -- 24
Erasing 256 Kibyte @ f600000 -- 24 te @ f640000 -- 24 rasing 256 Kibyte @ f680000 -- 24  @ f6c0000 -- 24 sing 256 Kibyte @ f700000 -- 24  f740000 -- 24 ng 256 Kibyte @ f780000 -- 24 complete.
Erasing 256 Kibyte @ f7c0000 -- 24  256 Kibyte @ f800000 -- 24 mplete.
Erasing 256 Kibyte @ f840000 -- 24 56 Kibyte @ f880000 -- 24 lete.
Erasing 256 Kibyte @ f8c0000 -- 24  Kibyte @ f900000 -- 24 te.
Erasing 256 Kibyte @ f940000 -- 24 ibyte @ f980000 -- 24 .
Erasing 256 Kibyte @ f9c0000 -- 24 yte @ fa00000 -- 24 Erasing 256 Kibyte @ fa40000 -- 24 e @ fa80000 -- 24 asing 256 Kibyte @ fac0000 -- 24 @ fb00000 -- 24 ing 256 Kibyte @ fb40000 -- 24  complete.
Erasing 256 Kibyte @ fb80000 -- 24 g 256 Kibyte @ fbc0000 -- 24 omplete.
Erasing 256 Kibyte @ fc00000 -- 24 256 Kibyte @ fc40000 -- 24 plete.
Erasing 256 Kibyte @ fc80000 -- 24 6 Kibyte @ fcc0000 -- 24 ete.
Erasing 256 Kibyte @ fd00000 -- 24 Kibyte @ fd40000 -- 24 e.
Erasing 256 Kibyte @ fd80000 -- 24 byte @ fdc0000 -- 24
Erasing 256 Kibyte @ fe00000 -- 25 te @ fe40000 -- 25 rasing 256 Kibyte @ fe80000 -- 25  @ fec0000 -- 25 sing 256 Kibyte @ ff00000 -- 25  ff40000 -- 25 ng 256 Kibyte @ ff80000 -- 25 complete.
Erasing 256 Kibyte @ ffc0000 -- 25  256 Kibyte @ 10000000 -- 25 omplete.
Erasing 256 Kibyte @ 10040000 -- 25  256 Kibyte @ 10080000 -- 25 omplete.
Erasing 256 Kibyte @ 100c0000 -- 25  256 Kibyte @ 10100000 -- 25 omplete.
Erasing 256 Kibyte @ 10140000 -- 25  256 Kibyte @ 10180000 -- 25 omplete.
Erasing 256 Kibyte @ 101c0000 -- 25  256 Kibyte @ 10200000 -- 25 omplete.
Erasing 256 Kibyte @ 10240000 -- 25  256 Kibyte @ 10280000 -- 25 omplete.
Erasing 256 Kibyte @ 102c0000 -- 25  256 Kibyte @ 10300000 -- 25 omplete.
Erasing 256 Kibyte @ 10340000 -- 25  256 Kibyte @ 10380000 -- 25 omplete.
Erasing 256 Kibyte @ 103c0000 -- 25  256 Kibyte @ 10400000 -- 25 omplete.
Erasing 256 Kibyte @ 10440000 -- 25  256 Kibyte @ 10480000 -- 25 omplete.
Erasing 256 Kibyte @ 104c0000 -- 25  256 Kibyte @ 10500000 -- 25 omplete.
Erasing 256 Kibyte @ 10540000 -- 25  256 Kibyte @ 10580000 -- 25 omplete.
Erasing 256 Kibyte @ 105c0000 -- 25  256 Kibyte @ 10600000 -- 25 omplete.
Erasing 256 Kibyte @ 10640000 -- 25  256 Kibyte @ 10680000 -- 25 omplete.
Erasing 256 Kibyte @ 106c0000 -- 25  256 Kibyte @ 10700000 -- 25 omplete.
Erasing 256 Kibyte @ 10740000 -- 25  256 Kibyte @ 10780000 -- 25 omplete.
Erasing 256 Kibyte @ 107c0000 -- 25  256 Kibyte @ 10800000 -- 25 omplete.
Erasing 256 Kibyte @ 10840000 -- 26  256 Kibyte @ 10880000 -- 26 omplete.
Erasing 256 Kibyte @ 108c0000 -- 26  256 Kibyte @ 10900000 -- 26 omplete.
Erasing 256 Kibyte @ 10940000 -- 26  256 Kibyte @ 10980000 -- 26 omplete.
Erasing 256 Kibyte @ 109c0000 -- 26  256 Kibyte @ 10a00000 -- 26 omplete.
Erasing 256 Kibyte @ 10a40000 -- 26  256 Kibyte @ 10a80000 -- 26 omplete.
Erasing 256 Kibyte @ 10ac0000 -- 26  256 Kibyte @ 10b00000 -- 26 omplete.
Erasing 256 Kibyte @ 10b40000 -- 26  256 Kibyte @ 10b80000 -- 26 omplete.
Erasing 256 Kibyte @ 10bc0000 -- 26  256 Kibyte @ 10c00000 -- 26 omplete.
Erasing 256 Kibyte @ 10c40000 -- 26  256 Kibyte @ 10c80000 -- 26 omplete.
Erasing 256 Kibyte @ 10cc0000 -- 26  256 Kibyte @ 10d00000 -- 26 omplete.
Erasing 256 Kibyte @ 10d40000 -- 26  256 Kibyte @ 10d80000 -- 26 omplete.
Erasing 256 Kibyte @ 10dc0000 -- 26  256 Kibyte @ 10e00000 -- 26 omplete.
Erasing 256 Kibyte @ 10e40000 -- 26  256 Kibyte @ 10e80000 -- 26 omplete.
Erasing 256 Kibyte @ 10ec0000 -- 26  256 Kibyte @ 10f00000 -- 26 omplete.
Erasing 256 Kibyte @ 10f40000 -- 26  256 Kibyte @ 10f80000 -- 26 omplete.
Erasing 256 Kibyte @ 10fc0000 -- 26  256 Kibyte @ 11000000 -- 26 omplete.
Erasing 256 Kibyte @ 11040000 -- 26  256 Kibyte @ 11080000 -- 26 omplete.
Erasing 256 Kibyte @ 110c0000 -- 26  256 Kibyte @ 11100000 -- 26 omplete.
Erasing 256 Kibyte @ 11140000 -- 26  256 Kibyte @ 11180000 -- 26 omplete.
Erasing 256 Kibyte @ 111c0000 -- 26  256 Kibyte @ 11200000 -- 26 omplete.
Erasing 256 Kibyte @ 11240000 -- 26  256 Kibyte @ 11280000 -- 27 omplete.
Erasing 256 Kibyte @ 112c0000 -- 27  256 Kibyte @ 11300000 -- 27 omplete.
Erasing 256 Kibyte @ 11340000 -- 27  256 Kibyte @ 11380000 -- 27 omplete.
Erasing 256 Kibyte @ 113c0000 -- 27  256 Kibyte @ 11400000 -- 27 omplete.
Erasing 256 Kibyte @ 11440000 -- 27  256 Kibyte @ 11480000 -- 27 omplete.
Erasing 256 Kibyte @ 114c0000 -- 27  256 Kibyte @ 11500000 -- 27 omplete.
Erasing 256 Kibyte @ 11540000 -- 27  256 Kibyte @ 11580000 -- 27 omplete.
Erasing 256 Kibyte @ 115c0000 -- 27  256 Kibyte @ 11600000 -- 27 omplete.
Erasing 256 Kibyte @ 11640000 -- 27  256 Kibyte @ 11680000 -- 27 omplete.
Erasing 256 Kibyte @ 116c0000 -- 27  256 Kibyte @ 11700000 -- 27 omplete.
Erasing 256 Kibyte @ 11740000 -- 27  256 Kibyte @ 11780000 -- 27 omplete.
Erasing 256 Kibyte @ 117c0000 -- 27  256 Kibyte @ 11800000 -- 27 omplete.
Erasing 256 Kibyte @ 11840000 -- 27  256 Kibyte @ 11880000 -- 27 omplete.
Erasing 256 Kibyte @ 118c0000 -- 27  256 Kibyte @ 11900000 -- 27 omplete.
Erasing 256 Kibyte @ 11940000 -- 27  256 Kibyte @ 11980000 -- 27 omplete.
Erasing 256 Kibyte @ 119c0000 -- 27  256 Kibyte @ 11a00000 -- 27 omplete.
Erasing 256 Kibyte @ 11a40000 -- 27  256 Kibyte @ 11a80000 -- 27 omplete.
Erasing 256 Kibyte @ 11ac0000 -- 27  256 Kibyte @ 11b00000 -- 27 omplete.
Erasing 256 Kibyte @ 11b40000 -- 27  256 Kibyte @ 11b80000 -- 27 omplete.
Erasing 256 Kibyte @ 11bc0000 -- 27  256 Kibyte @ 11c00000 -- 27 omplete.
Erasing 256 Kibyte @ 11c40000 -- 27  256 Kibyte @ 11c80000 -- 28 omplete.
Erasing 256 Kibyte @ 11cc0000 -- 28  256 Kibyte @ 11d00000 -- 28 omplete.
Erasing 256 Kibyte @ 11d40000 -- 28  256 Kibyte @ 11d80000 -- 28 omplete.
Erasing 256 Kibyte @ 11dc0000 -- 28  256 Kibyte @ 11e00000 -- 28 omplete.
Erasing 256 Kibyte @ 11e40000 -- 28  256 Kibyte @ 11e80000 -- 28 omplete.
Erasing 256 Kibyte @ 11ec0000 -- 28  256 Kibyte @ 11f00000 -- 28 omplete.
Erasing 256 Kibyte @ 11f40000 -- 28  256 Kibyte @ 11f80000 -- 28 omplete.
Erasing 256 Kibyte @ 11fc0000 -- 28  256 Kibyte @ 12000000 -- 28 omplete.
Erasing 256 Kibyte @ 12040000 -- 28  256 Kibyte @ 12080000 -- 28 omplete.
Erasing 256 Kibyte @ 120c0000 -- 28  256 Kibyte @ 12100000 -- 28 omplete.
Erasing 256 Kibyte @ 12140000 -- 28  256 Kibyte @ 12180000 -- 28 omplete.
Erasing 256 Kibyte @ 121c0000 -- 28  256 Kibyte @ 12200000 -- 28 omplete.
Erasing 256 Kibyte @ 12240000 -- 28  256 Kibyte @ 12280000 -- 28 omplete.
Erasing 256 Kibyte @ 122c0000 -- 28  256 Kibyte @ 12300000 -- 28 omplete.
Erasing 256 Kibyte @ 12340000 -- 28  256 Kibyte @ 12380000 -- 28 omplete.
Erasing 256 Kibyte @ 123c0000 -- 28  256 Kibyte @ 12400000 -- 28 omplete.
Erasing 256 Kibyte @ 12440000 -- 28  256 Kibyte @ 12480000 -- 28 omplete.
Erasing 256 Kibyte @ 124c0000 -- 28  256 Kibyte @ 12500000 -- 28 omplete.
Erasing 256 Kibyte @ 12540000 -- 28  256 Kibyte @ 12580000 -- 28 omplete.
Erasing 256 Kibyte @ 125c0000 -- 28  256 Kibyte @ 12600000 -- 28 omplete.
Erasing 256 Kibyte @ 12640000 -- 28  256 Kibyte @ 12680000 -- 28 omplete.
Erasing 256 Kibyte @ 126c0000 -- 29  256 Kibyte @ 12700000 -- 29 omplete.
Erasing 256 Kibyte @ 12740000 -- 29  256 Kibyte @ 12780000 -- 29 omplete.
Erasing 256 Kibyte @ 127c0000 -- 29  256 Kibyte @ 12800000 -- 29 omplete.
Erasing 256 Kibyte @ 12840000 -- 29  256 Kibyte @ 12880000 -- 29 omplete.
Erasing 256 Kibyte @ 128c0000 -- 29  256 Kibyte @ 12900000 -- 29 omplete.
Erasing 256 Kibyte @ 12940000 -- 29  256 Kibyte @ 12980000 -- 29 omplete.
Erasing 256 Kibyte @ 129c0000 -- 29  256 Kibyte @ 12a00000 -- 29 omplete.
Erasing 256 Kibyte @ 12a40000 -- 29  256 Kibyte @ 12a80000 -- 29 omplete.
Erasing 256 Kibyte @ 12ac0000 -- 29  256 Kibyte @ 12b00000 -- 29 omplete.
Erasing 256 Kibyte @ 12b40000 -- 29  256 Kibyte @ 12b80000 -- 29 omplete.
Erasing 256 Kibyte @ 12bc0000 -- 29  256 Kibyte @ 12c00000 -- 29 omplete.
Erasing 256 Kibyte @ 12c40000 -- 29  256 Kibyte @ 12c80000 -- 29 omplete.
Erasing 256 Kibyte @ 12cc0000 -- 29  256 Kibyte @ 12d00000 -- 29 omplete.
Erasing 256 Kibyte @ 12d40000 -- 29  256 Kibyte @ 12d80000 -- 29 omplete.
Erasing 256 Kibyte @ 12dc0000 -- 29  256 Kibyte @ 12e00000 -- 29 omplete.
Erasing 256 Kibyte @ 12e40000 -- 29  256 Kibyte @ 12e80000 -- 29 omplete.
Erasing 256 Kibyte @ 12ec0000 -- 29  256 Kibyte @ 12f00000 -- 29 omplete.
Erasing 256 Kibyte @ 12f40000 -- 29  256 Kibyte @ 12f80000 -- 29 omplete.
Erasing 256 Kibyte @ 12fc0000 -- 29  256 Kibyte @ 13000000 -- 29 omplete.
Erasing 256 Kibyte @ 13040000 -- 29  256 Kibyte @ 13080000 -- 29 omplete.
Erasing 256 Kibyte @ 130c0000 -- 29  256 Kibyte @ 13100000 -- 30 omplete.
Erasing 256 Kibyte @ 13140000 -- 30  256 Kibyte @ 13180000 -- 30 omplete.
Erasing 256 Kibyte @ 131c0000 -- 30  256 Kibyte @ 13200000 -- 30 omplete.
Erasing 256 Kibyte @ 13240000 -- 30  256 Kibyte @ 13280000 -- 30 omplete.
Erasing 256 Kibyte @ 132c0000 -- 30  256 Kibyte @ 13300000 -- 30 omplete.
Erasing 256 Kibyte @ 13340000 -- 30  256 Kibyte @ 13380000 -- 30 omplete.
Erasing 256 Kibyte @ 133c0000 -- 30  256 Kibyte @ 13400000 -- 30 omplete.
Erasing 256 Kibyte @ 13440000 -- 30  256 Kibyte @ 13480000 -- 30 omplete.
Erasing 256 Kibyte @ 134c0000 -- 30  256 Kibyte @ 13500000 -- 30 omplete.
Erasing 256 Kibyte @ 13540000 -- 30  256 Kibyte @ 13580000 -- 30 omplete.
Erasing 256 Kibyte @ 135c0000 -- 30  256 Kibyte @ 13600000 -- 30 omplete.
Erasing 256 Kibyte @ 13640000 -- 30  256 Kibyte @ 13680000 -- 30 omplete.
Erasing 256 Kibyte @ 136c0000 -- 30  256 Kibyte @ 13700000 -- 30 omplete.
Erasing 256 Kibyte @ 13740000 -- 30  256 Kibyte @ 13780000 -- 30 omplete.
Erasing 256 Kibyte @ 137c0000 -- 30  256 Kibyte @ 13800000 -- 30 omplete.
Erasing 256 Kibyte @ 13840000 -- 30  256 Kibyte @ 13880000 -- 30 omplete.
Erasing 256 Kibyte @ 138c0000 -- 30  256 Kibyte @ 13900000 -- 30 omplete.
Erasing 256 Kibyte @ 13940000 -- 30  256 Kibyte @ 13980000 -- 30 omplete.
Erasing 256 Kibyte @ 139c0000 -- 30  256 Kibyte @ 13a00000 -- 30 omplete.
Erasing 256 Kibyte @ 13a40000 -- 30  256 Kibyte @ 13a80000 -- 30 omplete.
Erasing 256 Kibyte @ 13ac0000 -- 30  256 Kibyte @ 13b00000 -- 31 omplete.
Erasing 256 Kibyte @ 13b40000 -- 31  256 Kibyte @ 13b80000 -- 31 omplete.
Erasing 256 Kibyte @ 13bc0000 -- 31  256 Kibyte @ 13c00000 -- 31 omplete.
Erasing 256 Kibyte @ 13c40000 -- 31  256 Kibyte @ 13c80000 -- 31 omplete.
Erasing 256 Kibyte @ 13cc0000 -- 31  256 Kibyte @ 13d00000 -- 31 omplete.
Erasing 256 Kibyte @ 13d40000 -- 31  256 Kibyte @ 13d80000 -- 31 omplete.
Erasing 256 Kibyte @ 13dc0000 -- 31  256 Kibyte @ 13e00000 -- 31 omplete.
Erasing 256 Kibyte @ 13e40000 -- 31  256 Kibyte @ 13e80000 -- 31 omplete.
Erasing 256 Kibyte @ 13ec0000 -- 31  256 Kibyte @ 13f00000 -- 31 omplete.
Erasing 256 Kibyte @ 13f40000 -- 31  256 Kibyte @ 13f80000 -- 31 omplete.
Erasing 256 Kibyte @ 13fc0000 -- 31  256 Kibyte @ 14000000 -- 31 omplete.
Erasing 256 Kibyte @ 14040000 -- 31  256 Kibyte @ 14080000 -- 31 omplete.
Erasing 256 Kibyte @ 140c0000 -- 31  256 Kibyte @ 14100000 -- 31 omplete.
Erasing 256 Kibyte @ 14140000 -- 31  256 Kibyte @ 14180000 -- 31 omplete.
Erasing 256 Kibyte @ 141c0000 -- 31  256 Kibyte @ 14200000 -- 31 omplete.
Erasing 256 Kibyte @ 14240000 -- 31  256 Kibyte @ 14280000 -- 31 omplete.
Erasing 256 Kibyte @ 142c0000 -- 31  256 Kibyte @ 14300000 -- 31 omplete.
Erasing 256 Kibyte @ 14340000 -- 31  256 Kibyte @ 14380000 -- 31 omplete.
Erasing 256 Kibyte @ 143c0000 -- 31  256 Kibyte @ 14400000 -- 31 omplete.
Erasing 256 Kibyte @ 14440000 -- 31  256 Kibyte @ 14480000 -- 31 omplete.
Erasing 256 Kibyte @ 144c0000 -- 31  256 Kibyte @ 14500000 -- 31 omplete.
Erasing 256 Kibyte @ 14540000 -- 32  256 Kibyte @ 14580000 -- 32 omplete.
Erasing 256 Kibyte @ 145c0000 -- 32  256 Kibyte @ 14600000 -- 32 omplete.
Erasing 256 Kibyte @ 14640000 -- 32  256 Kibyte @ 14680000 -- 32 omplete.
Erasing 256 Kibyte @ 146c0000 -- 32  256 Kibyte @ 14700000 -- 32 omplete.
Erasing 256 Kibyte @ 14740000 -- 32  256 Kibyte @ 14780000 -- 32 omplete.
Erasing 256 Kibyte @ 147c0000 -- 32  256 Kibyte @ 14800000 -- 32 omplete.
Erasing 256 Kibyte @ 14840000 -- 32  256 Kibyte @ 14880000 -- 32 omplete.
Erasing 256 Kibyte @ 148c0000 -- 32  256 Kibyte @ 14900000 -- 32 omplete.
Erasing 256 Kibyte @ 14940000 -- 32  256 Kibyte @ 14980000 -- 32 omplete.
Erasing 256 Kibyte @ 149c0000 -- 32  256 Kibyte @ 14a00000 -- 32 omplete.
Erasing 256 Kibyte @ 14a40000 -- 32  256 Kibyte @ 14a80000 -- 32 omplete.
Erasing 256 Kibyte @ 14ac0000 -- 32  256 Kibyte @ 14b00000 -- 32 omplete.
Erasing 256 Kibyte @ 14b40000 -- 32  256 Kibyte @ 14b80000 -- 32 omplete.
Erasing 256 Kibyte @ 14bc0000 -- 32  256 Kibyte @ 14c00000 -- 32 omplete.
Erasing 256 Kibyte @ 14c40000 -- 32  256 Kibyte @ 14c80000 -- 32 omplete.
Erasing 256 Kibyte @ 14cc0000 -- 32  256 Kibyte @ 14d00000 -- 32 omplete.
Erasing 256 Kibyte @ 14d40000 -- 32  256 Kibyte @ 14d80000 -- 32 omplete.
Erasing 256 Kibyte @ 14dc0000 -- 32  256 Kibyte @ 14e00000 -- 32 omplete.
Erasing 256 Kibyte @ 14e40000 -- 32  256 Kibyte @ 14e80000 -- 32 omplete.
Erasing 256 Kibyte @ 14ec0000 -- 32  256 Kibyte @ 14f00000 -- 32 omplete.
Erasing 256 Kibyte @ 14f40000 -- 32  256 Kibyte @ 14f80000 -- 33 omplete.
Erasing 256 Kibyte @ 14fc0000 -- 33  256 Kibyte @ 15000000 -- 33 omplete.
Erasing 256 Kibyte @ 15040000 -- 33  256 Kibyte @ 15080000 -- 33 omplete.
Erasing 256 Kibyte @ 150c0000 -- 33  256 Kibyte @ 15100000 -- 33 omplete.
Erasing 256 Kibyte @ 15140000 -- 33  256 Kibyte @ 15180000 -- 33 omplete.
Erasing 256 Kibyte @ 151c0000 -- 33  256 Kibyte @ 15200000 -- 33 omplete.
Erasing 256 Kibyte @ 15240000 -- 33  256 Kibyte @ 15280000 -- 33 omplete.
Erasing 256 Kibyte @ 152c0000 -- 33  256 Kibyte @ 15300000 -- 33 omplete.
Erasing 256 Kibyte @ 15340000 -- 33  256 Kibyte @ 15380000 -- 33 omplete.
Erasing 256 Kibyte @ 153c0000 -- 33  256 Kibyte @ 15400000 -- 33 omplete.
Erasing 256 Kibyte @ 15440000 -- 33  256 Kibyte @ 15480000 -- 33 omplete.
Erasing 256 Kibyte @ 154c0000 -- 33  256 Kibyte @ 15500000 -- 33 omplete.
Erasing 256 Kibyte @ 15540000 -- 33  256 Kibyte @ 15580000 -- 33 omplete.
Erasing 256 Kibyte @ 155c0000 -- 33  256 Kibyte @ 15600000 -- 33 omplete.
Erasing 256 Kibyte @ 15640000 -- 33  256 Kibyte @ 15680000 -- 33 omplete.
Erasing 256 Kibyte @ 156c0000 -- 33  256 Kibyte @ 15700000 -- 33 omplete.
Erasing 256 Kibyte @ 15740000 -- 33  256 Kibyte @ 15780000 -- 33 omplete.
Erasing 256 Kibyte @ 157c0000 -- 33  256 Kibyte @ 15800000 -- 33 omplete.
Erasing 256 Kibyte @ 15840000 -- 33  256 Kibyte @ 15880000 -- 33 omplete.
Erasing 256 Kibyte @ 158c0000 -- 33  256 Kibyte @ 15900000 -- 33 omplete.
Erasing 256 Kibyte @ 15940000 -- 33  256 Kibyte @ 15980000 -- 34 omplete.
Erasing 256 Kibyte @ 159c0000 -- 34  256 Kibyte @ 15a00000 -- 34 omplete.
Erasing 256 Kibyte @ 15a40000 -- 34  256 Kibyte @ 15a80000 -- 34 omplete.
Erasing 256 Kibyte @ 15ac0000 -- 34  256 Kibyte @ 15b80000 -- 34 omplete.
Erasing 256 Kibyte @ 15bc0000 -- 34  256 Kibyte @ 15c00000 -- 34 omplete.
Erasing 256 Kibyte @ 15c40000 -- 34  256 Kibyte @ 15c80000 -- 34 omplete.
Erasing 256 Kibyte @ 15cc0000 -- 34  256 Kibyte @ 15d00000 -- 34 omplete.
Erasing 256 Kibyte @ 15d40000 -- 34  256 Kibyte @ 15d80000 -- 34 omplete.
Erasing 256 Kibyte @ 15dc0000 -- 34  256 Kibyte @ 15e00000 -- 34 omplete.
Erasing 256 Kibyte @ 15e40000 -- 34  256 Kibyte @ 15e80000 -- 34 omplete.
Erasing 256 Kibyte @ 15ec0000 -- 34  256 Kibyte @ 15f00000 -- 34 omplete.
Erasing 256 Kibyte @ 15f40000 -- 34  256 Kibyte @ 15f80000 -- 34 omplete.
Erasing 256 Kibyte @ 15fc0000 -- 34  256 Kibyte @ 16000000 -- 34 omplete.
Erasing 256 Kibyte @ 16040000 -- 34  256 Kibyte @ 16080000 -- 34 omplete.
Erasing 256 Kibyte @ 160c0000 -- 34  256 Kibyte @ 16100000 -- 34 omplete.
Erasing 256 Kibyte @ 16140000 -- 34  256 Kibyte @ 16180000 -- 34 omplete.
Erasing 256 Kibyte @ 161c0000 -- 34  256 Kibyte @ 16200000 -- 34 omplete.
Erasing 256 Kibyte @ 16240000 -- 34  256 Kibyte @ 16280000 -- 34 omplete.
Erasing 256 Kibyte @ 162c0000 -- 34  256 Kibyte @ 16300000 -- 34 omplete.
Erasing 256 Kibyte @ 16340000 -- 34  256 Kibyte @ 16380000 -- 34 omplete.
Erasing 256 Kibyte @ 163c0000 -- 35  256 Kibyte @ 16400000 -- 35 omplete.
Erasing 256 Kibyte @ 16440000 -- 35  256 Kibyte @ 16480000 -- 35 omplete.
Erasing 256 Kibyte @ 164c0000 -- 35  256 Kibyte @ 16500000 -- 35 omplete.
Erasing 256 Kibyte @ 16540000 -- 35  256 Kibyte @ 16580000 -- 35 omplete.
Erasing 256 Kibyte @ 165c0000 -- 35  256 Kibyte @ 16600000 -- 35 omplete.
Erasing 256 Kibyte @ 16640000 -- 35  256 Kibyte @ 16680000 -- 35 omplete.
Erasing 256 Kibyte @ 166c0000 -- 35  256 Kibyte @ 16700000 -- 35 omplete.
Erasing 256 Kibyte @ 16740000 -- 35  256 Kibyte @ 16780000 -- 35 omplete.
Erasing 256 Kibyte @ 167c0000 -- 35  256 Kibyte @ 16800000 -- 35 omplete.
Erasing 256 Kibyte @ 16840000 -- 35  256 Kibyte @ 16880000 -- 35 omplete.
Erasing 256 Kibyte @ 168c0000 -- 35  256 Kibyte @ 16900000 -- 35 omplete.
Erasing 256 Kibyte @ 16940000 -- 35  256 Kibyte @ 16980000 -- 35 omplete.
Erasing 256 Kibyte @ 169c0000 -- 35  256 Kibyte @ 16a00000 -- 35 omplete.
Erasing 256 Kibyte @ 16a40000 -- 35  256 Kibyte @ 16a80000 -- 35 omplete.
Erasing 256 Kibyte @ 16ac0000 -- 35  256 Kibyte @ 16b00000 -- 35 omplete.
Erasing 256 Kibyte @ 16b40000 -- 35  256 Kibyte @ 16b80000 -- 35 omplete.
Erasing 256 Kibyte @ 16bc0000 -- 35  256 Kibyte @ 16c00000 -- 35 omplete.
Erasing 256 Kibyte @ 16c40000 -- 35  256 Kibyte @ 16c80000 -- 35 omplete.
Erasing 256 Kibyte @ 16cc0000 -- 35  256 Kibyte @ 16d00000 -- 35 omplete.
Erasing 256 Kibyte @ 16d40000 -- 35  256 Kibyte @ 16d80000 -- 35 omplete.
Erasing 256 Kibyte @ 16dc0000 -- 35  256 Kibyte @ 16e00000 -- 36 omplete.
Erasing 256 Kibyte @ 16e40000 -- 36  256 Kibyte @ 16e80000 -- 36 omplete.
Erasing 256 Kibyte @ 16ec0000 -- 36  256 Kibyte @ 16f00000 -- 36 omplete.
Erasing 256 Kibyte @ 16f40000 -- 36  256 Kibyte @ 16f80000 -- 36 omplete.
Erasing 256 Kibyte @ 16fc0000 -- 36  256 Kibyte @ 17000000 -- 36 omplete.
Erasing 256 Kibyte @ 17040000 -- 36  256 Kibyte @ 17080000 -- 36 omplete.
Erasing 256 Kibyte @ 170c0000 -- 36  256 Kibyte @ 17100000 -- 36 omplete.
Erasing 256 Kibyte @ 17140000 -- 36  256 Kibyte @ 17180000 -- 36 omplete.
Erasing 256 Kibyte @ 171c0000 -- 36  256 Kibyte @ 17200000 -- 36 omplete.
Erasing 256 Kibyte @ 17240000 -- 36  256 Kibyte @ 17280000 -- 36 omplete.
Erasing 256 Kibyte @ 172c0000 -- 36  256 Kibyte @ 17300000 -- 36 omplete.
Erasing 256 Kibyte @ 17340000 -- 36  256 Kibyte @ 17380000 -- 36 omplete.
Erasing 256 Kibyte @ 173c0000 -- 36  256 Kibyte @ 17400000 -- 36 omplete.
Erasing 256 Kibyte @ 17440000 -- 36  256 Kibyte @ 17480000 -- 36 omplete.
Erasing 256 Kibyte @ 174c0000 -- 36  256 Kibyte @ 17500000 -- 36 omplete.
Erasing 256 Kibyte @ 17540000 -- 36  256 Kibyte @ 17580000 -- 36 omplete.
Erasing 256 Kibyte @ 175c0000 -- 36  256 Kibyte @ 17600000 -- 36 omplete.
Erasing 256 Kibyte @ 17640000 -- 36  256 Kibyte @ 17680000 -- 36 omplete.
Erasing 256 Kibyte @ 176c0000 -- 36  256 Kibyte @ 17700000 -- 36 omplete.
Erasing 256 Kibyte @ 17740000 -- 36  256 Kibyte @ 17780000 -- 36 omplete.
Erasing 256 Kibyte @ 177c0000 -- 36  256 Kibyte @ 17800000 -- 37 omplete.
Erasing 256 Kibyte @ 17840000 -- 37  256 Kibyte @ 17880000 -- 37 omplete.
Erasing 256 Kibyte @ 178c0000 -- 37  256 Kibyte @ 17900000 -- 37 omplete.
Erasing 256 Kibyte @ 17940000 -- 37  256 Kibyte @ 17980000 -- 37 omplete.
Erasing 256 Kibyte @ 179c0000 -- 37  256 Kibyte @ 17a00000 -- 37 omplete.
Erasing 256 Kibyte @ 17a40000 -- 37  256 Kibyte @ 17a80000 -- 37 omplete.
Erasing 256 Kibyte @ 17ac0000 -- 37  256 Kibyte @ 17b00000 -- 37 omplete.
Erasing 256 Kibyte @ 17b40000 -- 37  256 Kibyte @ 17b80000 -- 37 omplete.
Erasing 256 Kibyte @ 17bc0000 -- 37  256 Kibyte @ 17c00000 -- 37 omplete.
Erasing 256 Kibyte @ 17c40000 -- 37  256 Kibyte @ 17c80000 -- 37 omplete.
Erasing 256 Kibyte @ 17cc0000 -- 37  256 Kibyte @ 17d00000 -- 37 omplete.
Erasing 256 Kibyte @ 17d40000 -- 37  256 Kibyte @ 17d80000 -- 37 omplete.
Erasing 256 Kibyte @ 17dc0000 -- 37  256 Kibyte @ 17e00000 -- 37 omplete.
Erasing 256 Kibyte @ 17e40000 -- 37  256 Kibyte @ 17e80000 -- 37 omplete.
Erasing 256 Kibyte @ 17ec0000 -- 37  256 Kibyte @ 17f00000 -- 37 omplete.
Erasing 256 Kibyte @ 17f40000 -- 37  256 Kibyte @ 17f80000 -- 37 omplete.
Erasing 256 Kibyte @ 17fc0000 -- 37  256 Kibyte @ 18000000 -- 37 omplete.
Erasing 256 Kibyte @ 18040000 -- 37  256 Kibyte @ 18080000 -- 37 omplete.
Erasing 256 Kibyte @ 180c0000 -- 37  256 Kibyte @ 18100000 -- 37 omplete.
Erasing 256 Kibyte @ 18140000 -- 37  256 Kibyte @ 18180000 -- 37 omplete.
Erasing 256 Kibyte @ 181c0000 -- 37  256 Kibyte @ 18200000 -- 37 omplete.
Erasing 256 Kibyte @ 18240000 -- 38  256 Kibyte @ 18280000 -- 38 omplete.
Erasing 256 Kibyte @ 182c0000 -- 38  256 Kibyte @ 18300000 -- 38 omplete.
Erasing 256 Kibyte @ 18340000 -- 38  256 Kibyte @ 18380000 -- 38 omplete.
Erasing 256 Kibyte @ 183c0000 -- 38  256 Kibyte @ 18400000 -- 38 omplete.
Erasing 256 Kibyte @ 18440000 -- 38  256 Kibyte @ 18480000 -- 38 omplete.
Erasing 256 Kibyte @ 184c0000 -- 38  256 Kibyte @ 18500000 -- 38 omplete.
Erasing 256 Kibyte @ 18540000 -- 38  256 Kibyte @ 18580000 -- 38 omplete.
Erasing 256 Kibyte @ 185c0000 -- 38  256 Kibyte @ 18600000 -- 38 omplete.
Erasing 256 Kibyte @ 18640000 -- 38  256 Kibyte @ 18680000 -- 38 omplete.
Erasing 256 Kibyte @ 186c0000 -- 38  256 Kibyte @ 18700000 -- 38 omplete.
Erasing 256 Kibyte @ 18740000 -- 38  256 Kibyte @ 18780000 -- 38 omplete.
Erasing 256 Kibyte @ 187c0000 -- 38  256 Kibyte @ 18800000 -- 38 omplete.
Erasing 256 Kibyte @ 18840000 -- 38  256 Kibyte @ 18880000 -- 38 omplete.
Erasing 256 Kibyte @ 188c0000 -- 38  256 Kibyte @ 18900000 -- 38 omplete.
Erasing 256 Kibyte @ 18940000 -- 38  256 Kibyte @ 18980000 -- 38 omplete.
Erasing 256 Kibyte @ 189c0000 -- 38  256 Kibyte @ 18a00000 -- 38 omplete.
Erasing 256 Kibyte @ 18a40000 -- 38  256 Kibyte @ 18a80000 -- 38 omplete.
Erasing 256 Kibyte @ 18ac0000 -- 38  256 Kibyte @ 18b00000 -- 38 omplete.
Erasing 256 Kibyte @ 18b40000 -- 38  256 Kibyte @ 18b80000 -- 38 omplete.
Erasing 256 Kibyte @ 18bc0000 -- 38  256 Kibyte @ 18c00000 -- 38 omplete.
Erasing 256 Kibyte @ 18c40000 -- 39  256 Kibyte @ 18c80000 -- 39 omplete.
Erasing 256 Kibyte @ 18cc0000 -- 39  256 Kibyte @ 18d00000 -- 39 omplete.
Erasing 256 Kibyte @ 18d40000 -- 39  256 Kibyte @ 18d80000 -- 39 omplete.
Erasing 256 Kibyte @ 18dc0000 -- 39  256 Kibyte @ 18e00000 -- 39 omplete.
Erasing 256 Kibyte @ 18e40000 -- 39  256 Kibyte @ 18e80000 -- 39 omplete.
Erasing 256 Kibyte @ 18ec0000 -- 39  256 Kibyte @ 18f00000 -- 39 omplete.
Erasing 256 Kibyte @ 18f40000 -- 39  256 Kibyte @ 18f80000 -- 39 omplete.
Erasing 256 Kibyte @ 18fc0000 -- 39  256 Kibyte @ 19000000 -- 39 omplete.
Erasing 256 Kibyte @ 19040000 -- 39  256 Kibyte @ 19080000 -- 39 omplete.
Erasing 256 Kibyte @ 190c0000 -- 39  256 Kibyte @ 19100000 -- 39 omplete.
Erasing 256 Kibyte @ 19140000 -- 39  256 Kibyte @ 19180000 -- 39 omplete.
Erasing 256 Kibyte @ 191c0000 -- 39  256 Kibyte @ 19200000 -- 39 omplete.
Erasing 256 Kibyte @ 19240000 -- 39  256 Kibyte @ 19280000 -- 39 omplete.
Erasing 256 Kibyte @ 192c0000 -- 39  256 Kibyte @ 19300000 -- 39 omplete.
Erasing 256 Kibyte @ 19340000 -- 39  256 Kibyte @ 19380000 -- 39 omplete.
Erasing 256 Kibyte @ 193c0000 -- 39  256 Kibyte @ 19400000 -- 39 omplete.
Erasing 256 Kibyte @ 19440000 -- 39  256 Kibyte @ 19480000 -- 39 omplete.
Erasing 256 Kibyte @ 194c0000 -- 39  256 Kibyte @ 19500000 -- 39 omplete.
Erasing 256 Kibyte @ 19540000 -- 39  256 Kibyte @ 19580000 -- 39 omplete.
Erasing 256 Kibyte @ 195c0000 -- 39  256 Kibyte @ 19600000 -- 39 omplete.
Erasing 256 Kibyte @ 19640000 -- 39  256 Kibyte @ 19680000 -- 40 omplete.
Erasing 256 Kibyte @ 196c0000 -- 40  256 Kibyte @ 19700000 -- 40 omplete.
Erasing 256 Kibyte @ 19740000 -- 40  256 Kibyte @ 19780000 -- 40 omplete.
Erasing 256 Kibyte @ 197c0000 -- 40  256 Kibyte @ 19800000 -- 40 omplete.
Erasing 256 Kibyte @ 19840000 -- 40  256 Kibyte @ 19880000 -- 40 omplete.
Erasing 256 Kibyte @ 198c0000 -- 40  256 Kibyte @ 19900000 -- 40 omplete.
Erasing 256 Kibyte @ 19940000 -- 40  256 Kibyte @ 19980000 -- 40 omplete.
Erasing 256 Kibyte @ 199c0000 -- 40  256 Kibyte @ 19a00000 -- 40 omplete.
Erasing 256 Kibyte @ 19a40000 -- 40  256 Kibyte @ 19a80000 -- 40 omplete.
Erasing 256 Kibyte @ 19ac0000 -- 40  256 Kibyte @ 19b00000 -- 40 omplete.
Erasing 256 Kibyte @ 19b40000 -- 40  256 Kibyte @ 19b80000 -- 40 omplete.
Erasing 256 Kibyte @ 19bc0000 -- 40  256 Kibyte @ 19c00000 -- 40 omplete.
Erasing 256 Kibyte @ 19c40000 -- 40  256 Kibyte @ 19c80000 -- 40 omplete.
Erasing 256 Kibyte @ 19cc0000 -- 40  256 Kibyte @ 19d00000 -- 40 omplete.
Erasing 256 Kibyte @ 19d40000 -- 40  256 Kibyte @ 19d80000 -- 40 omplete.
Erasing 256 Kibyte @ 19dc0000 -- 40  256 Kibyte @ 19e00000 -- 40 omplete.
Erasing 256 Kibyte @ 19e40000 -- 40  256 Kibyte @ 19e80000 -- 40 omplete.
Erasing 256 Kibyte @ 19ec0000 -- 40  256 Kibyte @ 19f00000 -- 40 omplete.
Erasing 256 Kibyte @ 19f40000 -- 40  256 Kibyte @ 19f80000 -- 40 omplete.
Erasing 256 Kibyte @ 19fc0000 -- 40  256 Kibyte @ 1a000000 -- 40 omplete.
Erasing 256 Kibyte @ 1a040000 -- 40  256 Kibyte @ 1a080000 -- 40 omplete.
Erasing 256 Kibyte @ 1a0c0000 -- 41  256 Kibyte @ 1a100000 -- 41 omplete.
Erasing 256 Kibyte @ 1a140000 -- 41  256 Kibyte @ 1a180000 -- 41 omplete.
Erasing 256 Kibyte @ 1a1c0000 -- 41  256 Kibyte @ 1a200000 -- 41 omplete.
Erasing 256 Kibyte @ 1a240000 -- 41  256 Kibyte @ 1a280000 -- 41 omplete.
Erasing 256 Kibyte @ 1a2c0000 -- 41  256 Kibyte @ 1a300000 -- 41 omplete.
Erasing 256 Kibyte @ 1a340000 -- 41  256 Kibyte @ 1a380000 -- 41 omplete.
Erasing 256 Kibyte @ 1a3c0000 -- 41  256 Kibyte @ 1a400000 -- 41 omplete.
Erasing 256 Kibyte @ 1a440000 -- 41  256 Kibyte @ 1a480000 -- 41 omplete.
Erasing 256 Kibyte @ 1a4c0000 -- 41  256 Kibyte @ 1a500000 -- 41 omplete.
Erasing 256 Kibyte @ 1a540000 -- 41  256 Kibyte @ 1a580000 -- 41 omplete.
Erasing 256 Kibyte @ 1a5c0000 -- 41  256 Kibyte @ 1a600000 -- 41 omplete.
Erasing 256 Kibyte @ 1a640000 -- 41  256 Kibyte @ 1a680000 -- 41 omplete.
Erasing 256 Kibyte @ 1a6c0000 -- 41  256 Kibyte @ 1a700000 -- 41 omplete.
Erasing 256 Kibyte @ 1a740000 -- 41  256 Kibyte @ 1a780000 -- 41 omplete.
Erasing 256 Kibyte @ 1a7c0000 -- 41  256 Kibyte @ 1a800000 -- 41 omplete.
Erasing 256 Kibyte @ 1a840000 -- 41  256 Kibyte @ 1a880000 -- 41 omplete.
Erasing 256 Kibyte @ 1a8c0000 -- 41  256 Kibyte @ 1a900000 -- 41 omplete.
Erasing 256 Kibyte @ 1a940000 -- 41  256 Kibyte @ 1a980000 -- 41 omplete.
Erasing 256 Kibyte @ 1a9c0000 -- 41  256 Kibyte @ 1aa00000 -- 41 omplete.
Erasing 256 Kibyte @ 1aa40000 -- 41  256 Kibyte @ 1aa80000 -- 41 omplete.
Erasing 256 Kibyte @ 1aac0000 -- 42  256 Kibyte @ 1ab00000 -- 42 omplete.
Erasing 256 Kibyte @ 1ab40000 -- 42  256 Kibyte @ 1ab80000 -- 42 omplete.
Erasing 256 Kibyte @ 1abc0000 -- 42  256 Kibyte @ 1ac00000 -- 42 omplete.
Erasing 256 Kibyte @ 1ac40000 -- 42  256 Kibyte @ 1ac80000 -- 42 omplete.
Erasing 256 Kibyte @ 1acc0000 -- 42  256 Kibyte @ 1ad00000 -- 42 omplete.
Erasing 256 Kibyte @ 1ad40000 -- 42  256 Kibyte @ 1ad80000 -- 42 omplete.
Erasing 256 Kibyte @ 1adc0000 -- 42  256 Kibyte @ 1ae00000 -- 42 omplete.
Erasing 256 Kibyte @ 1ae40000 -- 42  256 Kibyte @ 1ae80000 -- 42 omplete.
Erasing 256 Kibyte @ 1aec0000 -- 42  256 Kibyte @ 1af00000 -- 42 omplete.
Erasing 256 Kibyte @ 1af40000 -- 42  256 Kibyte @ 1af80000 -- 42 omplete.
Erasing 256 Kibyte @ 1afc0000 -- 42  256 Kibyte @ 1b000000 -- 42 omplete.
Erasing 256 Kibyte @ 1b040000 -- 42  256 Kibyte @ 1b080000 -- 42 omplete.
Erasing 256 Kibyte @ 1b0c0000 -- 42  256 Kibyte @ 1b100000 -- 42 omplete.
Erasing 256 Kibyte @ 1b140000 -- 42  256 Kibyte @ 1b180000 -- 42 omplete.
Erasing 256 Kibyte @ 1b1c0000 -- 42  256 Kibyte @ 1b200000 -- 42 omplete.
Erasing 256 Kibyte @ 1b240000 -- 42  256 Kibyte @ 1b280000 -- 42 omplete.
Erasing 256 Kibyte @ 1b2c0000 -- 42  256 Kibyte @ 1b300000 -- 42 omplete.
Erasing 256 Kibyte @ 1b340000 -- 42  256 Kibyte @ 1b380000 -- 42 omplete.
Erasing 256 Kibyte @ 1b3c0000 -- 42  256 Kibyte @ 1b400000 -- 42 omplete.
Erasing 256 Kibyte @ 1b440000 -- 42  256 Kibyte @ 1b480000 -- 42 omplete.
Erasing 256 Kibyte @ 1b4c0000 -- 42  256 Kibyte @ 1b500000 -- 43 omplete.
Erasing 256 Kibyte @ 1b540000 -- 43  256 Kibyte @ 1b580000 -- 43 omplete.
Erasing 256 Kibyte @ 1b5c0000 -- 43  256 Kibyte @ 1b600000 -- 43 omplete.
Erasing 256 Kibyte @ 1b640000 -- 43  256 Kibyte @ 1b680000 -- 43 omplete.
Erasing 256 Kibyte @ 1b6c0000 -- 43  256 Kibyte @ 1b700000 -- 43 omplete.
Erasing 256 Kibyte @ 1b740000 -- 43  256 Kibyte @ 1b780000 -- 43 omplete.
Erasing 256 Kibyte @ 1b7c0000 -- 43  256 Kibyte @ 1b800000 -- 43 omplete.
Erasing 256 Kibyte @ 1b840000 -- 43  256 Kibyte @ 1b880000 -- 43 omplete.
Erasing 256 Kibyte @ 1b8c0000 -- 43  256 Kibyte @ 1b900000 -- 43 omplete.
Erasing 256 Kibyte @ 1b940000 -- 43  256 Kibyte @ 1b980000 -- 43 omplete.
Erasing 256 Kibyte @ 1b9c0000 -- 43  256 Kibyte @ 1ba00000 -- 43 omplete.
Erasing 256 Kibyte @ 1ba40000 -- 43  256 Kibyte @ 1ba80000 -- 43 omplete.
Erasing 256 Kibyte @ 1bac0000 -- 43  256 Kibyte @ 1bb00000 -- 43 omplete.
Erasing 256 Kibyte @ 1bb40000 -- 43  256 Kibyte @ 1bb80000 -- 43 omplete.
Erasing 256 Kibyte @ 1bbc0000 -- 43  256 Kibyte @ 1bc00000 -- 43 omplete.
Erasing 256 Kibyte @ 1bc40000 -- 43  256 Kibyte @ 1bc80000 -- 43 omplete.
Erasing 256 Kibyte @ 1bcc0000 -- 43  256 Kibyte @ 1bd00000 -- 43 omplete.
Erasing 256 Kibyte @ 1bd40000 -- 43  256 Kibyte @ 1bd80000 -- 43 omplete.
Erasing 256 Kibyte @ 1bdc0000 -- 43  256 Kibyte @ 1be00000 -- 43 omplete.
Erasing 256 Kibyte @ 1be40000 -- 43  256 Kibyte @ 1be80000 -- 43 omplete.
Erasing 256 Kibyte @ 1bec0000 -- 43  256 Kibyte @ 1bf00000 -- 43 omplete.
Erasing 256 Kibyte @ 1bf40000 -- 44  256 Kibyte @ 1bf80000 -- 44 omplete.
Erasing 256 Kibyte @ 1bfc0000 -- 44  256 Kibyte @ 1c000000 -- 44 omplete.
Erasing 256 Kibyte @ 1c040000 -- 44  256 Kibyte @ 1c080000 -- 44 omplete.
Erasing 256 Kibyte @ 1c0c0000 -- 44  256 Kibyte @ 1c100000 -- 44 omplete.
Erasing 256 Kibyte @ 1c140000 -- 44  256 Kibyte @ 1c180000 -- 44 omplete.
Erasing 256 Kibyte @ 1c1c0000 -- 44  256 Kibyte @ 1c200000 -- 44 omplete.
Erasing 256 Kibyte @ 1c240000 -- 44  256 Kibyte @ 1c280000 -- 44 omplete.
Erasing 256 Kibyte @ 1c2c0000 -- 44  256 Kibyte @ 1c300000 -- 44 omplete.
Erasing 256 Kibyte @ 1c340000 -- 44  256 Kibyte @ 1c380000 -- 44 omplete.
Erasing 256 Kibyte @ 1c3c0000 -- 44  256 Kibyte @ 1c400000 -- 44 omplete.
Erasing 256 Kibyte @ 1c440000 -- 44  256 Kibyte @ 1c480000 -- 44 omplete.
Erasing 256 Kibyte @ 1c4c0000 -- 44  256 Kibyte @ 1c500000 -- 44 omplete.
Erasing 256 Kibyte @ 1c540000 -- 44  256 Kibyte @ 1c580000 -- 44 omplete.
Erasing 256 Kibyte @ 1c5c0000 -- 44  256 Kibyte @ 1c600000 -- 44 omplete.
Erasing 256 Kibyte @ 1c640000 -- 44  256 Kibyte @ 1c680000 -- 44 omplete.
Erasing 256 Kibyte @ 1c6c0000 -- 44  256 Kibyte @ 1c700000 -- 44 omplete.
Erasing 256 Kibyte @ 1c740000 -- 44  256 Kibyte @ 1c780000 -- 44 omplete.
Erasing 256 Kibyte @ 1c7c0000 -- 44  256 Kibyte @ 1c800000 -- 44 omplete.
Erasing 256 Kibyte @ 1c840000 -- 44  256 Kibyte @ 1c880000 -- 44 omplete.
Erasing 256 Kibyte @ 1c8c0000 -- 44  256 Kibyte @ 1c900000 -- 44 omplete.
Erasing 256 Kibyte @ 1c940000 -- 45  256 Kibyte @ 1c980000 -- 45 omplete.
Erasing 256 Kibyte @ 1c9c0000 -- 45  256 Kibyte @ 1ca00000 -- 45 omplete.
Erasing 256 Kibyte @ 1ca40000 -- 45  256 Kibyte @ 1ca80000 -- 45 omplete.
Erasing 256 Kibyte @ 1cac0000 -- 45  256 Kibyte @ 1cb00000 -- 45 omplete.
Erasing 256 Kibyte @ 1cb40000 -- 45  256 Kibyte @ 1cb80000 -- 45 omplete.
Erasing 256 Kibyte @ 1cbc0000 -- 45  256 Kibyte @ 1cc00000 -- 45 omplete.
Erasing 256 Kibyte @ 1cc40000 -- 45  256 Kibyte @ 1cc80000 -- 45 omplete.
Erasing 256 Kibyte @ 1ccc0000 -- 45  256 Kibyte @ 1cd00000 -- 45 omplete.
Erasing 256 Kibyte @ 1cd40000 -- 45  256 Kibyte @ 1cd80000 -- 45 omplete.
Erasing 256 Kibyte @ 1cdc0000 -- 45  256 Kibyte @ 1ce00000 -- 45 omplete.
Erasing 256 Kibyte @ 1ce40000 -- 45  256 Kibyte @ 1ce80000 -- 45 omplete.
Erasing 256 Kibyte @ 1cec0000 -- 45  256 Kibyte @ 1cf00000 -- 45 omplete.
Erasing 256 Kibyte @ 1cf40000 -- 45  256 Kibyte @ 1cf80000 -- 45 omplete.
Erasing 256 Kibyte @ 1cfc0000 -- 45  256 Kibyte @ 1d000000 -- 45 omplete.
Erasing 256 Kibyte @ 1d040000 -- 45  256 Kibyte @ 1d080000 -- 45 omplete.
Erasing 256 Kibyte @ 1d0c0000 -- 45  256 Kibyte @ 1d100000 -- 45 omplete.
Erasing 256 Kibyte @ 1d140000 -- 45  256 Kibyte @ 1d180000 -- 45 omplete.
Erasing 256 Kibyte @ 1d1c0000 -- 45  256 Kibyte @ 1d200000 -- 45 omplete.
Erasing 256 Kibyte @ 1d240000 -- 45  256 Kibyte @ 1d280000 -- 45 omplete.
Erasing 256 Kibyte @ 1d2c0000 -- 45  256 Kibyte @ 1d300000 -- 45 omplete.
Erasing 256 Kibyte @ 1d340000 -- 45  256 Kibyte @ 1d380000 -- 46 omplete.
Erasing 256 Kibyte @ 1d3c0000 -- 46  256 Kibyte @ 1d400000 -- 46 omplete.
Erasing 256 Kibyte @ 1d440000 -- 46  256 Kibyte @ 1d480000 -- 46 omplete.
Erasing 256 Kibyte @ 1d4c0000 -- 46  256 Kibyte @ 1d500000 -- 46 omplete.
Erasing 256 Kibyte @ 1d540000 -- 46  256 Kibyte @ 1d580000 -- 46 omplete.
Erasing 256 Kibyte @ 1d5c0000 -- 46  256 Kibyte @ 1d600000 -- 46 omplete.
Erasing 256 Kibyte @ 1d640000 -- 46  256 Kibyte @ 1d680000 -- 46 omplete.
Erasing 256 Kibyte @ 1d6c0000 -- 46  256 Kibyte @ 1d700000 -- 46 omplete.
Erasing 256 Kibyte @ 1d740000 -- 46  256 Kibyte @ 1d780000 -- 46 omplete.
Erasing 256 Kibyte @ 1d7c0000 -- 46  256 Kibyte @ 1d800000 -- 46 omplete.
Erasing 256 Kibyte @ 1d840000 -- 46  256 Kibyte @ 1d880000 -- 46 omplete.
Erasing 256 Kibyte @ 1d8c0000 -- 46  256 Kibyte @ 1d900000 -- 46 omplete.
Erasing 256 Kibyte @ 1d940000 -- 46  256 Kibyte @ 1d980000 -- 46 omplete.
Erasing 256 Kibyte @ 1d9c0000 -- 46  256 Kibyte @ 1da00000 -- 46 omplete.
Erasing 256 Kibyte @ 1da40000 -- 46  256 Kibyte @ 1da80000 -- 46 omplete.
Erasing 256 Kibyte @ 1dac0000 -- 46  256 Kibyte @ 1db00000 -- 46 omplete.
Erasing 256 Kibyte @ 1db40000 -- 46  256 Kibyte @ 1db80000 -- 46 omplete.
Erasing 256 Kibyte @ 1dbc0000 -- 46  256 Kibyte @ 1dc00000 -- 46 omplete.
Erasing 256 Kibyte @ 1dc40000 -- 46  256 Kibyte @ 1dc80000 -- 46 omplete.
Erasing 256 Kibyte @ 1dcc0000 -- 46  256 Kibyte @ 1dd00000 -- 46 omplete.
Erasing 256 Kibyte @ 1dd40000 -- 46  256 Kibyte @ 1dd80000 -- 46 omplete.
Erasing 256 Kibyte @ 1ddc0000 -- 47  256 Kibyte @ 1de00000 -- 47 omplete.
Erasing 256 Kibyte @ 1de40000 -- 47  256 Kibyte @ 1de80000 -- 47 omplete.
Erasing 256 Kibyte @ 1dec0000 -- 47  256 Kibyte @ 1df00000 -- 47 omplete.
Erasing 256 Kibyte @ 1df40000 -- 47  256 Kibyte @ 1df80000 -- 47 omplete.
Erasing 256 Kibyte @ 1dfc0000 -- 47  256 Kibyte @ 1e000000 -- 47 omplete.
Erasing 256 Kibyte @ 1e040000 -- 47  256 Kibyte @ 1e080000 -- 47 omplete.
Erasing 256 Kibyte @ 1e0c0000 -- 47  256 Kibyte @ 1e100000 -- 47 omplete.
Erasing 256 Kibyte @ 1e1c0000 -- 47  256 Kibyte @ 1e200000 -- 47 omplete.
Erasing 256 Kibyte @ 1e240000 -- 47  256 Kibyte @ 1e280000 -- 47 omplete.
Erasing 256 Kibyte @ 1e2c0000 -- 47  256 Kibyte @ 1e300000 -- 47 omplete.
Erasing 256 Kibyte @ 1e340000 -- 47  256 Kibyte @ 1e380000 -- 47 omplete.
Erasing 256 Kibyte @ 1e3c0000 -- 47  256 Kibyte @ 1e400000 -- 47 omplete.
Erasing 256 Kibyte @ 1e440000 -- 47  256 Kibyte @ 1e480000 -- 47 omplete.
Erasing 256 Kibyte @ 1e4c0000 -- 47  256 Kibyte @ 1e500000 -- 47 omplete.
Erasing 256 Kibyte @ 1e540000 -- 47  256 Kibyte @ 1e580000 -- 47 omplete.
Erasing 256 Kibyte @ 1e5c0000 -- 47  256 Kibyte @ 1e600000 -- 47 omplete.
Erasing 256 Kibyte @ 1e640000 -- 47  256 Kibyte @ 1e680000 -- 47 omplete.
Erasing 256 Kibyte @ 1e6c0000 -- 47  256 Kibyte @ 1e700000 -- 47 omplete.
Erasing 256 Kibyte @ 1e740000 -- 47  256 Kibyte @ 1e780000 -- 47 omplete.
Erasing 256 Kibyte @ 1e7c0000 -- 48  256 Kibyte @ 1e800000 -- 48 omplete.
Erasing 256 Kibyte @ 1e840000 -- 48  256 Kibyte @ 1e880000 -- 48 omplete.
Erasing 256 Kibyte @ 1e8c0000 -- 48  256 Kibyte @ 1e900000 -- 48 omplete.
Erasing 256 Kibyte @ 1e940000 -- 48  256 Kibyte @ 1e980000 -- 48 omplete.
Erasing 256 Kibyte @ 1e9c0000 -- 48  256 Kibyte @ 1ea00000 -- 48 omplete.
Erasing 256 Kibyte @ 1ea40000 -- 48  256 Kibyte @ 1ea80000 -- 48 omplete.
Erasing 256 Kibyte @ 1eac0000 -- 48  256 Kibyte @ 1eb00000 -- 48 omplete.
Erasing 256 Kibyte @ 1eb40000 -- 48  256 Kibyte @ 1eb80000 -- 48 omplete.
Erasing 256 Kibyte @ 1ebc0000 -- 48  256 Kibyte @ 1ec00000 -- 48 omplete.
Erasing 256 Kibyte @ 1ec40000 -- 48  256 Kibyte @ 1ec80000 -- 48 omplete.
Erasing 256 Kibyte @ 1ecc0000 -- 48  256 Kibyte @ 1ed00000 -- 48 omplete.
Erasing 256 Kibyte @ 1ed40000 -- 48  256 Kibyte @ 1ed80000 -- 48 omplete.
Erasing 256 Kibyte @ 1edc0000 -- 48  256 Kibyte @ 1ee00000 -- 48 omplete.
Erasing 256 Kibyte @ 1ee40000 -- 48  256 Kibyte @ 1ee80000 -- 48 omplete.
Erasing 256 Kibyte @ 1eec0000 -- 48  256 Kibyte @ 1ef00000 -- 48 omplete.
Erasing 256 Kibyte @ 1ef40000 -- 48  256 Kibyte @ 1ef80000 -- 48 omplete.
Erasing 256 Kibyte @ 1efc0000 -- 48  256 Kibyte @ 1f000000 -- 48 omplete.
Erasing 256 Kibyte @ 1f040000 -- 48  256 Kibyte @ 1f080000 -- 48 omplete.
Erasing 256 Kibyte @ 1f0c0000 -- 48  256 Kibyte @ 1f100000 -- 48 omplete.
Erasing 256 Kibyte @ 1f140000 -- 48  256 Kibyte @ 1f180000 -- 48 omplete.
Erasing 256 Kibyte @ 1f1c0000 -- 48  256 Kibyte @ 1f200000 -- 49 omplete.
Erasing 256 Kibyte @ 1f240000 -- 49  256 Kibyte @ 1f280000 -- 49 omplete.
Erasing 256 Kibyte @ 1f2c0000 -- 49  256 Kibyte @ 1f300000 -- 49 omplete.
Erasing 256 Kibyte @ 1f340000 -- 49  256 Kibyte @ 1f380000 -- 49 omplete.
Erasing 256 Kibyte @ 1f3c0000 -- 49  256 Kibyte @ 1f400000 -- 49 omplete.
Erasing 256 Kibyte @ 1f440000 -- 49  256 Kibyte @ 1f480000 -- 49 omplete.
Erasing 256 Kibyte @ 1f4c0000 -- 49  256 Kibyte @ 1f500000 -- 49 omplete.
Erasing 256 Kibyte @ 1f540000 -- 49  256 Kibyte @ 1f580000 -- 49 omplete.
Erasing 256 Kibyte @ 1f5c0000 -- 49  256 Kibyte @ 1f600000 -- 49 omplete.
Erasing 256 Kibyte @ 1f640000 -- 49  256 Kibyte @ 1f680000 -- 49 omplete.
Erasing 256 Kibyte @ 1f6c0000 -- 49  256 Kibyte @ 1f700000 -- 49 omplete.
Erasing 256 Kibyte @ 1f740000 -- 49  256 Kibyte @ 1f780000 -- 49 omplete.
Erasing 256 Kibyte @ 1f7c0000 -- 49  256 Kibyte @ 1f800000 -- 49 omplete.
Erasing 256 Kibyte @ 1f840000 -- 49  256 Kibyte @ 1f880000 -- 49 omplete.
Erasing 256 Kibyte @ 1f8c0000 -- 49  256 Kibyte @ 1f900000 -- 49 omplete.
Erasing 256 Kibyte @ 1f940000 -- 49  256 Kibyte @ 1f980000 -- 49 omplete.
Erasing 256 Kibyte @ 1f9c0000 -- 49  256 Kibyte @ 1fa00000 -- 49 omplete.
Erasing 256 Kibyte @ 1fa40000 -- 49  256 Kibyte @ 1fa80000 -- 49 omplete.
Erasing 256 Kibyte @ 1fac0000 -- 49  256 Kibyte @ 1fb00000 -- 49 omplete.
Erasing 256 Kibyte @ 1fb40000 -- 49  256 Kibyte @ 1fb80000 -- 49 omplete.
Erasing 256 Kibyte @ 1fbc0000 -- 49  256 Kibyte @ 1fc00000 -- 50 omplete.
Erasing 256 Kibyte @ 1fc40000 -- 50  256 Kibyte @ 1fc80000 -- 50 omplete.
Erasing 256 Kibyte @ 1fcc0000 -- 50  256 Kibyte @ 1fd00000 -- 50 omplete.
Erasing 256 Kibyte @ 1fd40000 -- 50  256 Kibyte @ 1fd80000 -- 50 omplete.
Erasing 256 Kibyte @ 1fdc0000 -- 50  256 Kibyte @ 1fe00000 -- 50 omplete.
Erasing 256 Kibyte @ 1fe40000 -- 50  256 Kibyte @ 1fe80000 -- 50 omplete.
Erasing 256 Kibyte @ 1fec0000 -- 50  256 Kibyte @ 1ff00000 -- 50 omplete.
Erasing 256 Kibyte @ 1ff40000 -- 50  256 Kibyte @ 1ff80000 -- 50 omplete.
Erasing 256 Kibyte @ 1ffc0000 -- 50  256 Kibyte @ 20000000 -- 50 omplete.
Erasing 256 Kibyte @ 20040000 -- 50  256 Kibyte @ 20080000 -- 50 omplete.
Erasing 256 Kibyte @ 200c0000 -- 50  256 Kibyte @ 20100000 -- 50 omplete.
Erasing 256 Kibyte @ 20140000 -- 50  256 Kibyte @ 20180000 -- 50 omplete.
Erasing 256 Kibyte @ 201c0000 -- 50  256 Kibyte @ 20200000 -- 50 omplete.
Erasing 256 Kibyte @ 20240000 -- 50  256 Kibyte @ 20280000 -- 50 omplete.
Erasing 256 Kibyte @ 202c0000 -- 50  256 Kibyte @ 20300000 -- 50 omplete.
Erasing 256 Kibyte @ 20340000 -- 50  256 Kibyte @ 20380000 -- 50 omplete.
Erasing 256 Kibyte @ 203c0000 -- 50  256 Kibyte @ 20400000 -- 50 omplete.
Erasing 256 Kibyte @ 20440000 -- 50  256 Kibyte @ 20480000 -- 50 omplete.
Erasing 256 Kibyte @ 204c0000 -- 50  256 Kibyte @ 20500000 -- 50 omplete.
Erasing 256 Kibyte @ 20540000 -- 50  256 Kibyte @ 20580000 -- 50 omplete.
Erasing 256 Kibyte @ 205c0000 -- 50  256 Kibyte @ 20600000 -- 50 omplete.
Erasing 256 Kibyte @ 20640000 -- 51  256 Kibyte @ 20680000 -- 51 omplete.
Erasing 256 Kibyte @ 206c0000 -- 51  256 Kibyte @ 20700000 -- 51 omplete.
Erasing 256 Kibyte @ 20740000 -- 51  256 Kibyte @ 20780000 -- 51 omplete.
Erasing 256 Kibyte @ 207c0000 -- 51  256 Kibyte @ 20800000 -- 51 omplete.
Erasing 256 Kibyte @ 20840000 -- 51  256 Kibyte @ 20880000 -- 51 omplete.
Erasing 256 Kibyte @ 208c0000 -- 51  256 Kibyte @ 20900000 -- 51 omplete.
Erasing 256 Kibyte @ 20940000 -- 51  256 Kibyte @ 20980000 -- 51 omplete.
Erasing 256 Kibyte @ 209c0000 -- 51  256 Kibyte @ 20a00000 -- 51 omplete.
Erasing 256 Kibyte @ 20a40000 -- 51  256 Kibyte @ 20a80000 -- 51 omplete.
Erasing 256 Kibyte @ 20ac0000 -- 51  256 Kibyte @ 20b00000 -- 51 omplete.
Erasing 256 Kibyte @ 20b40000 -- 51  256 Kibyte @ 20b80000 -- 51 omplete.
Erasing 256 Kibyte @ 20bc0000 -- 51  256 Kibyte @ 20c00000 -- 51 omplete.
Erasing 256 Kibyte @ 20c40000 -- 51  256 Kibyte @ 20c80000 -- 51 omplete.
Erasing 256 Kibyte @ 20cc0000 -- 51  256 Kibyte @ 20d00000 -- 51 omplete.
Erasing 256 Kibyte @ 20d40000 -- 51  256 Kibyte @ 20d80000 -- 51 omplete.
Erasing 256 Kibyte @ 20dc0000 -- 51  256 Kibyte @ 20e00000 -- 51 omplete.
Erasing 256 Kibyte @ 20e40000 -- 51  256 Kibyte @ 20e80000 -- 51 omplete.
Erasing 256 Kibyte @ 20ec0000 -- 51  256 Kibyte @ 20f00000 -- 51 omplete.
Erasing 256 Kibyte @ 20f40000 -- 51  256 Kibyte @ 20f80000 -- 51 omplete.
Erasing 256 Kibyte @ 20fc0000 -- 51  256 Kibyte @ 21000000 -- 51 omplete.
Erasing 256 Kibyte @ 21040000 -- 51  256 Kibyte @ 21080000 -- 52 omplete.
Erasing 256 Kibyte @ 210c0000 -- 52  256 Kibyte @ 21100000 -- 52 omplete.
Erasing 256 Kibyte @ 21140000 -- 52  256 Kibyte @ 21180000 -- 52 omplete.
Erasing 256 Kibyte @ 211c0000 -- 52  256 Kibyte @ 21200000 -- 52 omplete.
Erasing 256 Kibyte @ 21240000 -- 52  256 Kibyte @ 21280000 -- 52 omplete.
Erasing 256 Kibyte @ 212c0000 -- 52  256 Kibyte @ 21300000 -- 52 omplete.
Erasing 256 Kibyte @ 21340000 -- 52  256 Kibyte @ 21380000 -- 52 omplete.
Erasing 256 Kibyte @ 213c0000 -- 52  256 Kibyte @ 21400000 -- 52 omplete.
Erasing 256 Kibyte @ 21440000 -- 52  256 Kibyte @ 21480000 -- 52 omplete.
Erasing 256 Kibyte @ 214c0000 -- 52  256 Kibyte @ 21500000 -- 52 omplete.
Erasing 256 Kibyte @ 21540000 -- 52  256 Kibyte @ 21580000 -- 52 omplete.
Erasing 256 Kibyte @ 215c0000 -- 52  256 Kibyte @ 21600000 -- 52 omplete.
Erasing 256 Kibyte @ 21640000 -- 52  256 Kibyte @ 21680000 -- 52 omplete.
Erasing 256 Kibyte @ 216c0000 -- 52  256 Kibyte @ 21700000 -- 52 omplete.
Erasing 256 Kibyte @ 21740000 -- 52  256 Kibyte @ 21780000 -- 52 omplete.
Erasing 256 Kibyte @ 217c0000 -- 52  256 Kibyte @ 21800000 -- 52 omplete.
Erasing 256 Kibyte @ 21840000 -- 52  256 Kibyte @ 21880000 -- 52 omplete.
Erasing 256 Kibyte @ 218c0000 -- 52  256 Kibyte @ 21900000 -- 52 omplete.
Erasing 256 Kibyte @ 21940000 -- 52  256 Kibyte @ 21980000 -- 52 omplete.
Erasing 256 Kibyte @ 219c0000 -- 52  256 Kibyte @ 21a00000 -- 52 omplete.
Erasing 256 Kibyte @ 21a40000 -- 52  256 Kibyte @ 21a80000 -- 53 omplete.
Erasing 256 Kibyte @ 21ac0000 -- 53  256 Kibyte @ 21b00000 -- 53 omplete.
Erasing 256 Kibyte @ 21b40000 -- 53  256 Kibyte @ 21b80000 -- 53 omplete.
Erasing 256 Kibyte @ 21bc0000 -- 53  256 Kibyte @ 21c00000 -- 53 omplete.
Erasing 256 Kibyte @ 21c40000 -- 53  256 Kibyte @ 21c80000 -- 53 omplete.
Erasing 256 Kibyte @ 21cc0000 -- 53  256 Kibyte @ 21d00000 -- 53 omplete.
Erasing 256 Kibyte @ 21d40000 -- 53  256 Kibyte @ 21d80000 -- 53 omplete.
Erasing 256 Kibyte @ 21dc0000 -- 53  256 Kibyte @ 21e00000 -- 53 omplete.
Erasing 256 Kibyte @ 21e40000 -- 53  256 Kibyte @ 21e80000 -- 53 omplete.
Erasing 256 Kibyte @ 21ec0000 -- 53  256 Kibyte @ 21f00000 -- 53 omplete.
Erasing 256 Kibyte @ 21f40000 -- 53  256 Kibyte @ 21f80000 -- 53 omplete.
Erasing 256 Kibyte @ 21fc0000 -- 53  256 Kibyte @ 22000000 -- 53 omplete.
Erasing 256 Kibyte @ 22040000 -- 53  256 Kibyte @ 22080000 -- 53 omplete.
Erasing 256 Kibyte @ 220c0000 -- 53  256 Kibyte @ 22100000 -- 53 omplete.
Erasing 256 Kibyte @ 22140000 -- 53  256 Kibyte @ 22180000 -- 53 omplete.
Erasing 256 Kibyte @ 221c0000 -- 53  256 Kibyte @ 22200000 -- 53 omplete.
Erasing 256 Kibyte @ 22240000 -- 53  256 Kibyte @ 22280000 -- 53 omplete.
Erasing 256 Kibyte @ 222c0000 -- 53  256 Kibyte @ 22300000 -- 53 omplete.
Erasing 256 Kibyte @ 22340000 -- 53  256 Kibyte @ 22380000 -- 53 omplete.
Erasing 256 Kibyte @ 223c0000 -- 53  256 Kibyte @ 22400000 -- 53 omplete.
Erasing 256 Kibyte @ 22440000 -- 53  256 Kibyte @ 22480000 -- 53 omplete.
Erasing 256 Kibyte @ 224c0000 -- 54  256 Kibyte @ 22500000 -- 54 omplete.
Erasing 256 Kibyte @ 22540000 -- 54  256 Kibyte @ 22580000 -- 54 omplete.
Erasing 256 Kibyte @ 225c0000 -- 54  256 Kibyte @ 22600000 -- 54 omplete.
Erasing 256 Kibyte @ 22640000 -- 54  256 Kibyte @ 22680000 -- 54 omplete.
Erasing 256 Kibyte @ 226c0000 -- 54  256 Kibyte @ 22700000 -- 54 omplete.
Erasing 256 Kibyte @ 22740000 -- 54  256 Kibyte @ 22780000 -- 54 omplete.
Erasing 256 Kibyte @ 227c0000 -- 54  256 Kibyte @ 22800000 -- 54 omplete.
Erasing 256 Kibyte @ 22840000 -- 54  256 Kibyte @ 22880000 -- 54 omplete.
Erasing 256 Kibyte @ 228c0000 -- 54  256 Kibyte @ 22900000 -- 54 omplete.
Erasing 256 Kibyte @ 22940000 -- 54  256 Kibyte @ 22980000 -- 54 omplete.
Erasing 256 Kibyte @ 229c0000 -- 54  256 Kibyte @ 22a00000 -- 54 omplete.
Erasing 256 Kibyte @ 22a40000 -- 54  256 Kibyte @ 22a80000 -- 54 omplete.
Erasing 256 Kibyte @ 22ac0000 -- 54  256 Kibyte @ 22b00000 -- 54 omplete.
Erasing 256 Kibyte @ 22b40000 -- 54 omplete.
Erasing 256 Kibyte @ 22bc0000 -- 54  256 Kibyte @ 22c00000 -- 54 omplete.
Erasing 256 Kibyte @ 22c40000 -- 54  256 Kibyte @ 22c80000 -- 54 omplete.
Erasing 256 Kibyte @ 22cc0000 -- 54  256 Kibyte @ 22d00000 -- 54 omplete.
Erasing 256 Kibyte @ 22d40000 -- 54  256 Kibyte @ 22d80000 -- 54 omplete.
Erasing 256 Kibyte @ 22dc0000 -- 54  256 Kibyte @ 22e00000 -- 54 omplete.
Erasing 256 Kibyte @ 22e40000 -- 54  256 Kibyte @ 22e80000 -- 54 omplete.
Erasing 256 Kibyte @ 22ec0000 -- 54  256 Kibyte @ 22f00000 -- 55 omplete.
Erasing 256 Kibyte @ 22f40000 -- 55  256 Kibyte @ 22f80000 -- 55 omplete.
Erasing 256 Kibyte @ 22fc0000 -- 55  256 Kibyte @ 23000000 -- 55 omplete.
Erasing 256 Kibyte @ 23040000 -- 55  256 Kibyte @ 23080000 -- 55 omplete.
Erasing 256 Kibyte @ 230c0000 -- 55  256 Kibyte @ 23100000 -- 55 omplete.
Erasing 256 Kibyte @ 23140000 -- 55  256 Kibyte @ 23180000 -- 55 omplete.
Erasing 256 Kibyte @ 231c0000 -- 55  256 Kibyte @ 23200000 -- 55 omplete.
Erasing 256 Kibyte @ 23240000 -- 55  256 Kibyte @ 23280000 -- 55 omplete.
Erasing 256 Kibyte @ 232c0000 -- 55  256 Kibyte @ 23300000 -- 55 omplete.
Erasing 256 Kibyte @ 23340000 -- 55  256 Kibyte @ 23380000 -- 55 omplete.
Erasing 256 Kibyte @ 233c0000 -- 55  256 Kibyte @ 23400000 -- 55 omplete.
Erasing 256 Kibyte @ 23440000 -- 55  256 Kibyte @ 23480000 -- 55 omplete.
Erasing 256 Kibyte @ 234c0000 -- 55  256 Kibyte @ 23500000 -- 55 omplete.
Erasing 256 Kibyte @ 23540000 -- 55  256 Kibyte @ 23580000 -- 55 omplete.
Erasing 256 Kibyte @ 235c0000 -- 55  256 Kibyte @ 23600000 -- 55 omplete.
Erasing 256 Kibyte @ 23640000 -- 55  256 Kibyte @ 23680000 -- 55 omplete.
Erasing 256 Kibyte @ 236c0000 -- 55  256 Kibyte @ 23700000 -- 55 omplete.
Erasing 256 Kibyte @ 23740000 -- 55  256 Kibyte @ 23780000 -- 55 omplete.
Erasing 256 Kibyte @ 237c0000 -- 55  256 Kibyte @ 23800000 -- 55 omplete.
Erasing 256 Kibyte @ 23840000 -- 55  256 Kibyte @ 23880000 -- 55 omplete.
Erasing 256 Kibyte @ 238c0000 -- 55  256 Kibyte @ 23900000 -- 56 omplete.
Erasing 256 Kibyte @ 23940000 -- 56  256 Kibyte @ 23980000 -- 56 omplete.
Erasing 256 Kibyte @ 239c0000 -- 56  256 Kibyte @ 23a00000 -- 56 omplete.
Erasing 256 Kibyte @ 23a40000 -- 56  256 Kibyte @ 23a80000 -- 56 omplete.
Erasing 256 Kibyte @ 23ac0000 -- 56  256 Kibyte @ 23b00000 -- 56 omplete.
Erasing 256 Kibyte @ 23b40000 -- 56  256 Kibyte @ 23b80000 -- 56 omplete.
Erasing 256 Kibyte @ 23bc0000 -- 56  256 Kibyte @ 23c00000 -- 56 omplete.
Erasing 256 Kibyte @ 23c40000 -- 56  256 Kibyte @ 23c80000 -- 56 omplete.
Erasing 256 Kibyte @ 23cc0000 -- 56  256 Kibyte @ 23d00000 -- 56 omplete.
Erasing 256 Kibyte @ 23d40000 -- 56  256 Kibyte @ 23d80000 -- 56 omplete.
Erasing 256 Kibyte @ 23dc0000 -- 56  256 Kibyte @ 23e00000 -- 56 omplete.
Erasing 256 Kibyte @ 23e40000 -- 56  256 Kibyte @ 23e80000 -- 56 omplete.
Erasing 256 Kibyte @ 23ec0000 -- 56  256 Kibyte @ 23f00000 -- 56 omplete.
Erasing 256 Kibyte @ 23f40000 -- 56  256 Kibyte @ 23f80000 -- 56 omplete.
Erasing 256 Kibyte @ 23fc0000 -- 56  256 Kibyte @ 24000000 -- 56 omplete.
Erasing 256 Kibyte @ 24040000 -- 56  256 Kibyte @ 24080000 -- 56 omplete.
Erasing 256 Kibyte @ 240c0000 -- 56  256 Kibyte @ 24100000 -- 56 omplete.
Erasing 256 Kibyte @ 24140000 -- 56  256 Kibyte @ 24180000 -- 56 omplete.
Erasing 256 Kibyte @ 241c0000 -- 56  256 Kibyte @ 24200000 -- 56 omplete.
Erasing 256 Kibyte @ 24240000 -- 56  256 Kibyte @ 24280000 -- 56 omplete.
Erasing 256 Kibyte @ 242c0000 -- 56  256 Kibyte @ 24300000 -- 56 omplete.
Erasing 256 Kibyte @ 24340000 -- 57  256 Kibyte @ 24380000 -- 57 omplete.
Erasing 256 Kibyte @ 243c0000 -- 57  256 Kibyte @ 24400000 -- 57 omplete.
Erasing 256 Kibyte @ 24440000 -- 57  256 Kibyte @ 24480000 -- 57 omplete.
Erasing 256 Kibyte @ 244c0000 -- 57  256 Kibyte @ 24500000 -- 57 omplete.
Erasing 256 Kibyte @ 24540000 -- 57  256 Kibyte @ 24580000 -- 57 omplete.
Erasing 256 Kibyte @ 245c0000 -- 57  256 Kibyte @ 24600000 -- 57 omplete.
Erasing 256 Kibyte @ 24640000 -- 57  256 Kibyte @ 24680000 -- 57 omplete.
Erasing 256 Kibyte @ 246c0000 -- 57  256 Kibyte @ 24700000 -- 57 omplete.
Erasing 256 Kibyte @ 24740000 -- 57  256 Kibyte @ 24780000 -- 57 omplete.
Erasing 256 Kibyte @ 247c0000 -- 57  256 Kibyte @ 24800000 -- 57 omplete.
Erasing 256 Kibyte @ 24840000 -- 57  256 Kibyte @ 24880000 -- 57 omplete.
Erasing 256 Kibyte @ 248c0000 -- 57  256 Kibyte @ 24900000 -- 57 omplete.
Erasing 256 Kibyte @ 24940000 -- 57  256 Kibyte @ 24980000 -- 57 omplete.
Erasing 256 Kibyte @ 249c0000 -- 57  256 Kibyte @ 24a00000 -- 57 omplete.
Erasing 256 Kibyte @ 24a40000 -- 57  256 Kibyte @ 24a80000 -- 57 omplete.
Erasing 256 Kibyte @ 24ac0000 -- 57  256 Kibyte @ 24b00000 -- 57 omplete.
Erasing 256 Kibyte @ 24b40000 -- 57  256 Kibyte @ 24b80000 -- 57 omplete.
Erasing 256 Kibyte @ 24bc0000 -- 57  256 Kibyte @ 24c00000 -- 57 omplete.
Erasing 256 Kibyte @ 24c40000 -- 57  256 Kibyte @ 24c80000 -- 57 omplete.
Erasing 256 Kibyte @ 24cc0000 -- 57  256 Kibyte @ 24d00000 -- 57 omplete.
Erasing 256 Kibyte @ 24d40000 -- 57  256 Kibyte @ 24d80000 -- 58 omplete.
Erasing 256 Kibyte @ 24dc0000 -- 58  256 Kibyte @ 24e00000 -- 58 omplete.
Erasing 256 Kibyte @ 24e40000 -- 58  256 Kibyte @ 24e80000 -- 58 omplete.
Erasing 256 Kibyte @ 24ec0000 -- 58  256 Kibyte @ 24f00000 -- 58 omplete.
Erasing 256 Kibyte @ 24f40000 -- 58  256 Kibyte @ 24f80000 -- 58 omplete.
Erasing 256 Kibyte @ 24fc0000 -- 58  256 Kibyte @ 25000000 -- 58 omplete.
Erasing 256 Kibyte @ 25040000 -- 58  256 Kibyte @ 25080000 -- 58 omplete.
Erasing 256 Kibyte @ 250c0000 -- 58  256 Kibyte @ 25100000 -- 58 omplete.
Erasing 256 Kibyte @ 25140000 -- 58  256 Kibyte @ 25180000 -- 58 omplete.
Erasing 256 Kibyte @ 251c0000 -- 58  256 Kibyte @ 25200000 -- 58 omplete.
Erasing 256 Kibyte @ 25240000 -- 58  256 Kibyte @ 25280000 -- 58 omplete.
Erasing 256 Kibyte @ 252c0000 -- 58  256 Kibyte @ 25300000 -- 58 omplete.
Erasing 256 Kibyte @ 25340000 -- 58  256 Kibyte @ 25380000 -- 58 omplete.
Erasing 256 Kibyte @ 253c0000 -- 58  256 Kibyte @ 25400000 -- 58 omplete.
Erasing 256 Kibyte @ 25440000 -- 58  256 Kibyte @ 25480000 -- 58 omplete.
Erasing 256 Kibyte @ 254c0000 -- 58  256 Kibyte @ 25500000 -- 58 omplete.
Erasing 256 Kibyte @ 25540000 -- 58  256 Kibyte @ 25580000 -- 58 omplete.
Erasing 256 Kibyte @ 255c0000 -- 58  256 Kibyte @ 25600000 -- 58 omplete.
Erasing 256 Kibyte @ 25640000 -- 58  256 Kibyte @ 25680000 -- 58 omplete.
Erasing 256 Kibyte @ 256c0000 -- 58  256 Kibyte @ 25700000 -- 58 omplete.
Erasing 256 Kibyte @ 25740000 -- 58  256 Kibyte @ 25780000 -- 59 omplete.
Erasing 256 Kibyte @ 257c0000 -- 59  256 Kibyte @ 25800000 -- 59 omplete.
Erasing 256 Kibyte @ 25840000 -- 59  256 Kibyte @ 25880000 -- 59 omplete.
Erasing 256 Kibyte @ 258c0000 -- 59  256 Kibyte @ 25900000 -- 59 omplete.
Erasing 256 Kibyte @ 25940000 -- 59  256 Kibyte @ 25980000 -- 59 omplete.
Erasing 256 Kibyte @ 259c0000 -- 59  256 Kibyte @ 25a00000 -- 59 omplete.
Erasing 256 Kibyte @ 25a40000 -- 59  256 Kibyte @ 25a80000 -- 59 omplete.
Erasing 256 Kibyte @ 25ac0000 -- 59  256 Kibyte @ 25b00000 -- 59 omplete.
Erasing 256 Kibyte @ 25b40000 -- 59  256 Kibyte @ 25b80000 -- 59 omplete.
Erasing 256 Kibyte @ 25bc0000 -- 59  256 Kibyte @ 25c00000 -- 59 omplete.
Erasing 256 Kibyte @ 25c40000 -- 59  256 Kibyte @ 25c80000 -- 59 omplete.
Erasing 256 Kibyte @ 25cc0000 -- 59  256 Kibyte @ 25d00000 -- 59 omplete.
Erasing 256 Kibyte @ 25d40000 -- 59  256 Kibyte @ 25d80000 -- 59 omplete.
Erasing 256 Kibyte @ 25dc0000 -- 59  256 Kibyte @ 25e00000 -- 59 omplete.
Erasing 256 Kibyte @ 25e40000 -- 59  256 Kibyte @ 25e80000 -- 59 omplete.
Erasing 256 Kibyte @ 25ec0000 -- 59  256 Kibyte @ 25f00000 -- 59 omplete.
Erasing 256 Kibyte @ 25f40000 -- 59  256 Kibyte @ 25f80000 -- 59 omplete.
Erasing 256 Kibyte @ 25fc0000 -- 59  256 Kibyte @ 26000000 -- 59 omplete.
Erasing 256 Kibyte @ 26040000 -- 59  256 Kibyte @ 26080000 -- 59 omplete.
Erasing 256 Kibyte @ 260c0000 -- 59  256 Kibyte @ 26100000 -- 59 omplete.
Erasing 256 Kibyte @ 26140000 -- 59  256 Kibyte @ 26180000 -- 59 omplete.
Erasing 256 Kibyte @ 261c0000 -- 60  256 Kibyte @ 26200000 -- 60 omplete.
Erasing 256 Kibyte @ 26240000 -- 60  256 Kibyte @ 26280000 -- 60 omplete.
Erasing 256 Kibyte @ 262c0000 -- 60  256 Kibyte @ 26300000 -- 60 omplete.
Erasing 256 Kibyte @ 26340000 -- 60  256 Kibyte @ 26380000 -- 60 omplete.
Erasing 256 Kibyte @ 263c0000 -- 60  256 Kibyte @ 26400000 -- 60 omplete.
Erasing 256 Kibyte @ 26440000 -- 60  256 Kibyte @ 26480000 -- 60 omplete.
Erasing 256 Kibyte @ 264c0000 -- 60  256 Kibyte @ 26500000 -- 60 omplete.
Erasing 256 Kibyte @ 26540000 -- 60  256 Kibyte @ 26580000 -- 60 omplete.
Erasing 256 Kibyte @ 265c0000 -- 60  256 Kibyte @ 26600000 -- 60 omplete.
Erasing 256 Kibyte @ 26640000 -- 60  256 Kibyte @ 26680000 -- 60 omplete.
Erasing 256 Kibyte @ 266c0000 -- 60  256 Kibyte @ 26700000 -- 60 omplete.
Erasing 256 Kibyte @ 26740000 -- 60  256 Kibyte @ 26780000 -- 60 omplete.
Erasing 256 Kibyte @ 267c0000 -- 60  256 Kibyte @ 26800000 -- 60 omplete.
Erasing 256 Kibyte @ 26840000 -- 60  256 Kibyte @ 26880000 -- 60 omplete.
Erasing 256 Kibyte @ 268c0000 -- 60  256 Kibyte @ 26900000 -- 60 omplete.
Erasing 256 Kibyte @ 26940000 -- 60  256 Kibyte @ 26980000 -- 60 omplete.
Erasing 256 Kibyte @ 269c0000 -- 60  256 Kibyte @ 26a00000 -- 60 omplete.
Erasing 256 Kibyte @ 26a40000 -- 60  256 Kibyte @ 26a80000 -- 60 omplete.
Erasing 256 Kibyte @ 26ac0000 -- 60  256 Kibyte @ 26b00000 -- 60 omplete.
Erasing 256 Kibyte @ 26b40000 -- 60  256 Kibyte @ 26b80000 -- 60 omplete.
Erasing 256 Kibyte @ 26bc0000 -- 60  256 Kibyte @ 26c00000 -- 61 omplete.
Erasing 256 Kibyte @ 26c40000 -- 61  256 Kibyte @ 26c80000 -- 61 omplete.
Erasing 256 Kibyte @ 26cc0000 -- 61  256 Kibyte @ 26d00000 -- 61 omplete.
Erasing 256 Kibyte @ 26d40000 -- 61  256 Kibyte @ 26d80000 -- 61 omplete.
Erasing 256 Kibyte @ 26dc0000 -- 61  256 Kibyte @ 26e00000 -- 61 omplete.
Erasing 256 Kibyte @ 26e40000 -- 61  256 Kibyte @ 26e80000 -- 61 omplete.
Erasing 256 Kibyte @ 26ec0000 -- 61  256 Kibyte @ 26f00000 -- 61 omplete.
Erasing 256 Kibyte @ 26f40000 -- 61  256 Kibyte @ 26f80000 -- 61 omplete.
Erasing 256 Kibyte @ 26fc0000 -- 61  256 Kibyte @ 27000000 -- 61 omplete.
Erasing 256 Kibyte @ 27040000 -- 61  256 Kibyte @ 27080000 -- 61 omplete.
Erasing 256 Kibyte @ 270c0000 -- 61  256 Kibyte @ 27100000 -- 61 omplete.
Erasing 256 Kibyte @ 27140000 -- 61  256 Kibyte @ 27180000 -- 61 omplete.
Erasing 256 Kibyte @ 271c0000 -- 61  256 Kibyte @ 27200000 -- 61 omplete.
Erasing 256 Kibyte @ 27240000 -- 61  256 Kibyte @ 27280000 -- 61 omplete.
Erasing 256 Kibyte @ 272c0000 -- 61  256 Kibyte @ 27300000 -- 61 omplete.
Erasing 256 Kibyte @ 27340000 -- 61  256 Kibyte @ 27380000 -- 61 omplete.
Erasing 256 Kibyte @ 273c0000 -- 61  256 Kibyte @ 27400000 -- 61 omplete.
Erasing 256 Kibyte @ 27440000 -- 61  256 Kibyte @ 27480000 -- 61 omplete.
Erasing 256 Kibyte @ 274c0000 -- 61  256 Kibyte @ 27500000 -- 61 omplete.
Erasing 256 Kibyte @ 27540000 -- 61  256 Kibyte @ 27580000 -- 61 omplete.
Erasing 256 Kibyte @ 275c0000 -- 61  256 Kibyte @ 27600000 -- 62 omplete.
Erasing 256 Kibyte @ 27640000 -- 62  256 Kibyte @ 27680000 -- 62 omplete.
Erasing 256 Kibyte @ 276c0000 -- 62  256 Kibyte @ 27700000 -- 62 omplete.
Erasing 256 Kibyte @ 27740000 -- 62  256 Kibyte @ 27780000 -- 62 omplete.
Erasing 256 Kibyte @ 277c0000 -- 62  256 Kibyte @ 27800000 -- 62 omplete.
Erasing 256 Kibyte @ 27840000 -- 62  256 Kibyte @ 27880000 -- 62 omplete.
Erasing 256 Kibyte @ 278c0000 -- 62  256 Kibyte @ 27900000 -- 62 omplete.
Erasing 256 Kibyte @ 27940000 -- 62  256 Kibyte @ 27980000 -- 62 omplete.
Erasing 256 Kibyte @ 279c0000 -- 62  256 Kibyte @ 27a00000 -- 62 omplete.
Erasing 256 Kibyte @ 27a40000 -- 62  256 Kibyte @ 27a80000 -- 62 omplete.
Erasing 256 Kibyte @ 27ac0000 -- 62  256 Kibyte @ 27b00000 -- 62 omplete.
Erasing 256 Kibyte @ 27b40000 -- 62  256 Kibyte @ 27b80000 -- 62 omplete.
Erasing 256 Kibyte @ 27bc0000 -- 62  256 Kibyte @ 27c00000 -- 62 omplete.
Erasing 256 Kibyte @ 27c40000 -- 62  256 Kibyte @ 27c80000 -- 62 omplete.
Erasing 256 Kibyte @ 27cc0000 -- 62  256 Kibyte @ 27d00000 -- 62 omplete.
Erasing 256 Kibyte @ 27d40000 -- 62  256 Kibyte @ 27d80000 -- 62 omplete.
Erasing 256 Kibyte @ 27dc0000 -- 62  256 Kibyte @ 27e00000 -- 62 omplete.
Erasing 256 Kibyte @ 27e40000 -- 62  256 Kibyte @ 27e80000 -- 62 omplete.
Erasing 256 Kibyte @ 27ec0000 -- 62  256 Kibyte @ 27f00000 -- 62 omplete.
Erasing 256 Kibyte @ 27f40000 -- 62  256 Kibyte @ 27f80000 -- 62 omplete.
Erasing 256 Kibyte @ 27fc0000 -- 62  256 Kibyte @ 28000000 -- 62 omplete.
Erasing 256 Kibyte @ 28040000 -- 63  256 Kibyte @ 28080000 -- 63 omplete.
Erasing 256 Kibyte @ 280c0000 -- 63  256 Kibyte @ 28100000 -- 63 omplete.
Erasing 256 Kibyte @ 28140000 -- 63  256 Kibyte @ 28180000 -- 63 omplete.
Erasing 256 Kibyte @ 281c0000 -- 63  256 Kibyte @ 28200000 -- 63 omplete.
Erasing 256 Kibyte @ 28240000 -- 63  256 Kibyte @ 28280000 -- 63 omplete.
Erasing 256 Kibyte @ 282c0000 -- 63  256 Kibyte @ 28300000 -- 63 omplete.
Erasing 256 Kibyte @ 28340000 -- 63  256 Kibyte @ 28380000 -- 63 omplete.
Erasing 256 Kibyte @ 283c0000 -- 63  256 Kibyte @ 28400000 -- 63 omplete.
Erasing 256 Kibyte @ 28440000 -- 63  256 Kibyte @ 28480000 -- 63 omplete.
Erasing 256 Kibyte @ 284c0000 -- 63  256 Kibyte @ 28500000 -- 63 omplete.
Erasing 256 Kibyte @ 28540000 -- 63  256 Kibyte @ 28580000 -- 63 omplete.
Erasing 256 Kibyte @ 285c0000 -- 63  256 Kibyte @ 28600000 -- 63 omplete.
Erasing 256 Kibyte @ 28640000 -- 63  256 Kibyte @ 28680000 -- 63 omplete.
Erasing 256 Kibyte @ 286c0000 -- 63  256 Kibyte @ 28700000 -- 63 omplete.
Erasing 256 Kibyte @ 28740000 -- 63  256 Kibyte @ 28780000 -- 63 omplete.
Erasing 256 Kibyte @ 287c0000 -- 63  256 Kibyte @ 28800000 -- 63 omplete.
Erasing 256 Kibyte @ 28840000 -- 63  256 Kibyte @ 28880000 -- 63 omplete.
Erasing 256 Kibyte @ 288c0000 -- 63  256 Kibyte @ 28900000 -- 63 omplete.
Erasing 256 Kibyte @ 28940000 -- 63  256 Kibyte @ 28980000 -- 63 omplete.
Erasing 256 Kibyte @ 289c0000 -- 63  256 Kibyte @ 28a00000 -- 63 omplete.
Erasing 256 Kibyte @ 28a40000 -- 64  256 Kibyte @ 28a80000 -- 64 omplete.
Erasing 256 Kibyte @ 28ac0000 -- 64  256 Kibyte @ 28b00000 -- 64 omplete.
Erasing 256 Kibyte @ 28b40000 -- 64  256 Kibyte @ 28b80000 -- 64 omplete.
Erasing 256 Kibyte @ 28bc0000 -- 64  256 Kibyte @ 28c00000 -- 64 omplete.
Erasing 256 Kibyte @ 28c40000 -- 64  256 Kibyte @ 28c80000 -- 64 omplete.
Erasing 256 Kibyte @ 28cc0000 -- 64  256 Kibyte @ 28d00000 -- 64 omplete.
Erasing 256 Kibyte @ 28d40000 -- 64  256 Kibyte @ 28d80000 -- 64 omplete.
Erasing 256 Kibyte @ 28dc0000 -- 64  256 Kibyte @ 28e00000 -- 64 omplete.
Erasing 256 Kibyte @ 28e40000 -- 64  256 Kibyte @ 28e80000 -- 64 f40000 -- 64  256 Kibyte @ 28f80000 -- 64 omplete.
Erasing 256 Kibyte @ 28fc0000 -- 64  256 Kibyte @ 29000000 -- 64 omplete.
Erasing 256 Kibyte @ 29040000 -- 64  256 Kibyte @ 29080000 -- 64 omplete.
Erasing 256 Kibyte @ 290c0000 -- 64  256 Kibyte @ 29100000 -- 64 omplete.
Erasing 256 Kibyte @ 29140000 -- 64  256 Kibyte @ 29200000 -- 64 240000 -- 64  256 Kibyte @ 29280000 -- 64 omplete.
Erasing 256 Kibyte @ 292c0000 -- 64  256 Kibyte @ 29300000 -- 64 omplete.
Erasing 256 Kibyte @ 29340000 -- 64  256 Kibyte @ 29380000 -- 64 omplete.
Erasing 256 Kibyte @ 293c0000 -- 64  256 Kibyte @ 29400000 -- 64 omplete.
Erasing 256 Kibyte @ 29440000 -- 64  256 Kibyte @ 29480000 -- 65 omplete.
Erasing 256 Kibyte @ 294c0000 -- 65  256 Kibyte @ 29500000 -- 65 omplete.
Erasing 256 Kibyte @ 29540000 -- 65  256 Kibyte @ 29580000 -- 65 omplete.
Erasing 256 Kibyte @ 295c0000 -- 65  256 Kibyte @ 29600000 -- 65 omplete.
Erasing 256 Kibyte @ 29640000 -- 65  256 Kibyte @ 29680000 -- 65 omplete.
Erasing 256 Kibyte @ 296c0000 -- 65  256 Kibyte @ 29700000 -- 65 omplete.
Erasing 256 Kibyte @ 29740000 -- 65  256 Kibyte @ 29780000 -- 65 omplete.
Erasing 256 Kibyte @ 297c0000 -- 65  256 Kibyte @ 29800000 -- 65 omplete.
Erasing 256 Kibyte @ 29840000 -- 65  256 Kibyte @ 29880000 -- 65 omplete.
Erasing 256 Kibyte @ 298c0000 -- 65  256 Kibyte @ 29900000 -- 65 omplete.
Erasing 256 Kibyte @ 29940000 -- 65  256 Kibyte @ 29980000 -- 65 omplete.
Erasing 256 Kibyte @ 299c0000 -- 65  256 Kibyte @ 29a00000 -- 65 omplete.
Erasing 256 Kibyte @ 29a40000 -- 65  256 Kibyte @ 29a80000 -- 65 omplete.
Erasing 256 Kibyte @ 29ac0000 -- 65  256 Kibyte @ 29b00000 -- 65 omplete.
Erasing 256 Kibyte @ 29b40000 -- 65  256 Kibyte @ 29b80000 -- 65 omplete.
Erasing 256 Kibyte @ 29bc0000 -- 65  256 Kibyte @ 29c00000 -- 65 omplete.
Erasing 256 Kibyte @ 29c40000 -- 65  256 Kibyte @ 29c80000 -- 65 omplete.
Erasing 256 Kibyte @ 29cc0000 -- 65  256 Kibyte @ 29d00000 -- 65 omplete.
Erasing 256 Kibyte @ 29d40000 -- 65  256 Kibyte @ 29d80000 -- 65 omplete.
Erasing 256 Kibyte @ 29dc0000 -- 65  256 Kibyte @ 29e00000 -- 65 omplete.
Erasing 256 Kibyte @ 29e40000 -- 65  256 Kibyte @ 29e80000 -- 65 omplete.
Erasing 256 Kibyte @ 29ec0000 -- 66  256 Kibyte @ 29f00000 -- 66 omplete.
Erasing 256 Kibyte @ 29f40000 -- 66  256 Kibyte @ 29f80000 -- 66 omplete.
Erasing 256 Kibyte @ 29fc0000 -- 66  256 Kibyte @ 2a000000 -- 66 omplete.
Erasing 256 Kibyte @ 2a040000 -- 66  256 Kibyte @ 2a080000 -- 66 omplete.
Erasing 256 Kibyte @ 2a0c0000 -- 66  256 Kibyte @ 2a100000 -- 66 omplete.
Erasing 256 Kibyte @ 2a140000 -- 66  256 Kibyte @ 2a180000 -- 66 omplete.
Erasing 256 Kibyte @ 2a1c0000 -- 66  256 Kibyte @ 2a200000 -- 66 omplete.
Erasing 256 Kibyte @ 2a240000 -- 66  256 Kibyte @ 2a280000 -- 66 omplete.
Erasing 256 Kibyte @ 2a2c0000 -- 66  256 Kibyte @ 2a300000 -- 66 omplete.
Erasing 256 Kibyte @ 2a340000 -- 66  256 Kibyte @ 2a380000 -- 66 omplete.
Erasing 256 Kibyte @ 2a3c0000 -- 66  256 Kibyte @ 2a400000 -- 66 omplete.
Erasing 256 Kibyte @ 2a440000 -- 66  256 Kibyte @ 2a480000 -- 66 omplete.
Erasing 256 Kibyte @ 2a4c0000 -- 66  256 Kibyte @ 2a500000 -- 66 omplete.
Erasing 256 Kibyte @ 2a540000 -- 66  256 Kibyte @ 2a580000 -- 66 omplete.
Erasing 256 Kibyte @ 2a5c0000 -- 66  256 Kibyte @ 2a600000 -- 66 omplete.
Erasing 256 Kibyte @ 2a640000 -- 66  256 Kibyte @ 2a680000 -- 66 omplete.
Erasing 256 Kibyte @ 2a6c0000 -- 66  256 Kibyte @ 2a700000 -- 66 omplete.
Erasing 256 Kibyte @ 2a740000 -- 66  256 Kibyte @ 2a780000 -- 66 omplete.
Erasing 256 Kibyte @ 2a7c0000 -- 66  256 Kibyte @ 2a800000 -- 66 omplete.
Erasing 256 Kibyte @ 2a840000 -- 66  256 Kibyte @ 2a880000 -- 66 omplete.
Erasing 256 Kibyte @ 2a8c0000 -- 67  256 Kibyte @ 2a900000 -- 67 omplete.
Erasing 256 Kibyte @ 2a940000 -- 67  256 Kibyte @ 2a980000 -- 67 omplete.
Erasing 256 Kibyte @ 2a9c0000 -- 67  256 Kibyte @ 2aa00000 -- 67 omplete.
Erasing 256 Kibyte @ 2aa40000 -- 67  256 Kibyte @ 2aa80000 -- 67 omplete.
Erasing 256 Kibyte @ 2aac0000 -- 67  256 Kibyte @ 2ab00000 -- 67 omplete.
Erasing 256 Kibyte @ 2ab40000 -- 67  256 Kibyte @ 2ab80000 -- 67 omplete.
Erasing 256 Kibyte @ 2abc0000 -- 67  256 Kibyte @ 2ac00000 -- 67 omplete.
Erasing 256 Kibyte @ 2ac40000 -- 67  256 Kibyte @ 2ac80000 -- 67 omplete.
Erasing 256 Kibyte @ 2acc0000 -- 67  256 Kibyte @ 2ad00000 -- 67 omplete.
Erasing 256 Kibyte @ 2ad40000 -- 67  256 Kibyte @ 2ad80000 -- 67 omplete.
Erasing 256 Kibyte @ 2adc0000 -- 67  256 Kibyte @ 2ae00000 -- 67 omplete.
Erasing 256 Kibyte @ 2ae40000 -- 67  256 Kibyte @ 2ae80000 -- 67 omplete.
Erasing 256 Kibyte @ 2aec0000 -- 67  256 Kibyte @ 2af00000 -- 67 omplete.
Erasing 256 Kibyte @ 2af40000 -- 67  256 Kibyte @ 2af80000 -- 67 omplete.
Erasing 256 Kibyte @ 2afc0000 -- 67  256 Kibyte @ 2b000000 -- 67 omplete.
Erasing 256 Kibyte @ 2b040000 -- 67  256 Kibyte @ 2b080000 -- 67 omplete.
Erasing 256 Kibyte @ 2b0c0000 -- 67  256 Kibyte @ 2b100000 -- 67 omplete.
Erasing 256 Kibyte @ 2b140000 -- 67  256 Kibyte @ 2b180000 -- 67 omplete.
Erasing 256 Kibyte @ 2b1c0000 -- 67  256 Kibyte @ 2b200000 -- 67 omplete.
Erasing 256 Kibyte @ 2b240000 -- 67  256 Kibyte @ 2b280000 -- 67 omplete.
Erasing 256 Kibyte @ 2b2c0000 -- 67  256 Kibyte @ 2b300000 -- 68 omplete.
Erasing 256 Kibyte @ 2b340000 -- 68  256 Kibyte @ 2b380000 -- 68 omplete.
Erasing 256 Kibyte @ 2b3c0000 -- 68  256 Kibyte @ 2b400000 -- 68 omplete.
Erasing 256 Kibyte @ 2b440000 -- 68  256 Kibyte @ 2b480000 -- 68 omplete.
Erasing 256 Kibyte @ 2b4c0000 -- 68  256 Kibyte @ 2b500000 -- 68 omplete.
Erasing 256 Kibyte @ 2b540000 -- 68  256 Kibyte @ 2b580000 -- 68 omplete.
Erasing 256 Kibyte @ 2b5c0000 -- 68  256 Kibyte @ 2b600000 -- 68 omplete.
Erasing 256 Kibyte @ 2b640000 -- 68  256 Kibyte @ 2b680000 -- 68 omplete.
Erasing 256 Kibyte @ 2b6c0000 -- 68  256 Kibyte @ 2b700000 -- 68 omplete.
Erasing 256 Kibyte @ 2b740000 -- 68  256 Kibyte @ 2b780000 -- 68 omplete.
Erasing 256 Kibyte @ 2b7c0000 -- 68  256 Kibyte @ 2b800000 -- 68 omplete.
Erasing 256 Kibyte @ 2b840000 -- 68  256 Kibyte @ 2b880000 -- 68 omplete.
Erasing 256 Kibyte @ 2b8c0000 -- 68  256 Kibyte @ 2b900000 -- 68 omplete.
Erasing 256 Kibyte @ 2b940000 -- 68  256 Kibyte @ 2b980000 -- 68 omplete.
Erasing 256 Kibyte @ 2b9c0000 -- 68  256 Kibyte @ 2ba00000 -- 68 omplete.
Erasing 256 Kibyte @ 2ba40000 -- 68  256 Kibyte @ 2ba80000 -- 68 omplete.
Erasing 256 Kibyte @ 2bac0000 -- 68  256 Kibyte @ 2bb00000 -- 68 omplete.
Erasing 256 Kibyte @ 2bb40000 -- 68  256 Kibyte @ 2bb80000 -- 68 omplete.
Erasing 256 Kibyte @ 2bbc0000 -- 68  256 Kibyte @ 2bc00000 -- 68 omplete.
Erasing 256 Kibyte @ 2bc40000 -- 68  256 Kibyte @ 2bc80000 -- 68 omplete.
Erasing 256 Kibyte @ 2bcc0000 -- 68  256 Kibyte @ 2bd00000 -- 68 omplete.
Erasing 256 Kibyte @ 2bd40000 -- 69  256 Kibyte @ 2bd80000 -- 69 omplete.
Erasing 256 Kibyte @ 2bdc0000 -- 69  256 Kibyte @ 2be00000 -- 69 omplete.
Erasing 256 Kibyte @ 2be40000 -- 69  256 Kibyte @ 2be80000 -- 69 omplete.
Erasing 256 Kibyte @ 2bec0000 -- 69  256 Kibyte @ 2bf00000 -- 69 omplete.
Erasing 256 Kibyte @ 2bf40000 -- 69  256 Kibyte @ 2bf80000 -- 69 omplete.
Erasing 256 Kibyte @ 2bfc0000 -- 69  256 Kibyte @ 2c000000 -- 69 omplete.
Erasing 256 Kibyte @ 2c040000 -- 69  256 Kibyte @ 2c080000 -- 69 omplete.
Erasing 256 Kibyte @ 2c0c0000 -- 69  256 Kibyte @ 2c100000 -- 69 omplete.
Erasing 256 Kibyte @ 2c140000 -- 69  256 Kibyte @ 2c180000 -- 69 omplete.
Erasing 256 Kibyte @ 2c1c0000 -- 69  256 Kibyte @ 2c200000 -- 69 omplete.
Erasing 256 Kibyte @ 2c240000 -- 69  256 Kibyte @ 2c280000 -- 69 omplete.
Erasing 256 Kibyte @ 2c2c0000 -- 69  256 Kibyte @ 2c300000 -- 69 omplete.
Erasing 256 Kibyte @ 2c340000 -- 69  256 Kibyte @ 2c380000 -- 69 omplete.
Erasing 256 Kibyte @ 2c3c0000 -- 69  256 Kibyte @ 2c400000 -- 69 omplete.
Erasing 256 Kibyte @ 2c440000 -- 69  256 Kibyte @ 2c480000 -- 69 omplete.
Erasing 256 Kibyte @ 2c4c0000 -- 69  256 Kibyte @ 2c500000 -- 69 omplete.
Erasing 256 Kibyte @ 2c540000 -- 69  256 Kibyte @ 2c580000 -- 69 omplete.
Erasing 256 Kibyte @ 2c5c0000 -- 69  256 Kibyte @ 2c600000 -- 69 omplete.
Erasing 256 Kibyte @ 2c640000 -- 69  256 Kibyte @ 2c680000 -- 69 omplete.
Erasing 256 Kibyte @ 2c6c0000 -- 69  256 Kibyte @ 2c700000 -- 69 omplete.
Erasing 256 Kibyte @ 2c740000 -- 70  256 Kibyte @ 2c780000 -- 70 omplete.
Erasing 256 Kibyte @ 2c7c0000 -- 70  256 Kibyte @ 2c800000 -- 70 omplete.
Erasing 256 Kibyte @ 2c840000 -- 70  256 Kibyte @ 2c880000 -- 70 omplete.
Erasing 256 Kibyte @ 2c8c0000 -- 70  256 Kibyte @ 2c900000 -- 70 omplete.
Erasing 256 Kibyte @ 2c940000 -- 70  256 Kibyte @ 2c980000 -- 70 omplete.
Erasing 256 Kibyte @ 2c9c0000 -- 70  256 Kibyte @ 2ca00000 -- 70 omplete.
Erasing 256 Kibyte @ 2ca40000 -- 70  256 Kibyte @ 2ca80000 -- 70 omplete.
Erasing 256 Kibyte @ 2cac0000 -- 70  256 Kibyte @ 2cb00000 -- 70 omplete.
Erasing 256 Kibyte @ 2cb40000 -- 70  256 Kibyte @ 2cb80000 -- 70 omplete.
Erasing 256 Kibyte @ 2cbc0000 -- 70  256 Kibyte @ 2cc00000 -- 70 omplete.
Erasing 256 Kibyte @ 2cc40000 -- 70  256 Kibyte @ 2cc80000 -- 70 omplete.
Erasing 256 Kibyte @ 2ccc0000 -- 70  256 Kibyte @ 2cd00000 -- 70 omplete.
Erasing 256 Kibyte @ 2cd40000 -- 70  256 Kibyte @ 2cd80000 -- 70 omplete.
Erasing 256 Kibyte @ 2cdc0000 -- 70  256 Kibyte @ 2ce00000 -- 70 omplete.
Erasing 256 Kibyte @ 2ce40000 -- 70  256 Kibyte @ 2ce80000 -- 70 omplete.
Erasing 256 Kibyte @ 2cec0000 -- 70  256 Kibyte @ 2cf00000 -- 70 omplete.
Erasing 256 Kibyte @ 2cf40000 -- 70  256 Kibyte @ 2cf80000 -- 70 omplete.
Erasing 256 Kibyte @ 2cfc0000 -- 70  256 Kibyte @ 2d000000 -- 70 omplete.
Erasing 256 Kibyte @ 2d040000 -- 70  256 Kibyte @ 2d080000 -- 70 omplete.
Erasing 256 Kibyte @ 2d0c0000 -- 70  256 Kibyte @ 2d100000 -- 70 omplete.
Erasing 256 Kibyte @ 2d140000 -- 70  256 Kibyte @ 2d180000 -- 71 omplete.
Erasing 256 Kibyte @ 2d1c0000 -- 71  256 Kibyte @ 2d200000 -- 71 omplete.
Erasing 256 Kibyte @ 2d240000 -- 71  256 Kibyte @ 2d280000 -- 71 omplete.
Erasing 256 Kibyte @ 2d2c0000 -- 71  256 Kibyte @ 2d300000 -- 71 omplete.
Erasing 256 Kibyte @ 2d340000 -- 71  256 Kibyte @ 2d380000 -- 71 omplete.
Erasing 256 Kibyte @ 2d3c0000 -- 71  256 Kibyte @ 2d400000 -- 71 omplete.
Erasing 256 Kibyte @ 2d440000 -- 71  256 Kibyte @ 2d480000 -- 71 omplete.
Erasing 256 Kibyte @ 2d4c0000 -- 71  256 Kibyte @ 2d500000 -- 71 omplete.
Erasing 256 Kibyte @ 2d540000 -- 71  256 Kibyte @ 2d580000 -- 71 omplete.
Erasing 256 Kibyte @ 2d5c0000 -- 71  256 Kibyte @ 2d600000 -- 71 omplete.
Erasing 256 Kibyte @ 2d640000 -- 71  256 Kibyte @ 2d680000 -- 71 omplete.
Erasing 256 Kibyte @ 2d6c0000 -- 71  256 Kibyte @ 2d700000 -- 71 omplete.
Erasing 256 Kibyte @ 2d740000 -- 71  256 Kibyte @ 2d780000 -- 71 omplete.
Erasing 256 Kibyte @ 2d7c0000 -- 71  256 Kibyte @ 2d800000 -- 71 omplete.
Erasing 256 Kibyte @ 2d840000 -- 71  256 Kibyte @ 2d880000 -- 71 omplete.
Erasing 256 Kibyte @ 2d8c0000 -- 71  256 Kibyte @ 2d900000 -- 71 omplete.
Erasing 256 Kibyte @ 2d940000 -- 71  256 Kibyte @ 2d980000 -- 71 omplete.
Erasing 256 Kibyte @ 2d9c0000 -- 71  256 Kibyte @ 2da00000 -- 71 omplete.
Erasing 256 Kibyte @ 2da40000 -- 71  256 Kibyte @ 2da80000 -- 71 omplete.
Erasing 256 Kibyte @ 2dac0000 -- 71  256 Kibyte @ 2db00000 -- 71 omplete.
Erasing 256 Kibyte @ 2db40000 -- 71  256 Kibyte @ 2db80000 -- 71 omplete.
Erasing 256 Kibyte @ 2dbc0000 -- 72  256 Kibyte @ 2dc00000 -- 72 omplete.
Erasing 256 Kibyte @ 2dc40000 -- 72  256 Kibyte @ 2dc80000 -- 72 omplete.
Erasing 256 Kibyte @ 2dcc0000 -- 72  256 Kibyte @ 2dd00000 -- 72 omplete.
Erasing 256 Kibyte @ 2dd40000 -- 72  256 Kibyte @ 2dd80000 -- 72 omplete.
Erasing 256 Kibyte @ 2ddc0000 -- 72  256 Kibyte @ 2de00000 -- 72 omplete.
Erasing 256 Kibyte @ 2de40000 -- 72  256 Kibyte @ 2de80000 -- 72 omplete.
Erasing 256 Kibyte @ 2dec0000 -- 72  256 Kibyte @ 2df00000 -- 72 omplete.
Erasing 256 Kibyte @ 2df40000 -- 72  256 Kibyte @ 2df80000 -- 72 omplete.
Erasing 256 Kibyte @ 2dfc0000 -- 72  256 Kibyte @ 2e000000 -- 72 omplete.
Erasing 256 Kibyte @ 2e040000 -- 72  256 Kibyte @ 2e080000 -- 72 omplete.
Erasing 256 Kibyte @ 2e0c0000 -- 72  256 Kibyte @ 2e100000 -- 72 omplete.
Erasing 256 Kibyte @ 2e140000 -- 72  256 Kibyte @ 2e180000 -- 72 omplete.
Erasing 256 Kibyte @ 2e1c0000 -- 72  256 Kibyte @ 2e200000 -- 72 omplete.
Erasing 256 Kibyte @ 2e240000 -- 72  256 Kibyte @ 2e280000 -- 72 omplete.
Erasing 256 Kibyte @ 2e2c0000 -- 72  256 Kibyte @ 2e300000 -- 72 omplete.
Erasing 256 Kibyte @ 2e340000 -- 72  256 Kibyte @ 2e380000 -- 72 omplete.
Erasing 256 Kibyte @ 2e3c0000 -- 72  256 Kibyte @ 2e400000 -- 72 omplete.
Erasing 256 Kibyte @ 2e440000 -- 72  256 Kibyte @ 2e480000 -- 72 omplete.
Erasing 256 Kibyte @ 2e4c0000 -- 72  256 Kibyte @ 2e500000 -- 72 omplete.
Erasing 256 Kibyte @ 2e540000 -- 72  256 Kibyte @ 2e580000 -- 72 omplete.
Erasing 256 Kibyte @ 2e5c0000 -- 73  256 Kibyte @ 2e600000 -- 73 omplete.
Erasing 256 Kibyte @ 2e640000 -- 73  256 Kibyte @ 2e680000 -- 73 omplete.
Erasing 256 Kibyte @ 2e6c0000 -- 73  256 Kibyte @ 2e700000 -- 73 omplete.
Erasing 256 Kibyte @ 2e740000 -- 73  256 Kibyte @ 2e780000 -- 73 omplete.
Erasing 256 Kibyte @ 2e7c0000 -- 73  256 Kibyte @ 2e800000 -- 73 omplete.
Erasing 256 Kibyte @ 2e840000 -- 73  256 Kibyte @ 2e880000 -- 73 omplete.
Erasing 256 Kibyte @ 2e8c0000 -- 73  256 Kibyte @ 2e900000 -- 73 omplete.
Erasing 256 Kibyte @ 2e940000 -- 73  256 Kibyte @ 2e980000 -- 73 omplete.
Erasing 256 Kibyte @ 2e9c0000 -- 73  256 Kibyte @ 2ea00000 -- 73 omplete.
Erasing 256 Kibyte @ 2ea40000 -- 73  256 Kibyte @ 2ea80000 -- 73 omplete.
Erasing 256 Kibyte @ 2eac0000 -- 73  256 Kibyte @ 2eb00000 -- 73 omplete.
Erasing 256 Kibyte @ 2eb40000 -- 73  256 Kibyte @ 2eb80000 -- 73 omplete.
Erasing 256 Kibyte @ 2ebc0000 -- 73  256 Kibyte @ 2ec00000 -- 73 omplete.
Erasing 256 Kibyte @ 2ec40000 -- 73  256 Kibyte @ 2ec80000 -- 73 omplete.
Erasing 256 Kibyte @ 2ecc0000 -- 73  256 Kibyte @ 2ed00000 -- 73 omplete.
Erasing 256 Kibyte @ 2ed40000 -- 73  256 Kibyte @ 2ed80000 -- 73 omplete.
Erasing 256 Kibyte @ 2edc0000 -- 73  256 Kibyte @ 2ee00000 -- 73 omplete.
Erasing 256 Kibyte @ 2ee40000 -- 73  256 Kibyte @ 2ee80000 -- 73 omplete.
Erasing 256 Kibyte @ 2eec0000 -- 73  256 Kibyte @ 2ef00000 -- 73 omplete.
Erasing 256 Kibyte @ 2ef40000 -- 73  256 Kibyte @ 2ef80000 -- 73 omplete.
Erasing 256 Kibyte @ 2efc0000 -- 73  256 Kibyte @ 2f000000 -- 74 omplete.
Erasing 256 Kibyte @ 2f040000 -- 74  256 Kibyte @ 2f080000 -- 74 omplete.
Erasing 256 Kibyte @ 2f0c0000 -- 74  256 Kibyte @ 2f100000 -- 74 omplete.
Erasing 256 Kibyte @ 2f140000 -- 74  256 Kibyte @ 2f180000 -- 74 omplete.
Erasing 256 Kibyte @ 2f1c0000 -- 74  256 Kibyte @ 2f200000 -- 74 omplete.
Erasing 256 Kibyte @ 2f240000 -- 74  256 Kibyte @ 2f280000 -- 74 omplete.
Erasing 256 Kibyte @ 2f2c0000 -- 74  256 Kibyte @ 2f300000 -- 74 omplete.
Erasing 256 Kibyte @ 2f340000 -- 74  256 Kibyte @ 2f380000 -- 74 omplete.
Erasing 256 Kibyte @ 2f3c0000 -- 74  256 Kibyte @ 2f400000 -- 74 omplete.
Erasing 256 Kibyte @ 2f440000 -- 74  256 Kibyte @ 2f480000 -- 74 omplete.
Erasing 256 Kibyte @ 2f4c0000 -- 74  256 Kibyte @ 2f500000 -- 74 omplete.
Erasing 256 Kibyte @ 2f540000 -- 74  256 Kibyte @ 2f580000 -- 74 omplete.
Erasing 256 Kibyte @ 2f5c0000 -- 74  256 Kibyte @ 2f600000 -- 74 omplete.
Erasing 256 Kibyte @ 2f640000 -- 74  256 Kibyte @ 2f680000 -- 74 omplete.
Erasing 256 Kibyte @ 2f6c0000 -- 74  256 Kibyte @ 2f700000 -- 74 omplete.
Erasing 256 Kibyte @ 2f740000 -- 74  256 Kibyte @ 2f780000 -- 74 omplete.
Erasing 256 Kibyte @ 2f7c0000 -- 74  256 Kibyte @ 2f800000 -- 74 omplete.
Erasing 256 Kibyte @ 2f840000 -- 74  256 Kibyte @ 2f880000 -- 74 omplete.
Erasing 256 Kibyte @ 2f8c0000 -- 74  256 Kibyte @ 2f900000 -- 74 omplete.
Erasing 256 Kibyte @ 2f940000 -- 74  256 Kibyte @ 2f980000 -- 74 omplete.
Erasing 256 Kibyte @ 2f9c0000 -- 74  256 Kibyte @ 2fa00000 -- 75 omplete.
Erasing 256 Kibyte @ 2fa40000 -- 75  256 Kibyte @ 2fa80000 -- 75 omplete.
Erasing 256 Kibyte @ 2fac0000 -- 75  256 Kibyte @ 2fb00000 -- 75 omplete.
Erasing 256 Kibyte @ 2fb40000 -- 75  256 Kibyte @ 2fb80000 -- 75 omplete.
Erasing 256 Kibyte @ 2fbc0000 -- 75  256 Kibyte @ 2fc00000 -- 75 omplete.
Erasing 256 Kibyte @ 2fc40000 -- 75  256 Kibyte @ 2fc80000 -- 75 omplete.
Erasing 256 Kibyte @ 2fcc0000 -- 75  256 Kibyte @ 2fd00000 -- 75 omplete.
Erasing 256 Kibyte @ 2fd40000 -- 75  256 Kibyte @ 2fd80000 -- 75 omplete.
Erasing 256 Kibyte @ 2fdc0000 -- 75  256 Kibyte @ 2fe00000 -- 75 omplete.
Erasing 256 Kibyte @ 2fe40000 -- 75  256 Kibyte @ 2fe80000 -- 75 omplete.
Erasing 256 Kibyte @ 2fec0000 -- 75  256 Kibyte @ 2ff00000 -- 75 omplete.
Erasing 256 Kibyte @ 2ff40000 -- 75  256 Kibyte @ 2ff80000 -- 75 omplete.
Erasing 256 Kibyte @ 2ffc0000 -- 75  256 Kibyte @ 30000000 -- 75 omplete.
Erasing 256 Kibyte @ 30040000 -- 75  256 Kibyte @ 30080000 -- 75 omplete.
Erasing 256 Kibyte @ 300c0000 -- 75  256 Kibyte @ 30100000 -- 75 omplete.
Erasing 256 Kibyte @ 30140000 -- 75  256 Kibyte @ 30180000 -- 75 omplete.
Erasing 256 Kibyte @ 301c0000 -- 75  256 Kibyte @ 30200000 -- 75 omplete.
Erasing 256 Kibyte @ 30240000 -- 75  256 Kibyte @ 30280000 -- 75 omplete.
Erasing 256 Kibyte @ 302c0000 -- 75  256 Kibyte @ 30300000 -- 75 omplete.
Erasing 256 Kibyte @ 30340000 -- 75  256 Kibyte @ 30380000 -- 75 omplete.
Erasing 256 Kibyte @ 303c0000 -- 75  256 Kibyte @ 30400000 -- 75 omplete.
Erasing 256 Kibyte @ 30440000 -- 76  256 Kibyte @ 30480000 -- 76 omplete.
Erasing 256 Kibyte @ 304c0000 -- 76  256 Kibyte @ 30500000 -- 76 omplete.
Erasing 256 Kibyte @ 30540000 -- 76  256 Kibyte @ 30580000 -- 76 omplete.
Erasing 256 Kibyte @ 305c0000 -- 76  256 Kibyte @ 30600000 -- 76 omplete.
Erasing 256 Kibyte @ 30640000 -- 76  256 Kibyte @ 30680000 -- 76 omplete.
Erasing 256 Kibyte @ 306c0000 -- 76  256 Kibyte @ 30700000 -- 76 omplete.
Erasing 256 Kibyte @ 30740000 -- 76  256 Kibyte @ 30780000 -- 76 omplete.
Erasing 256 Kibyte @ 307c0000 -- 76  256 Kibyte @ 30800000 -- 76 omplete.
Erasing 256 Kibyte @ 30840000 -- 76  256 Kibyte @ 30880000 -- 76 omplete.
Erasing 256 Kibyte @ 308c0000 -- 76  256 Kibyte @ 30900000 -- 76 omplete.
Erasing 256 Kibyte @ 30940000 -- 76  256 Kibyte @ 30980000 -- 76 omplete.
Erasing 256 Kibyte @ 309c0000 -- 76  256 Kibyte @ 30a00000 -- 76 omplete.
Erasing 256 Kibyte @ 30a40000 -- 76  256 Kibyte @ 30a80000 -- 76 omplete.
Erasing 256 Kibyte @ 30ac0000 -- 76  256 Kibyte @ 30b00000 -- 76 omplete.
Erasing 256 Kibyte @ 30b40000 -- 76  256 Kibyte @ 30b80000 -- 76 omplete.
Erasing 256 Kibyte @ 30bc0000 -- 76  256 Kibyte @ 30c00000 -- 76 omplete.
Erasing 256 Kibyte @ 30c40000 -- 76  256 Kibyte @ 30c80000 -- 76 omplete.
Erasing 256 Kibyte @ 30cc0000 -- 76  256 Kibyte @ 30d00000 -- 76 omplete.
Erasing 256 Kibyte @ 30d40000 -- 76  256 Kibyte @ 30d80000 -- 76 omplete.
Erasing 256 Kibyte @ 30dc0000 -- 76  256 Kibyte @ 30e00000 -- 76 omplete.
Erasing 256 Kibyte @ 30e40000 -- 76  256 Kibyte @ 30e80000 -- 77 omplete.
Erasing 256 Kibyte @ 30ec0000 -- 77  256 Kibyte @ 30f00000 -- 77 omplete.
Erasing 256 Kibyte @ 30f40000 -- 77  256 Kibyte @ 30f80000 -- 77 omplete.
Erasing 256 Kibyte @ 30fc0000 -- 77  256 Kibyte @ 31000000 -- 77 omplete.
Erasing 256 Kibyte @ 31040000 -- 77  256 Kibyte @ 31080000 -- 77 omplete.
Erasing 256 Kibyte @ 310c0000 -- 77  256 Kibyte @ 31100000 -- 77 omplete.
Erasing 256 Kibyte @ 31140000 -- 77  256 Kibyte @ 31180000 -- 77 omplete.
Erasing 256 Kibyte @ 311c0000 -- 77  256 Kibyte @ 31200000 -- 77 omplete.
Erasing 256 Kibyte @ 31240000 -- 77  256 Kibyte @ 31280000 -- 77 omplete.
Erasing 256 Kibyte @ 312c0000 -- 77  256 Kibyte @ 31300000 -- 77 omplete.
Erasing 256 Kibyte @ 31340000 -- 77  256 Kibyte @ 31380000 -- 77 omplete.
Erasing 256 Kibyte @ 313c0000 -- 77  256 Kibyte @ 31400000 -- 77 omplete.
Erasing 256 Kibyte @ 31440000 -- 77  256 Kibyte @ 31480000 -- 77 omplete.
Erasing 256 Kibyte @ 314c0000 -- 77  256 Kibyte @ 31500000 -- 77 omplete.
Erasing 256 Kibyte @ 31540000 -- 77  256 Kibyte @ 31580000 -- 77 omplete.
Erasing 256 Kibyte @ 315c0000 -- 77  256 Kibyte @ 31600000 -- 77 omplete.
Erasing 256 Kibyte @ 31640000 -- 77  256 Kibyte @ 31680000 -- 77 omplete.
Erasing 256 Kibyte @ 316c0000 -- 77  256 Kibyte @ 31700000 -- 77 omplete.
Erasing 256 Kibyte @ 31740000 -- 77  256 Kibyte @ 31780000 -- 77 omplete.
Erasing 256 Kibyte @ 317c0000 -- 77  256 Kibyte @ 31800000 -- 77 omplete.
Erasing 256 Kibyte @ 31840000 -- 77  256 Kibyte @ 31880000 -- 78 omplete.
Erasing 256 Kibyte @ 318c0000 -- 78  256 Kibyte @ 31900000 -- 78 omplete.
Erasing 256 Kibyte @ 31940000 -- 78  256 Kibyte @ 31980000 -- 78 omplete.
Erasing 256 Kibyte @ 319c0000 -- 78  256 Kibyte @ 31a00000 -- 78 omplete.
Erasing 256 Kibyte @ 31a40000 -- 78  256 Kibyte @ 31a80000 -- 78 omplete.
Erasing 256 Kibyte @ 31ac0000 -- 78  256 Kibyte @ 31b00000 -- 78 omplete.
Erasing 256 Kibyte @ 31b40000 -- 78  256 Kibyte @ 31b80000 -- 78 omplete.
Erasing 256 Kibyte @ 31bc0000 -- 78  256 Kibyte @ 31c00000 -- 78 omplete.
Erasing 256 Kibyte @ 31c40000 -- 78  256 Kibyte @ 31c80000 -- 78 omplete.
Erasing 256 Kibyte @ 31cc0000 -- 78  256 Kibyte @ 31d00000 -- 78 omplete.
Erasing 256 Kibyte @ 31d40000 -- 78  256 Kibyte @ 31d80000 -- 78 omplete.
Erasing 256 Kibyte @ 31dc0000 -- 78  256 Kibyte @ 31e00000 -- 78 omplete.
Erasing 256 Kibyte @ 31e40000 -- 78  256 Kibyte @ 31e80000 -- 78 omplete.
Erasing 256 Kibyte @ 31ec0000 -- 78  256 Kibyte @ 31f00000 -- 78 omplete.
Erasing 256 Kibyte @ 31f40000 -- 78  256 Kibyte @ 31f80000 -- 78 omplete.
Erasing 256 Kibyte @ 31fc0000 -- 78  256 Kibyte @ 32000000 -- 78 omplete.
Erasing 256 Kibyte @ 32040000 -- 78  256 Kibyte @ 32080000 -- 78 omplete.
Erasing 256 Kibyte @ 320c0000 -- 78  256 Kibyte @ 32100000 -- 78 omplete.
Erasing 256 Kibyte @ 32140000 -- 78  256 Kibyte @ 32180000 -- 78 omplete.
Erasing 256 Kibyte @ 321c0000 -- 78  256 Kibyte @ 32200000 -- 78 omplete.
Erasing 256 Kibyte @ 32240000 -- 78  256 Kibyte @ 32280000 -- 78 omplete.
Erasing 256 Kibyte @ 322c0000 -- 79  256 Kibyte @ 32300000 -- 79 omplete.
Erasing 256 Kibyte @ 32340000 -- 79  256 Kibyte @ 32380000 -- 79 omplete.
Erasing 256 Kibyte @ 323c0000 -- 79  256 Kibyte @ 32400000 -- 79 omplete.
Erasing 256 Kibyte @ 32440000 -- 79  256 Kibyte @ 32480000 -- 79 omplete.
Erasing 256 Kibyte @ 324c0000 -- 79  256 Kibyte @ 32500000 -- 79 omplete.
Erasing 256 Kibyte @ 32540000 -- 79  256 Kibyte @ 32580000 -- 79 omplete.
Erasing 256 Kibyte @ 325c0000 -- 79  256 Kibyte @ 32600000 -- 79 omplete.
Erasing 256 Kibyte @ 32640000 -- 79  256 Kibyte @ 32680000 -- 79 omplete.
Erasing 256 Kibyte @ 326c0000 -- 79  256 Kibyte @ 32700000 -- 79 omplete.
Erasing 256 Kibyte @ 32740000 -- 79  256 Kibyte @ 32780000 -- 79 omplete.
Erasing 256 Kibyte @ 327c0000 -- 79  256 Kibyte @ 32800000 -- 79 omplete.
Erasing 256 Kibyte @ 32840000 -- 79  256 Kibyte @ 32880000 -- 79 omplete.
Erasing 256 Kibyte @ 328c0000 -- 79  256 Kibyte @ 32900000 -- 79 omplete.
Erasing 256 Kibyte @ 32940000 -- 79  256 Kibyte @ 32980000 -- 79 omplete.
Erasing 256 Kibyte @ 329c0000 -- 79  256 Kibyte @ 32a00000 -- 79 omplete.
Erasing 256 Kibyte @ 32a40000 -- 79  256 Kibyte @ 32a80000 -- 79 omplete.
Erasing 256 Kibyte @ 32ac0000 -- 79  256 Kibyte @ 32b00000 -- 79 omplete.
Erasing 256 Kibyte @ 32b40000 -- 79  256 Kibyte @ 32b80000 -- 79 omplete.
Erasing 256 Kibyte @ 32bc0000 -- 79  256 Kibyte @ 32c00000 -- 79 omplete.
Erasing 256 Kibyte @ 32c40000 -- 79  256 Kibyte @ 32c80000 -- 79 omplete.
Erasing 256 Kibyte @ 32cc0000 -- 79  256 Kibyte @ 32d00000 -- 80 omplete.
Erasing 256 Kibyte @ 32d40000 -- 80  256 Kibyte @ 32d80000 -- 80 omplete.
Erasing 256 Kibyte @ 32dc0000 -- 80  256 Kibyte @ 32e00000 -- 80 omplete.
Erasing 256 Kibyte @ 32e40000 -- 80  256 Kibyte @ 32e80000 -- 80 omplete.
Erasing 256 Kibyte @ 32ec0000 -- 80  256 Kibyte @ 32f00000 -- 80 omplete.
Erasing 256 Kibyte @ 32f40000 -- 80  256 Kibyte @ 32f80000 -- 80 omplete.
Erasing 256 Kibyte @ 32fc0000 -- 80  256 Kibyte @ 33000000 -- 80 omplete.
Erasing 256 Kibyte @ 33040000 -- 80  256 Kibyte @ 33080000 -- 80 omplete.
Erasing 256 Kibyte @ 330c0000 -- 80  256 Kibyte @ 33100000 -- 80 omplete.
Erasing 256 Kibyte @ 33140000 -- 80  256 Kibyte @ 33180000 -- 80 omplete.
Erasing 256 Kibyte @ 331c0000 -- 80  256 Kibyte @ 33200000 -- 80 omplete.
Erasing 256 Kibyte @ 33240000 -- 80  256 Kibyte @ 33280000 -- 80 omplete.
Erasing 256 Kibyte @ 332c0000 -- 80  256 Kibyte @ 33300000 -- 80 omplete.
Erasing 256 Kibyte @ 33340000 -- 80  256 Kibyte @ 33380000 -- 80 omplete.
Erasing 256 Kibyte @ 333c0000 -- 80  256 Kibyte @ 33400000 -- 80 omplete.
Erasing 256 Kibyte @ 33440000 -- 80  256 Kibyte @ 33480000 -- 80 omplete.
Erasing 256 Kibyte @ 334c0000 -- 80  256 Kibyte @ 33500000 -- 80 omplete.
Erasing 256 Kibyte @ 33540000 -- 80  256 Kibyte @ 33580000 -- 80 omplete.
Erasing 256 Kibyte @ 335c0000 -- 80  256 Kibyte @ 33600000 -- 80 omplete.
Erasing 256 Kibyte @ 33640000 -- 80  256 Kibyte @ 33680000 -- 80 omplete.
Erasing 256 Kibyte @ 336c0000 -- 80  256 Kibyte @ 33700000 -- 81 omplete.
Erasing 256 Kibyte @ 33740000 -- 81  256 Kibyte @ 33780000 -- 81 omplete.
Erasing 256 Kibyte @ 337c0000 -- 81  256 Kibyte @ 33800000 -- 81 omplete.
Erasing 256 Kibyte @ 33840000 -- 81  256 Kibyte @ 33880000 -- 81 omplete.
Erasing 256 Kibyte @ 338c0000 -- 81  256 Kibyte @ 33900000 -- 81 omplete.
Erasing 256 Kibyte @ 33940000 -- 81  256 Kibyte @ 33980000 -- 81 omplete.
Erasing 256 Kibyte @ 339c0000 -- 81  256 Kibyte @ 33a00000 -- 81 omplete.
Erasing 256 Kibyte @ 33a40000 -- 81  256 Kibyte @ 33a80000 -- 81 omplete.
Erasing 256 Kibyte @ 33ac0000 -- 81  256 Kibyte @ 33b00000 -- 81 omplete.
Erasing 256 Kibyte @ 33b40000 -- 81  256 Kibyte @ 33b80000 -- 81 omplete.
Erasing 256 Kibyte @ 33bc0000 -- 81  256 Kibyte @ 33c00000 -- 81 omplete.
Erasing 256 Kibyte @ 33c40000 -- 81  256 Kibyte @ 33c80000 -- 81 omplete.
Erasing 256 Kibyte @ 33cc0000 -- 81  256 Kibyte @ 33d00000 -- 81 omplete.
Erasing 256 Kibyte @ 33d40000 -- 81  256 Kibyte @ 33d80000 -- 81 omplete.
Erasing 256 Kibyte @ 33dc0000 -- 81  256 Kibyte @ 33e00000 -- 81 omplete.
Erasing 256 Kibyte @ 33e40000 -- 81  256 Kibyte @ 33e80000 -- 81 omplete.
Erasing 256 Kibyte @ 33ec0000 -- 81  256 Kibyte @ 33f00000 -- 81 omplete.
Erasing 256 Kibyte @ 33f40000 -- 81  256 Kibyte @ 33f80000 -- 81 omplete.
Erasing 256 Kibyte @ 33fc0000 -- 81  256 Kibyte @ 34000000 -- 81 omplete.
Erasing 256 Kibyte @ 34040000 -- 81  256 Kibyte @ 34080000 -- 81 omplete.
Erasing 256 Kibyte @ 340c0000 -- 81  256 Kibyte @ 34100000 -- 81 omplete.
Erasing 256 Kibyte @ 34140000 -- 82  256 Kibyte @ 34180000 -- 82 omplete.
Erasing 256 Kibyte @ 341c0000 -- 82  256 Kibyte @ 34200000 -- 82 omplete.
Erasing 256 Kibyte @ 34240000 -- 82  256 Kibyte @ 34280000 -- 82 omplete.
Erasing 256 Kibyte @ 342c0000 -- 82  256 Kibyte @ 34300000 -- 82 omplete.
Erasing 256 Kibyte @ 34340000 -- 82  256 Kibyte @ 34380000 -- 82 omplete.
Erasing 256 Kibyte @ 343c0000 -- 82  256 Kibyte @ 34400000 -- 82 omplete.
Erasing 256 Kibyte @ 34440000 -- 82  256 Kibyte @ 34480000 -- 82 omplete.
Erasing 256 Kibyte @ 344c0000 -- 82  256 Kibyte @ 34500000 -- 82 omplete.
Erasing 256 Kibyte @ 34540000 -- 82  256 Kibyte @ 34580000 -- 82 omplete.
Erasing 256 Kibyte @ 345c0000 -- 82  256 Kibyte @ 34600000 -- 82 omplete.
Erasing 256 Kibyte @ 34640000 -- 82  256 Kibyte @ 34680000 -- 82 omplete.
Erasing 256 Kibyte @ 346c0000 -- 82  256 Kibyte @ 34700000 -- 82 omplete.
Erasing 256 Kibyte @ 34740000 -- 82  256 Kibyte @ 34780000 -- 82 omplete.
Erasing 256 Kibyte @ 347c0000 -- 82  256 Kibyte @ 34800000 -- 82 omplete.
Erasing 256 Kibyte @ 34840000 -- 82  256 Kibyte @ 34880000 -- 82 omplete.
Erasing 256 Kibyte @ 348c0000 -- 82  256 Kibyte @ 34900000 -- 82 omplete.
Erasing 256 Kibyte @ 34940000 -- 82  256 Kibyte @ 34980000 -- 82 omplete.
Erasing 256 Kibyte @ 349c0000 -- 82  256 Kibyte @ 34a00000 -- 82 omplete.
Erasing 256 Kibyte @ 34a40000 -- 82  256 Kibyte @ 34a80000 -- 82 omplete.
Erasing 256 Kibyte @ 34ac0000 -- 82  256 Kibyte @ 34b00000 -- 82 omplete.
Erasing 256 Kibyte @ 34b40000 -- 82  256 Kibyte @ 34b80000 -- 83 omplete.
Erasing 256 Kibyte @ 34bc0000 -- 83  256 Kibyte @ 34c00000 -- 83 omplete.
Erasing 256 Kibyte @ 34c40000 -- 83  256 Kibyte @ 34c80000 -- 83 omplete.
Erasing 256 Kibyte @ 34cc0000 -- 83  256 Kibyte @ 34d00000 -- 83 omplete.
Erasing 256 Kibyte @ 34d40000 -- 83  256 Kibyte @ 34d80000 -- 83 omplete.
Erasing 256 Kibyte @ 34dc0000 -- 83  256 Kibyte @ 34e00000 -- 83 omplete.
Erasing 256 Kibyte @ 34e40000 -- 83  256 Kibyte @ 34e80000 -- 83 omplete.
Erasing 256 Kibyte @ 34ec0000 -- 83  256 Kibyte @ 34f00000 -- 83 omplete.
Erasing 256 Kibyte @ 34f40000 -- 83  256 Kibyte @ 34f80000 -- 83 omplete.
Erasing 256 Kibyte @ 34fc0000 -- 83  256 Kibyte @ 35000000 -- 83 omplete.
Erasing 256 Kibyte @ 35040000 -- 83  256 Kibyte @ 35080000 -- 83 omplete.
Erasing 256 Kibyte @ 350c0000 -- 83  256 Kibyte @ 35100000 -- 83 omplete.
Erasing 256 Kibyte @ 35140000 -- 83  256 Kibyte @ 35180000 -- 83 omplete.
Erasing 256 Kibyte @ 351c0000 -- 83  256 Kibyte @ 35200000 -- 83 omplete.
Erasing 256 Kibyte @ 35240000 -- 83  256 Kibyte @ 35280000 -- 83 omplete.
Erasing 256 Kibyte @ 352c0000 -- 83  256 Kibyte @ 35300000 -- 83 omplete.
Erasing 256 Kibyte @ 35340000 -- 83  256 Kibyte @ 35380000 -- 83 omplete.
Erasing 256 Kibyte @ 353c0000 -- 83  256 Kibyte @ 35400000 -- 83 omplete.
Erasing 256 Kibyte @ 35440000 -- 83  256 Kibyte @ 35480000 -- 83 omplete.
Erasing 256 Kibyte @ 354c0000 -- 83  256 Kibyte @ 35500000 -- 83 omplete.
Erasing 256 Kibyte @ 35540000 -- 83  256 Kibyte @ 35580000 -- 84 omplete.
Erasing 256 Kibyte @ 355c0000 -- 84  256 Kibyte @ 35600000 -- 84 omplete.
Erasing 256 Kibyte @ 35640000 -- 84  256 Kibyte @ 35680000 -- 84 omplete.
Erasing 256 Kibyte @ 356c0000 -- 84  256 Kibyte @ 35700000 -- 84 omplete.
Erasing 256 Kibyte @ 35740000 -- 84  256 Kibyte @ 35780000 -- 84 omplete.
Erasing 256 Kibyte @ 357c0000 -- 84  256 Kibyte @ 35800000 -- 84 omplete.
Erasing 256 Kibyte @ 35840000 -- 84  256 Kibyte @ 35880000 -- 84 omplete.
Erasing 256 Kibyte @ 358c0000 -- 84  256 Kibyte @ 35900000 -- 84 omplete.
Erasing 256 Kibyte @ 35940000 -- 84  256 Kibyte @ 35980000 -- 84 omplete.
Erasing 256 Kibyte @ 359c0000 -- 84  256 Kibyte @ 35a00000 -- 84 omplete.
Erasing 256 Kibyte @ 35a40000 -- 84  256 Kibyte @ 35a80000 -- 84 omplete.
Erasing 256 Kibyte @ 35ac0000 -- 84  256 Kibyte @ 35b00000 -- 84 omplete.
Erasing 256 Kibyte @ 35b40000 -- 84  256 Kibyte @ 35b80000 -- 84 omplete.
Erasing 256 Kibyte @ 35bc0000 -- 84  256 Kibyte @ 35c00000 -- 84 omplete.
Erasing 256 Kibyte @ 35c40000 -- 84  256 Kibyte @ 35c80000 -- 84 omplete.
Erasing 256 Kibyte @ 35cc0000 -- 84  256 Kibyte @ 35d00000 -- 84 omplete.
Erasing 256 Kibyte @ 35d40000 -- 84  256 Kibyte @ 35d80000 -- 84 omplete.
Erasing 256 Kibyte @ 35dc0000 -- 84  256 Kibyte @ 35e00000 -- 84 omplete.
Erasing 256 Kibyte @ 35e40000 -- 84  256 Kibyte @ 35e80000 -- 84 omplete.
Erasing 256 Kibyte @ 35ec0000 -- 84  256 Kibyte @ 35f00000 -- 84 omplete.
Erasing 256 Kibyte @ 35f40000 -- 84  256 Kibyte @ 35f80000 -- 84 omplete.
Erasing 256 Kibyte @ 35fc0000 -- 85  256 Kibyte @ 36000000 -- 85 omplete.
Erasing 256 Kibyte @ 36040000 -- 85  256 Kibyte @ 36080000 -- 85 omplete.
Erasing 256 Kibyte @ 360c0000 -- 85  256 Kibyte @ 36100000 -- 85 omplete.
Erasing 256 Kibyte @ 36140000 -- 85  256 Kibyte @ 36180000 -- 85 omplete.
Erasing 256 Kibyte @ 361c0000 -- 85  256 Kibyte @ 36200000 -- 85 omplete.
Erasing 256 Kibyte @ 36240000 -- 85  256 Kibyte @ 36280000 -- 85 omplete.
Erasing 256 Kibyte @ 362c0000 -- 85  256 Kibyte @ 36300000 -- 85 omplete.
Erasing 256 Kibyte @ 36340000 -- 85  256 Kibyte @ 36380000 -- 85 omplete.
Erasing 256 Kibyte @ 363c0000 -- 85  256 Kibyte @ 36400000 -- 85 omplete.
Erasing 256 Kibyte @ 36440000 -- 85  256 Kibyte @ 36480000 -- 85 omplete.
Erasing 256 Kibyte @ 364c0000 -- 85  256 Kibyte @ 36500000 -- 85 omplete.
Erasing 256 Kibyte @ 36540000 -- 85  256 Kibyte @ 36580000 -- 85 omplete.
Erasing 256 Kibyte @ 365c0000 -- 85  256 Kibyte @ 36600000 -- 85 omplete.
Erasing 256 Kibyte @ 36640000 -- 85  256 Kibyte @ 36680000 -- 85 omplete.
Erasing 256 Kibyte @ 366c0000 -- 85  256 Kibyte @ 36700000 -- 85 omplete.
Erasing 256 Kibyte @ 36740000 -- 85  256 Kibyte @ 36780000 -- 85 omplete.
Erasing 256 Kibyte @ 367c0000 -- 85  256 Kibyte @ 36800000 -- 85 omplete.
Erasing 256 Kibyte @ 36840000 -- 85  256 Kibyte @ 36880000 -- 85 omplete.
Erasing 256 Kibyte @ 368c0000 -- 85  256 Kibyte @ 36900000 -- 85 omplete.
Erasing 256 Kibyte @ 36940000 -- 85  256 Kibyte @ 36980000 -- 85 omplete.
Erasing 256 Kibyte @ 369c0000 -- 85  256 Kibyte @ 36a00000 -- 86 omplete.
Erasing 256 Kibyte @ 36a40000 -- 86  256 Kibyte @ 36a80000 -- 86 omplete.
Erasing 256 Kibyte @ 36ac0000 -- 86  256 Kibyte @ 36b00000 -- 86 omplete.
Erasing 256 Kibyte @ 36b40000 -- 86  256 Kibyte @ 36b80000 -- 86 omplete.
Erasing 256 Kibyte @ 36bc0000 -- 86  256 Kibyte @ 36c00000 -- 86 omplete.
Erasing 256 Kibyte @ 36c40000 -- 86  256 Kibyte @ 36c80000 -- 86 omplete.
Erasing 256 Kibyte @ 36cc0000 -- 86  256 Kibyte @ 36d00000 -- 86 omplete.
Erasing 256 Kibyte @ 36d40000 -- 86  256 Kibyte @ 36d80000 -- 86 omplete.
Erasing 256 Kibyte @ 36dc0000 -- 86  256 Kibyte @ 36e00000 -- 86 omplete.
Erasing 256 Kibyte @ 36e40000 -- 86  256 Kibyte @ 36e80000 -- 86 omplete.
Erasing 256 Kibyte @ 36ec0000 -- 86  256 Kibyte @ 36f00000 -- 86 omplete.
Erasing 256 Kibyte @ 36f40000 -- 86  256 Kibyte @ 36f80000 -- 86 omplete.
Erasing 256 Kibyte @ 36fc0000 -- 86  256 Kibyte @ 37000000 -- 86 omplete.
Erasing 256 Kibyte @ 37040000 -- 86  256 Kibyte @ 37080000 -- 86 omplete.
Erasing 256 Kibyte @ 370c0000 -- 86  256 Kibyte @ 37100000 -- 86 omplete.
Erasing 256 Kibyte @ 37140000 -- 86  256 Kibyte @ 37180000 -- 86 omplete.
Erasing 256 Kibyte @ 371c0000 -- 86  256 Kibyte @ 37200000 -- 86 omplete.
Erasing 256 Kibyte @ 37240000 -- 86  256 Kibyte @ 37280000 -- 86 omplete.
Erasing 256 Kibyte @ 372c0000 -- 86  256 Kibyte @ 37300000 -- 86 omplete.
Erasing 256 Kibyte @ 37340000 -- 86  256 Kibyte @ 37380000 -- 86 omplete.
Erasing 256 Kibyte @ 373c0000 -- 86  256 Kibyte @ 37400000 -- 87 omplete.
Erasing 256 Kibyte @ 37440000 -- 87  256 Kibyte @ 37480000 -- 87 omplete.
Erasing 256 Kibyte @ 374c0000 -- 87  256 Kibyte @ 37500000 -- 87 omplete.
Erasing 256 Kibyte @ 37540000 -- 87  256 Kibyte @ 37580000 -- 87 omplete.
Erasing 256 Kibyte @ 375c0000 -- 87  256 Kibyte @ 37600000 -- 87 omplete.
Erasing 256 Kibyte @ 37640000 -- 87  256 Kibyte @ 37680000 -- 87 omplete.
Erasing 256 Kibyte @ 376c0000 -- 87  256 Kibyte @ 37700000 -- 87 omplete.
Erasing 256 Kibyte @ 37740000 -- 87  256 Kibyte @ 37780000 -- 87 omplete.
Erasing 256 Kibyte @ 377c0000 -- 87  256 Kibyte @ 37800000 -- 87 omplete.
Erasing 256 Kibyte @ 37840000 -- 87  256 Kibyte @ 37880000 -- 87 omplete.
Erasing 256 Kibyte @ 378c0000 -- 87  256 Kibyte @ 37900000 -- 87 omplete.
Erasing 256 Kibyte @ 37940000 -- 87  256 Kibyte @ 37980000 -- 87 omplete.
Erasing 256 Kibyte @ 379c0000 -- 87  256 Kibyte @ 37a00000 -- 87 omplete.
Erasing 256 Kibyte @ 37a40000 -- 87  256 Kibyte @ 37a80000 -- 87 omplete.
Erasing 256 Kibyte @ 37ac0000 -- 87  256 Kibyte @ 37b00000 -- 87 omplete.
Erasing 256 Kibyte @ 37b40000 -- 87  256 Kibyte @ 37b80000 -- 87 omplete.
Erasing 256 Kibyte @ 37bc0000 -- 87  256 Kibyte @ 37c00000 -- 87 omplete.
Erasing 256 Kibyte @ 37c40000 -- 87  256 Kibyte @ 37c80000 -- 87 omplete.
Erasing 256 Kibyte @ 37cc0000 -- 87  256 Kibyte @ 37d00000 -- 87 omplete.
Erasing 256 Kibyte @ 37d40000 -- 87  256 Kibyte @ 37d80000 -- 87 omplete.
Erasing 256 Kibyte @ 37dc0000 -- 87  256 Kibyte @ 37e00000 -- 87 omplete.
Erasing 256 Kibyte @ 37e40000 -- 88  256 Kibyte @ 37e80000 -- 88 omplete.
Erasing 256 Kibyte @ 37ec0000 -- 88  256 Kibyte @ 37f00000 -- 88 omplete.
Erasing 256 Kibyte @ 37f40000 -- 88  256 Kibyte @ 37f80000 -- 88 omplete.
Erasing 256 Kibyte @ 37fc0000 -- 88  256 Kibyte @ 38000000 -- 88 omplete.
Erasing 256 Kibyte @ 38040000 -- 88  256 Kibyte @ 38080000 -- 88 omplete.
Erasing 256 Kibyte @ 380c0000 -- 88  256 Kibyte @ 38100000 -- 88 omplete.
Erasing 256 Kibyte @ 38140000 -- 88  256 Kibyte @ 38180000 -- 88 omplete.
Erasing 256 Kibyte @ 381c0000 -- 88  256 Kibyte @ 38200000 -- 88 omplete.
Erasing 256 Kibyte @ 38240000 -- 88  256 Kibyte @ 38280000 -- 88 omplete.
Erasing 256 Kibyte @ 382c0000 -- 88  256 Kibyte @ 38300000 -- 88 omplete.
Erasing 256 Kibyte @ 38340000 -- 88  256 Kibyte @ 38380000 -- 88 omplete.
Erasing 256 Kibyte @ 383c0000 -- 88  256 Kibyte @ 38400000 -- 88 omplete.
Erasing 256 Kibyte @ 38440000 -- 88  256 Kibyte @ 38480000 -- 88 omplete.
Erasing 256 Kibyte @ 384c0000 -- 88  256 Kibyte @ 38500000 -- 88 omplete.
Erasing 256 Kibyte @ 38540000 -- 88  256 Kibyte @ 38580000 -- 88 omplete.
Erasing 256 Kibyte @ 385c0000 -- 88  256 Kibyte @ 38600000 -- 88 omplete.
Erasing 256 Kibyte @ 38640000 -- 88  256 Kibyte @ 38680000 -- 88 omplete.
Erasing 256 Kibyte @ 386c0000 -- 88  256 Kibyte @ 38700000 -- 88 omplete.
Erasing 256 Kibyte @ 38740000 -- 88  256 Kibyte @ 38780000 -- 88 omplete.
Erasing 256 Kibyte @ 387c0000 -- 88  256 Kibyte @ 38800000 -- 88 omplete.
Erasing 256 Kibyte @ 38840000 -- 89  256 Kibyte @ 38880000 -- 89 omplete.
Erasing 256 Kibyte @ 388c0000 -- 89  256 Kibyte @ 38900000 -- 89 omplete.
Erasing 256 Kibyte @ 38940000 -- 89  256 Kibyte @ 38980000 -- 89 omplete.
Erasing 256 Kibyte @ 389c0000 -- 89  256 Kibyte @ 38a00000 -- 89 omplete.
Erasing 256 Kibyte @ 38a40000 -- 89  256 Kibyte @ 38a80000 -- 89 omplete.
Erasing 256 Kibyte @ 38ac0000 -- 89  256 Kibyte @ 38b00000 -- 89 omplete.
Erasing 256 Kibyte @ 38b40000 -- 89  256 Kibyte @ 38b80000 -- 89 omplete.
Erasing 256 Kibyte @ 38bc0000 -- 89  256 Kibyte @ 38c00000 -- 89 omplete.
Erasing 256 Kibyte @ 38c40000 -- 89  256 Kibyte @ 38c80000 -- 89 omplete.
Erasing 256 Kibyte @ 38cc0000 -- 89  256 Kibyte @ 38d00000 -- 89 omplete.
Erasing 256 Kibyte @ 38d40000 -- 89  256 Kibyte @ 38d80000 -- 89 omplete.
Erasing 256 Kibyte @ 38dc0000 -- 89  256 Kibyte @ 38e00000 -- 89 omplete.
Erasing 256 Kibyte @ 38e40000 -- 89  256 Kibyte @ 38e80000 -- 89 omplete.
Erasing 256 Kibyte @ 38ec0000 -- 89  256 Kibyte @ 38f00000 -- 89 omplete.
Erasing 256 Kibyte @ 38f40000 -- 89  256 Kibyte @ 38f80000 -- 89 omplete.
Erasing 256 Kibyte @ 38fc0000 -- 89  256 Kibyte @ 39000000 -- 89 omplete.
Erasing 256 Kibyte @ 39040000 -- 89  256 Kibyte @ 39080000 -- 89 omplete.
Erasing 256 Kibyte @ 390c0000 -- 89  256 Kibyte @ 39100000 -- 89 omplete.
Erasing 256 Kibyte @ 39140000 -- 89  256 Kibyte @ 39180000 -- 89 omplete.
Erasing 256 Kibyte @ 391c0000 -- 89  256 Kibyte @ 39200000 -- 89 omplete.
Erasing 256 Kibyte @ 39240000 -- 89  256 Kibyte @ 39280000 -- 90 omplete.
Erasing 256 Kibyte @ 392c0000 -- 90  256 Kibyte @ 39300000 -- 90 omplete.
Erasing 256 Kibyte @ 39340000 -- 90  256 Kibyte @ 39380000 -- 90 omplete.
Erasing 256 Kibyte @ 393c0000 -- 90  256 Kibyte @ 39400000 -- 90 omplete.
Erasing 256 Kibyte @ 39440000 -- 90  256 Kibyte @ 39480000 -- 90 omplete.
Erasing 256 Kibyte @ 394c0000 -- 90  256 Kibyte @ 39500000 -- 90 omplete.
Erasing 256 Kibyte @ 39540000 -- 90  256 Kibyte @ 39580000 -- 90 omplete.
Erasing 256 Kibyte @ 395c0000 -- 90  256 Kibyte @ 39600000 -- 90 omplete.
Erasing 256 Kibyte @ 39640000 -- 90  256 Kibyte @ 39680000 -- 90 omplete.
Erasing 256 Kibyte @ 396c0000 -- 90  256 Kibyte @ 39700000 -- 90 omplete.
Erasing 256 Kibyte @ 39740000 -- 90  256 Kibyte @ 39780000 -- 90 omplete.
Erasing 256 Kibyte @ 397c0000 -- 90  256 Kibyte @ 39800000 -- 90 omplete.
Erasing 256 Kibyte @ 39840000 -- 90  256 Kibyte @ 39880000 -- 90 omplete.
Erasing 256 Kibyte @ 398c0000 -- 90  256 Kibyte @ 39900000 -- 90 omplete.
Erasing 256 Kibyte @ 39940000 -- 90  256 Kibyte @ 39980000 -- 90 omplete.
Erasing 256 Kibyte @ 399c0000 -- 90  256 Kibyte @ 39a00000 -- 90 omplete.
Erasing 256 Kibyte @ 39a40000 -- 90  256 Kibyte @ 39a80000 -- 90 omplete.
Erasing 256 Kibyte @ 39ac0000 -- 90  256 Kibyte @ 39b00000 -- 90 omplete.
Erasing 256 Kibyte @ 39b40000 -- 90  256 Kibyte @ 39b80000 -- 90 omplete.
Erasing 256 Kibyte @ 39bc0000 -- 90  256 Kibyte @ 39c00000 -- 90 omplete.
Erasing 256 Kibyte @ 39c40000 -- 90  256 Kibyte @ 39c80000 -- 90 omplete.
Erasing 256 Kibyte @ 39cc0000 -- 91  256 Kibyte @ 39d00000 -- 91 omplete.
Erasing 256 Kibyte @ 39d40000 -- 91  256 Kibyte @ 39d80000 -- 91 omplete.
Erasing 256 Kibyte @ 39dc0000 -- 91 omplete.
Erasing 256 Kibyte @ 39ec0000 -- 91  256 Kibyte @ 39f00000 -- 91 omplete.
Erasing 256 Kibyte @ 39f40000 -- 91  256 Kibyte @ 39f80000 -- 91 omplete.
Erasing 256 Kibyte @ 39fc0000 -- 91 040000 -- 91  256 Kibyte @ 3a080000 -- 91 omplete.
Erasing 256 Kibyte @ 3a0c0000 -- 91 1c0000 -- 91  256 Kibyte @ 3a200000 -- 91 omplete.
Erasing 256 Kibyte @ 3a240000 -- 91  256 Kibyte @ 3a280000 -- 91 omplete.
Erasing 256 Kibyte @ 3a2c0000 -- 91  256 Kibyte @ 3a380000 -- 91  256 Kibyte @ 3a400000 -- 91 omplete.
Erasing 256 Kibyte @ 3a440000 -- 91  256 Kibyte @ 3a480000 -- 91 omplete.
Erasing 256 Kibyte @ 3a4c0000 -- 91  256 Kibyte @ 3a500000 -- 91 omplete.
Erasing 256 Kibyte @ 3a540000 -- 91 5c0000 -- 91  256 Kibyte @ 3a600000 -- 91 omplete.
Erasing 256 Kibyte @ 3a640000 -- 91  256 Kibyte @ 3a680000 -- 91 omplete.
Erasing 256 Kibyte @ 3a6c0000 -- 92  256 Kibyte @ 3a700000 -- 92 omplete.
Erasing 256 Kibyte @ 3a740000 -- 92  256 Kibyte @ 3a780000 -- 92 omplete.
Erasing 256 Kibyte @ 3a7c0000 -- 92  256 Kibyte @ 3a800000 -- 92 omplete.
Erasing 256 Kibyte @ 3a840000 -- 92  256 Kibyte @ 3a880000 -- 92 omplete.
Erasing 256 Kibyte @ 3a8c0000 -- 92  256 Kibyte @ 3a900000 -- 92 omplete.
Erasing 256 Kibyte @ 3a940000 -- 92  256 Kibyte @ 3a980000 -- 92 omplete.
Erasing 256 Kibyte @ 3a9c0000 -- 92  256 Kibyte @ 3aa00000 -- 92 omplete.
Erasing 256 Kibyte @ 3aa40000 -- 92  256 Kibyte @ 3aa80000 -- 92 omplete.
Erasing 256 Kibyte @ 3aac0000 -- 92  256 Kibyte @ 3ab00000 -- 92 omplete.
Erasing 256 Kibyte @ 3ab40000 -- 92  256 Kibyte @ 3ab80000 -- 92 omplete.
Erasing 256 Kibyte @ 3abc0000 -- 92  256 Kibyte @ 3ac00000 -- 92 omplete.
Erasing 256 Kibyte @ 3ac40000 -- 92  256 Kibyte @ 3ac80000 -- 92 omplete.
Erasing 256 Kibyte @ 3acc0000 -- 92  256 Kibyte @ 3ad00000 -- 92 omplete.
Erasing 256 Kibyte @ 3ad40000 -- 92  256 Kibyte @ 3ad80000 -- 92 omplete.
Erasing 256 Kibyte @ 3adc0000 -- 92  256 Kibyte @ 3ae00000 -- 92 omplete.
Erasing 256 Kibyte @ 3ae40000 -- 92  256 Kibyte @ 3ae80000 -- 92 omplete.
Erasing 256 Kibyte @ 3aec0000 -- 92  256 Kibyte @ 3af00000 -- 92 omplete.
Erasing 256 Kibyte @ 3af40000 -- 92  256 Kibyte @ 3af80000 -- 92 omplete.
Erasing 256 Kibyte @ 3afc0000 -- 92  256 Kibyte @ 3b000000 -- 92 omplete.
Erasing 256 Kibyte @ 3b040000 -- 92  256 Kibyte @ 3b080000 -- 92 omplete.
Erasing 256 Kibyte @ 3b0c0000 -- 92  256 Kibyte @ 3b100000 -- 93 omplete.
Erasing 256 Kibyte @ 3b140000 -- 93  256 Kibyte @ 3b180000 -- 93 omplete.
Erasing 256 Kibyte @ 3b1c0000 -- 93  256 Kibyte @ 3b200000 -- 93 omplete.
Erasing 256 Kibyte @ 3b240000 -- 93  256 Kibyte @ 3b280000 -- 93 omplete.
Erasing 256 Kibyte @ 3b2c0000 -- 93  256 Kibyte @ 3b300000 -- 93 omplete.
Erasing 256 Kibyte @ 3b340000 -- 93  256 Kibyte @ 3b380000 -- 93 omplete.
Erasing 256 Kibyte @ 3b3c0000 -- 93  256 Kibyte @ 3b400000 -- 93 omplete.
Erasing 256 Kibyte @ 3b440000 -- 93  256 Kibyte @ 3b480000 -- 93 omplete.
Erasing 256 Kibyte @ 3b4c0000 -- 93  256 Kibyte @ 3b500000 -- 93 omplete.
Erasing 256 Kibyte @ 3b540000 -- 93  256 Kibyte @ 3b580000 -- 93 omplete.
Erasing 256 Kibyte @ 3b5c0000 -- 93  256 Kibyte @ 3b600000 -- 93 omplete.
Erasing 256 Kibyte @ 3b640000 -- 93  256 Kibyte @ 3b680000 -- 93 omplete.
Erasing 256 Kibyte @ 3b6c0000 -- 93  256 Kibyte @ 3b700000 -- 93 omplete.
Erasing 256 Kibyte @ 3b740000 -- 93  256 Kibyte @ 3b780000 -- 93 omplete.
Erasing 256 Kibyte @ 3b7c0000 -- 93  256 Kibyte @ 3b800000 -- 93 omplete.
Erasing 256 Kibyte @ 3b840000 -- 93 8c0000 -- 93  256 Kibyte @ 3b900000 -- 93 omplete.
Erasing 256 Kibyte @ 3b940000 -- 93  256 Kibyte @ 3b980000 -- 93 omplete.
Erasing 256 Kibyte @ 3b9c0000 -- 93  256 Kibyte @ 3ba80000 -- 93 omplete.
Erasing 256 Kibyte @ 3bac0000 -- 93 omplete.
Erasing 256 Kibyte @ 3bb40000 -- 94  256 Kibyte @ 3bb80000 -- 94 omplete.
Erasing 256 Kibyte @ 3bbc0000 -- 94 c40000 -- 94  256 Kibyte @ 3bc80000 -- 94 cc0000 -- 94  256 Kibyte @ 3bd00000 -- 94 omplete.
Erasing 256 Kibyte @ 3bd40000 -- 94  256 Kibyte @ 3bd80000 -- 94 omplete.
Erasing 256 Kibyte @ 3bdc0000 -- 94  256 Kibyte @ 3bf00000 -- 94 omplete.
Erasing 256 Kibyte @ 3bf40000 -- 94  256 Kibyte @ 3bf80000 -- 94 omplete.
Erasing 256 Kibyte @ 3bfc0000 -- 94  256 Kibyte @ 3c080000 -- 94 omplete.
Erasing 256 Kibyte @ 3c0c0000 -- 94  256 Kibyte @ 3c100000 -- 94 omplete.
Erasing 256 Kibyte @ 3c140000 -- 94  256 Kibyte @ 3c180000 -- 94 omplete.
Erasing 256 Kibyte @ 3c1c0000 -- 94  256 Kibyte @ 3c200000 -- 94 omplete.
Erasing 256 Kibyte @ 3c2c0000 -- 94  256 Kibyte @ 3c300000 -- 94 omplete.
Erasing 256 Kibyte @ 3c340000 -- 94  256 Kibyte @ 3c380000 -- 94 omplete.
Erasing 256 Kibyte @ 3c3c0000 -- 94  256 Kibyte @ 3c400000 -- 94 omplete.
Erasing 256 Kibyte @ 3c440000 -- 94  256 Kibyte @ 3c480000 -- 94 omplete.
Erasing 256 Kibyte @ 3c4c0000 -- 94  256 Kibyte @ 3c500000 -- 94 omplete.
Erasing 256 Kibyte @ 3c540000 -- 95  256 Kibyte @ 3c580000 -- 95 omplete.
Erasing 256 Kibyte @ 3c5c0000 -- 95  256 Kibyte @ 3c600000 -- 95 omplete.
Erasing 256 Kibyte @ 3c640000 -- 95  256 Kibyte @ 3c680000 -- 95 omplete.
Erasing 256 Kibyte @ 3c6c0000 -- 95  256 Kibyte @ 3c700000 -- 95 omplete.
Erasing 256 Kibyte @ 3c740000 -- 95  256 Kibyte @ 3c780000 -- 95 omplete.
Erasing 256 Kibyte @ 3c7c0000 -- 95  256 Kibyte @ 3c800000 -- 95 omplete.
Erasing 256 Kibyte @ 3c840000 -- 95  256 Kibyte @ 3c880000 -- 95 omplete.
Erasing 256 Kibyte @ 3c8c0000 -- 95  256 Kibyte @ 3c900000 -- 95 omplete.
Erasing 256 Kibyte @ 3c940000 -- 95  256 Kibyte @ 3c980000 -- 95 omplete.
Erasing 256 Kibyte @ 3c9c0000 -- 95  256 Kibyte @ 3ca00000 -- 95 omplete.
Erasing 256 Kibyte @ 3ca40000 -- 95  256 Kibyte @ 3ca80000 -- 95 omplete.
Erasing 256 Kibyte @ 3cac0000 -- 95  256 Kibyte @ 3cb00000 -- 95 omplete.
Erasing 256 Kibyte @ 3cb40000 -- 95  256 Kibyte @ 3cb80000 -- 95 omplete.
Erasing 256 Kibyte @ 3cbc0000 -- 95  256 Kibyte @ 3cc00000 -- 95 omplete.
Erasing 256 Kibyte @ 3cc40000 -- 95  256 Kibyte @ 3cc80000 -- 95 omplete.
Erasing 256 Kibyte @ 3ccc0000 -- 95  256 Kibyte @ 3cd00000 -- 95 omplete.
Erasing 256 Kibyte @ 3cd40000 -- 95  256 Kibyte @ 3cd80000 -- 95 omplete.
Erasing 256 Kibyte @ 3cdc0000 -- 95  256 Kibyte @ 3ce00000 -- 95 omplete.
Erasing 256 Kibyte @ 3ce40000 -- 95  256 Kibyte @ 3ce80000 -- 95 omplete.
Erasing 256 Kibyte @ 3cec0000 -- 95  256 Kibyte @ 3cf00000 -- 95 omplete.
Erasing 256 Kibyte @ 3cf40000 -- 95  256 Kibyte @ 3cf80000 -- 96 omplete.
Erasing 256 Kibyte @ 3cfc0000 -- 96  256 Kibyte @ 3d000000 -- 96 omplete.
Erasing 256 Kibyte @ 3d040000 -- 96  256 Kibyte @ 3d080000 -- 96 omplete.
Erasing 256 Kibyte @ 3d0c0000 -- 96  256 Kibyte @ 3d100000 -- 96 omplete.
Erasing 256 Kibyte @ 3d140000 -- 96  256 Kibyte @ 3d180000 -- 96 omplete.
Erasing 256 Kibyte @ 3d1c0000 -- 96  256 Kibyte @ 3d200000 -- 96 omplete.
Erasing 256 Kibyte @ 3d240000 -- 96  256 Kibyte @ 3d280000 -- 96 omplete.
Erasing 256 Kibyte @ 3d2c0000 -- 96  256 Kibyte @ 3d300000 -- 96 omplete.
Erasing 256 Kibyte @ 3d340000 -- 96  256 Kibyte @ 3d380000 -- 96 omplete.
Erasing 256 Kibyte @ 3d3c0000 -- 96  256 Kibyte @ 3d400000 -- 96 omplete.
Erasing 256 Kibyte @ 3d440000 -- 96  256 Kibyte @ 3d480000 -- 96 omplete.
Erasing 256 Kibyte @ 3d4c0000 -- 96  256 Kibyte @ 3d500000 -- 96 omplete.
Erasing 256 Kibyte @ 3d540000 -- 96  256 Kibyte @ 3d580000 -- 96 omplete.
Erasing 256 Kibyte @ 3d5c0000 -- 96  256 Kibyte @ 3d600000 -- 96 omplete.
Erasing 256 Kibyte @ 3d640000 -- 96  256 Kibyte @ 3d680000 -- 96 omplete.
Erasing 256 Kibyte @ 3d6c0000 -- 96  256 Kibyte @ 3d700000 -- 96 omplete.
Erasing 256 Kibyte @ 3d740000 -- 96  256 Kibyte @ 3d780000 -- 96 omplete.
Erasing 256 Kibyte @ 3d7c0000 -- 96  256 Kibyte @ 3d800000 -- 96 omplete.
Erasing 256 Kibyte @ 3d840000 -- 96  256 Kibyte @ 3d880000 -- 96 omplete.
Erasing 256 Kibyte @ 3d8c0000 -- 96  256 Kibyte @ 3d900000 -- 96 omplete.
Erasing 256 Kibyte @ 3d940000 -- 96  256 Kibyte @ 3d980000 -- 96 omplete.
Erasing 256 Kibyte @ 3d9c0000 -- 97  256 Kibyte @ 3da00000 -- 97 omplete.
Erasing 256 Kibyte @ 3da40000 -- 97  256 Kibyte @ 3da80000 -- 97 omplete.
Erasing 256 Kibyte @ 3dac0000 -- 97  256 Kibyte @ 3db00000 -- 97 omplete.
Erasing 256 Kibyte @ 3db40000 -- 97  256 Kibyte @ 3db80000 -- 97 omplete.
Erasing 256 Kibyte @ 3dbc0000 -- 97  256 Kibyte @ 3dc00000 -- 97 omplete.
Erasing 256 Kibyte @ 3dc40000 -- 97  256 Kibyte @ 3dc80000 -- 97 omplete.
Erasing 256 Kibyte @ 3dcc0000 -- 97  256 Kibyte @ 3dd00000 -- 97 omplete.
Erasing 256 Kibyte @ 3dd40000 -- 97  256 Kibyte @ 3dd80000 -- 97 omplete.
Erasing 256 Kibyte @ 3ddc0000 -- 97  256 Kibyte @ 3de00000 -- 97 omplete.
Erasing 256 Kibyte @ 3de40000 -- 97  256 Kibyte @ 3de80000 -- 97 omplete.
Erasing 256 Kibyte @ 3dec0000 -- 97  256 Kibyte @ 3df00000 -- 97 omplete.
Erasing 256 Kibyte @ 3df40000 -- 97  256 Kibyte @ 3df80000 -- 97 omplete.
Erasing 256 Kibyte @ 3dfc0000 -- 97  256 Kibyte @ 3e000000 -- 97 omplete.
Erasing 256 Kibyte @ 3e040000 -- 97  256 Kibyte @ 3e080000 -- 97 omplete.
Erasing 256 Kibyte @ 3e0c0000 -- 97  256 Kibyte @ 3e100000 -- 97 omplete.
Erasing 256 Kibyte @ 3e140000 -- 97  256 Kibyte @ 3e180000 -- 97 omplete.
Erasing 256 Kibyte @ 3e1c0000 -- 97  256 Kibyte @ 3e200000 -- 97 omplete.
Erasing 256 Kibyte @ 3e240000 -- 97  256 Kibyte @ 3e280000 -- 97 omplete.
Erasing 256 Kibyte @ 3e2c0000 -- 97  256 Kibyte @ 3e300000 -- 97 omplete.
Erasing 256 Kibyte @ 3e340000 -- 97  256 Kibyte @ 3e380000 -- 97 omplete.
Erasing 256 Kibyte @ 3e3c0000 -- 98  256 Kibyte @ 3e400000 -- 98 omplete.
Erasing 256 Kibyte @ 3e440000 -- 98  256 Kibyte @ 3e480000 -- 98 omplete.
Erasing 256 Kibyte @ 3e4c0000 -- 98  256 Kibyte @ 3e500000 -- 98 omplete.
Erasing 256 Kibyte @ 3e540000 -- 98  256 Kibyte @ 3e580000 -- 98 omplete.
Erasing 256 Kibyte @ 3e5c0000 -- 98  256 Kibyte @ 3e600000 -- 98 omplete.
Erasing 256 Kibyte @ 3e640000 -- 98  256 Kibyte @ 3e680000 -- 98 omplete.
Erasing 256 Kibyte @ 3e6c0000 -- 98  256 Kibyte @ 3e700000 -- 98 omplete.
Erasing 256 Kibyte @ 3e740000 -- 98  256 Kibyte @ 3e780000 -- 98 omplete.
Erasing 256 Kibyte @ 3e7c0000 -- 98  256 Kibyte @ 3e800000 -- 98 omplete.
Erasing 256 Kibyte @ 3e840000 -- 98  256 Kibyte @ 3e880000 -- 98 omplete.
Erasing 256 Kibyte @ 3e8c0000 -- 98  256 Kibyte @ 3e900000 -- 98 omplete.
Erasing 256 Kibyte @ 3e940000 -- 98  256 Kibyte @ 3e980000 -- 98 omplete.
Erasing 256 Kibyte @ 3e9c0000 -- 98  256 Kibyte @ 3ea00000 -- 98 omplete.
Erasing 256 Kibyte @ 3ea40000 -- 98  256 Kibyte @ 3ea80000 -- 98 omplete.
Erasing 256 Kibyte @ 3eac0000 -- 98  256 Kibyte @ 3eb00000 -- 98 omplete.
Erasing 256 Kibyte @ 3eb40000 -- 98  256 Kibyte @ 3eb80000 -- 98 omplete.
Erasing 256 Kibyte @ 3ebc0000 -- 98  256 Kibyte @ 3ec00000 -- 98 omplete.
Erasing 256 Kibyte @ 3ec40000 -- 98  256 Kibyte @ 3ec80000 -- 98 omplete.
Erasing 256 Kibyte @ 3ecc0000 -- 98  256 Kibyte @ 3ed00000 -- 98 omplete.
Erasing 256 Kibyte @ 3ed40000 -- 98  256 Kibyte @ 3ed80000 -- 98 omplete.
Erasing 256 Kibyte @ 3edc0000 -- 98  256 Kibyte @ 3ee00000 -- 99 omplete.
Erasing 256 Kibyte @ 3ee40000 -- 99  256 Kibyte @ 3ee80000 -- 99 omplete.
Erasing 256 Kibyte @ 3eec0000 -- 99  256 Kibyte @ 3ef00000 -- 99 omplete.
Erasing 256 Kibyte @ 3ef40000 -- 99  256 Kibyte @ 3ef80000 -- 99 omplete.
Erasing 256 Kibyte @ 3efc0000 -- 99  256 Kibyte @ 3f000000 -- 99  256 Kibyte @ 3f080000 -- 99 omplete.
Erasing 256 Kibyte @ 3f0c0000 -- 99  256 Kibyte @ 3f100000 -- 99 omplete.
Erasing 256 Kibyte @ 3f140000 -- 99  256 Kibyte @ 3f180000 -- 99 omplete.
Erasing 256 Kibyte @ 3f240000 -- 99 omplete.
Erasing 256 Kibyte @ 3f2c0000 -- 99  256 Kibyte @ 3f300000 -- 99 omplete.
Erasing 256 Kibyte @ 3f340000 -- 99  256 Kibyte @ 3f380000 -- 99 omplete.
Erasing 256 Kibyte @ 3f3c0000 -- 99  256 Kibyte @ 3f480000 -- 99 omplete.
Erasing 256 Kibyte @ 3f4c0000 -- 99  256 Kibyte @ 3f500000 -- 99 omplete.
Erasing 256 Kibyte @ 3f540000 -- 99  256 Kibyte @ 3f580000 -- 99 omplete.
Erasing 256 Kibyte @ 3f5c0000 -- 99  256 Kibyte @ 3f600000 -- 99 omplete.
Erasing 256 Kibyte @ 3f640000 -- 99  256 Kibyte @ 3f700000 -- 99 omplete.
Erasing 256 Kibyte @ 3f740000 -- 99  256 Kibyte @ 3f780000 -- 99 omplete.
Erasing 256 Kibyte @ 3f7c0000 -- 99  256 Kibyte @ 3f800000UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   262144 bytes (256 KiB)
UBI: logical eraseblock size:    258048 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
 -- 100 UBI: empty MTD device detected
UBI: create volume table (copy #1)
UBI: create volume table (copy #2)
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "ubifs"
UBI: MTD device size:            1016 MiB
UBI: number of good PEBs:        4064
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     0
UBI: available PEBs:             4020
UBI: total number of reserved PEBs: 44
UBI: number of PEBs reserved for bad PEB handling: 40
UBI: max/mean erase counter: 0/0
UBI: background thread "u33546240 bytes (32760 KiB, 31 MiB, 130 LEBs)
UBIFS: media format:       4 (latest is 4)
UBIFS: default compressor: LZO
UBIFS: reserved for root:  5182151 bytes (5060 KiB)
bin/
bin/lsattr
bin/addgroup
bin/umount
bin/fgrep
bin/adduser
bin/login
bin/busybox
bin/deluser
bin/uname
bin/nice
bin/gunzip
bin/egrep
bin/more
bin/pwd
bin/qtopia
bin/true
bin/sync
bin/sleep
bin/sed
bin/ipcalc
bin/su
bin/mount
bin/mv
bin/run-parts
bin/delgroup
bin/qtopia~
bin/rmdir
bin/tar
bin/printenv
bin/dumpkmap
bin/netstat
bin/ip
bin/stty
bin/kill
bin/cpio
bin/usleep
bin/hotplug
bin/mkdir
bin/sh
bin/gzip
bin/ls
bin/zcat
bin/bbconfig
bin/touch
bin/ln
bin/ed
bin/chattr
bin/rm
bin/watch
bin/uncompress
bin/chgrp
bin/date
bin/ps
bin/catv
bin/ash
bin/pidof
bin/stat
bin/echo
bin/mktemp
bin/vi
bin/pipe_progress
bin/dd
bin/mknod
bin/chmod
bin/df
bin/false
bin/chown
bin/getopt
bin/mountpoint
bin/cp
bin/fdflush
bin/cat
bin/ping
bin/dmesg
bin/grep
bin/hostname
dev/
dev/console
etc/
etc/passwd
etc/scsi_id.config
etc/mdev.conf
etc/ftpusers
etc/ftpchroot
etc/hosts
etc/eth0-setting~
etc/profile~
etc/profile
etc/host.conf
etc/inetd.conf
etc/localtime
etc/issue.net
etc/eth0-setting
etc/group
etc/login.defs
etc/mime.types
etc/mkfs~
etc/protocols
etc/init.d/
etc/init.d/rcS
etc/init.d/ifconfig-eth0
etc/init.d/rcS~
etc/init.d/ifconfig-eth0~
etc/mdev.conf~
etc/resolv.conf
etc/services
etc/mtab
etc/pointercal
lib/
lib/libpthread-2.8.so
lib/libanl-2.8.so
lib/libutil.so.1
lib/libthread_db-1.0.so
lib/libjpeg.so.62.0.0
lib/libpthread.so.0
lib/libts.so
lib/libBrokenLocale.so.1
lib/libnsl.so.1
lib/libssl.so.0.9.8
lib/libutil-2.8.so
lib/libmad.so.0
lib/libuniconf.so
lib/libnss_nisplus.so.2
lib/libgcc_s.so
lib/libanl.so.1
lib/libusb-0.1.so.4
lib/libid3tag.so.0
lib/libpng12.so
lib/libuuid.so
lib/libuuid.so.1.2
lib/libc.so.6
lib/libm-2.8.so
lib/libdl.so.2
lib/libnss_nis.so.2
lib/librt.so.1
lib/libcrypt-2.8.so
lib/libstdc++.so.6
lib/libusb.so
lib/ld-2.8.so
lib/libcidn-2.8.so
lib/libmad.so
lib/firmware/
lib/firmware/helper_sd.bin
lib/firmware/sd8686.bin
lib/libjpeg.so
lib/libc-2.8.so
lib/pkgconfig/
lib/pkgconfig/libwvtest.pc
lib/pkgconfig/libwvutils.pc
lib/pkgconfig/libwvqt.pc
lib/pkgconfig/libwvdbus.pc
lib/pkgconfig/libwvstreams.pc
lib/pkgconfig/libuniconf.pc
lib/pkgconfig/libwvbase.pc
lib/modules/
lib/libBrokenLocale-2.8.so
lib/libSegFault.so
lib/libmad.so.0.2.1
lib/ld-linux.so.3
lib/libnsl-2.8.so
lib/libcrypt.so.1
lib/libjpeg.so.62
lib/libpng.so.3
lib/libid3tag.so.0.3.0
lib/libnss_compat-2.8.so
lib/librt-2.8.so
lib/libcidn.so.1
lib/libusb-0.1.so.4.4.2
lib/libpng12.so.0
lib/libts-0.0.so.0.1.1
lib/libpng12.so.0.35.0
lib/libnss_hesiod-2.8.so
lib/ts/
lib/ts/linear.so
lib/ts/pthres.so
lib/ts/dejitter.so
lib/ts/input.so
lib/ts/variance.so
lib/libresolv.so.2
lib/libthread_db.so.1
lib/libdl-2.8.so
lib/libnss_files-2.8.so
lib/libiw.so.29
lib/libpng.so.3.35.0
lib/libuniconf.so.4.6
lib/libresolv-2.8.so
lib/libmemusage.so
lib/libnss_dns-2.8.so
lib/libts-0.0.so.0
lib/libnss_compat.so.2
lib/libnss_files.so.2
lib/libnss_nisplus-2.8.so
lib/libnss_nis-2.8.so
lib/libcrypto.so.0.9.8
lib/libuuid.so.1
lib/libgcc_s.so.1
lib/libnss_hesiod.so.2
lib/libm.so.6
lib/libid3tag.so
lib/libssl.so
lib/libstdc++.so
lib/libpcprofile.so
lib/libnss_dns.so.2
lib/libcrypto.so
lib/libstdc++.so.6.0.10
lib/libpng.so
linuxrc
mnt/
mnt/nfs/
mnt/udisk/
mnt/ubi/
mnt/mtd1/
mnt/mtd2/
mnt/sdcard/
opt/
opt/Qtopia/
opt/Qtopia/plugins/
opt/Qtopia/plugins/fontfactories/
opt/Qtopia/plugins/fontfactories/libfreetypefactory.so.2.2.0
opt/Qtopia/plugins/fontfactories/.directory
opt/Qtopia/plugins/fontfactories/libfreetypefactory.so.2
opt/Qtopia/plugins/fontfactories/libfreetypefactory.so.2.2
opt/Qtopia/plugins/fontfactories/libfreetypefactory.so
opt/Qtopia/plugins/applets/
opt/Qtopia/plugins/applets/clockapplet.desktop
opt/Qtopia/plugins/applets/libclockapplet.so.2.2.0
opt/Qtopia/plugins/applets/libbatteryapplet.so.2.2
opt/Qtopia/plugins/applets/.directory
opt/Qtopia/plugins/applets/libvolumeapplet.so.2.2.0
opt/Qtopia/plugins/applets/libnetmonapplet.so.2.2.0
opt/Qtopia/plugins/applets/libclipboardapplet.so
opt/Qtopia/plugins/applets/libmountmonapplet.so.2
opt/Qtopia/plugins/applets/libcardmon.so
opt/Qtopia/plugins/applets/libirreceiverapplet.so.2
opt/Qtopia/plugins/applets/batteryapplet.desktop
opt/Qtopia/plugins/applets/netmonapplet.desktop
opt/Qtopia/plugins/applets/libbatteryapplet.so
opt/Qtopia/plugins/applets/clipboardapplet.desktop
opt/Qtopia/plugins/applets/libbrightnessapplet.so.2
opt/Qtopia/plugins/applets/libbrightnessapplet.so.2.2.0
opt/Qtopia/plugins/applets/libirreceiverapplet.so
opt/Qtopia/plugins/applets/libclockapplet.so.2
opt/Qtopia/plugins/applets/cardmonapplet.desktop
opt/Qtopia/plugins/applets/libmountmonapplet.so.2.2
opt/Qtopia/plugins/applets/libcardmon.so.2
opt/Qtopia/plugins/applets/libbrightnessapplet.so.2.2
opt/Qtopia/plugins/applets/libvolumeapplet.so.2.2
opt/Qtopia/plugins/applets/mountmonapplet.desktop
opt/Qtopia/plugins/applets/libclipboardapplet.so.2.2
opt/Qtopia/plugins/applets/brightnessapplet.desktop
opt/Qtopia/plugins/applets/libclockapplet.so
opt/Qtopia/plugins/applets/libmountmonapplet.so
opt/Qtopia/plugins/applets/libclockapplet.so.2.2
opt/Qtopia/plugins/applets/libcardmon.so.2.2.0
opt/Qtopia/plugins/applets/libnetmonapplet.so
opt/Qtopia/plugins/applets/libvolumeapplet.so
opt/Qtopia/plugins/applets/libcardmon.so.2.2
opt/Qtopia/plugins/applets/libbatteryapplet.so.2
opt/Qtopia/plugins/applets/libirreceiverapplet.so.2.2
opt/Qtopia/plugins/applets/libnetmonapplet.so.2
opt/Qtopia/plugins/applets/irreceiverapplet.desktop
opt/Qtopia/plugins/applets/volumeapplet.desktop
opt/Qtopia/plugins/applets/libclipboardapplet.so.2
opt/Qtopia/plugins/applets/libbrightnessapplet.so
opt/Qtopia/plugins/applets/libbatteryapplet.so.2.2.0
opt/Qtopia/plugins/applets/libnetmonapplet.so.2.2
opt/Qtopia/plugins/applets/libvolumeapplet.so.2
opt/Qtopia/plugins/applets/libirreceiverapplet.so.2.2.0
opt/Qtopia/plugins/applets/libclipboardapplet.so.2.2.0
opt/Qtopia/plugins/applets/libmountmonapplet.so.2.2.0
opt/Qtopia/plugins/today/
opt/Qtopia/plugins/today/libtodoplugin.so.2
opt/Qtopia/plugins/today/libdatebookplugin.so.2
opt/Qtopia/plugins/today/.directory
opt/Qtopia/plugins/today/todoplugin.desktop
opt/Qtopia/plugins/today/libdatebookplugin.so.2.2
opt/Qtopia/plugins/today/datebookplugin.desktop
opt/Qtopia/plugins/today/libtodoplugin.so
opt/Qtopia/plugins/today/libdatebookplugin.so
opt/Qtopia/plugins/today/libtodoplugin.so.2.2.0
opt/Qtopia/plugins/today/libdatebookplugin.so.2.2.0
opt/Qtopia/plugins/today/libtodoplugin.so.2.2
opt/Qtopia/plugins/imagecodecs/
opt/Qtopia/plugins/imagecodecs/.directory
opt/Qtopia/plugins/imagecodecs/libota.so.2.2
opt/Qtopia/plugins/imagecodecs/libwbmp.so
opt/Qtopia/plugins/imagecodecs/libnotepad.so.2
opt/Qtopia/plugins/imagecodecs/libwbmp.so.2.2.0
opt/Qtopia/plugins/imagecodecs/libota.so.2
opt/Qtopia/plugins/imagecodecs/libwbmp.so.2
opt/Qtopia/plugins/imagecodecs/libota.so.2.2.0
opt/Qtopia/plugins/imagecodecs/libnotepad.so.2.2.0
opt/Qtopia/plugins/imagecodecs/libota.so
opt/Qtopia/plugins/imagecodecs/libwbmp.so.2.2
opt/Qtopia/plugins/imagecodecs/libnotepad.so.2.2
opt/Qtopia/plugins/imagecodecs/libnotepad.so
opt/Qtopia/plugins/decorations/
opt/Qtopia/plugins/decorations/libflat.so.2.2
opt/Qtopia/plugins/decorations/.directory
opt/Qtopia/plugins/decorations/libflat.so
opt/Qtopia/plugins/decorations/libflat.so.2
opt/Qtopia/plugins/decorations/libpolished.so.2.2
opt/Qtopia/plugins/decorations/libflat.so.2.2.0
opt/Qtopia/plugins/decorations/libpolished.so
opt/Qtopia/plugins/decorations/libpolished.so.2
opt/Qtopia/plugins/decorations/libpolished.so.2.2.0
opt/Qtopia/plugins/textcodecs/
opt/Qtopia/plugins/textcodecs/.directory
opt/Qtopia/plugins/textcodecs/libjp.so.2.2.0
opt/Qtopia/plugins/textcodecs/libsimple8.so
opt/Qtopia/plugins/textcodecs/libsimple8.so.2.2.0
opt/Qtopia/plugins/textcodecs/libjp.so
opt/Qtopia/plugins/textcodecs/libjp.so.2.2
opt/Qtopia/plugins/textcodecs/libsimple8.so.2.2
opt/Qtopia/plugins/textcodecs/libjp.so.2
opt/Qtopia/plugins/textcodecs/libsimple8.so.2
opt/Qtopia/plugins/obex/
opt/Qtopia/plugins/obex/.directory
opt/Qtopia/plugins/obex/libqobex.so.2
opt/Qtopia/plugins/obex/libqobex.so.2.2.0
opt/Qtopia/plugins/obex/libqobex.so.2.2
opt/Qtopia/plugins/obex/libqobex.so
opt/Qtopia/plugins/application/
opt/Qtopia/plugins/application/libaddressbook.so
opt/Qtopia/plugins/application/libvideos.so
opt/Qtopia/plugins/application/libkeypebble.so
opt/Qtopia/plugins/application/libmediarecorder.so
opt/Qtopia/plugins/application/libtextedit.so
opt/Qtopia/plugins/application/libsysinfo.so
opt/Qtopia/plugins/application/libembeddedkonsole.so
opt/Qtopia/plugins/application/libphotoedit.so
opt/Qtopia/plugins/application/libcalculator.so
opt/Qtopia/plugins/application/libtodolist.so
opt/Qtopia/plugins/application/libcamera.so
opt/Qtopia/plugins/application/libtoday.so
opt/Qtopia/plugins/application/libhelpbrowser.so
opt/Qtopia/plugins/application/libclock.so
opt/Qtopia/plugins/application/libdatebook.so
opt/Qtopia/plugins/application/libmusic.so
opt/Qtopia/plugins/codecs/
opt/Qtopia/plugins/codecs/libwavplugin.so
opt/Qtopia/plugins/codecs/.directory
opt/Qtopia/plugins/codecs/libamrrecordplugin.so.2.2.0
opt/Qtopia/plugins/codecs/libwavplugin.so.2.2.0
opt/Qtopia/plugins/codecs/libffmpegplugin.so.2
opt/Qtopia/plugins/codecs/libamrrecordplugin.so
opt/Qtopia/plugins/codecs/libffmpegplugin.so
opt/Qtopia/plugins/codecs/libwavrecord.so.2.2.0
opt/Qtopia/plugins/codecs/libwavrecord.so.2
opt/Qtopia/plugins/codecs/libamrrecordplugin.so.2
opt/Qtopia/plugins/codecs/libwavrecord.so
opt/Qtopia/plugins/codecs/libffmpegplugin.so.2.2
opt/Qtopia/plugins/codecs/libamrrecordplugin.so.2.2
opt/Qtopia/plugins/codecs/libwavrecord.so.2.2
opt/Qtopia/plugins/codecs/libwavplugin.so.2.2
opt/Qtopia/plugins/codecs/libffmpegplugin.so.2.2.0
opt/Qtopia/plugins/codecs/libwavplugin.so.2
opt/Qtopia/plugins/calculator/
opt/Qtopia/plugins/calculator/fraction.desktop
opt/Qtopia/plugins/calculator/libconversion.so.2
opt/Qtopia/plugins/calculator/.directory
opt/Qtopia/plugins/calculator/libfraction.so.2.2
opt/Qtopia/plugins/calculator/libscientific.so.2.2.0
opt/Qtopia/plugins/calculator/libsimple.so.2.2.0
opt/Qtopia/plugins/calculator/conversion.desktop
opt/Qtopia/plugins/calculator/libconversion.so
opt/Qtopia/plugins/calculator/libfraction.so
opt/Qtopia/plugins/calculator/libscientific.so
opt/Qtopia/plugins/calculator/scientific.desktop
opt/Qtopia/plugins/calculator/libfraction.so.2.2.0
opt/Qtopia/plugins/calculator/libconversion.so.2.2.0
opt/Qtopia/plugins/calculator/libsimple.so
opt/Qtopia/plugins/calculator/libsimple.so.2
opt/Qtopia/plugins/calculator/libconversion.so.2.2
opt/Qtopia/plugins/calculator/libscientific.so.2
opt/Qtopia/plugins/calculator/libscientific.so.2.2
opt/Qtopia/plugins/calculator/libfraction.so.2
opt/Qtopia/plugins/calculator/simple.desktop
opt/Qtopia/plugins/calculator/libsimple.so.2.2
opt/Qtopia/plugins/network/
opt/Qtopia/plugins/network/.directory
opt/Qtopia/plugins/network/liblan.so.2.2.0
opt/Qtopia/plugins/network/libdialup.so.2.2
opt/Qtopia/plugins/network/libdialup.so
opt/Qtopia/plugins/network/liblan.so.2
opt/Qtopia/plugins/network/liblan.so.2.2
opt/Qtopia/plugins/network/libdialup.so.2
opt/Qtopia/plugins/network/libdialup.so.2.2.0
opt/Qtopia/plugins/network/liblan.so
opt/Qtopia/plugins/inputmethods/
opt/Qtopia/plugins/inputmethods/.directory
opt/Qtopia/plugins/inputmethods/libqunikeyboard.so
opt/Qtopia/plugins/inputmethods/libqkeyboard.so.2.2
opt/Qtopia/plugins/inputmethods/libqpickboard.so.2
opt/Qtopia/plugins/inputmethods/qhandwriting.desktop
opt/Qtopia/plugins/inputmethods/qkeyboard.desktop
opt/Qtopia/plugins/inputmethods/libqhandwriting.so.2.2.0
opt/Qtopia/plugins/inputmethods/libqkeyboard.so.2
opt/Qtopia/plugins/inputmethods/qpickboard.desktop
opt/Qtopia/plugins/inputmethods/libqhandwriting.so.2
opt/Qtopia/plugins/inputmethods/libqunikeyboard.so.2.2.0
opt/Qtopia/plugins/inputmethods/libqhandwriting.so
opt/Qtopia/plugins/inputmethods/libqunikeyboard.so.2.2
opt/Qtopia/plugins/inputmethods/libqpickboard.so.2.2.0
opt/Qtopia/plugins/inputmethods/qunikeyboard.desktop
opt/Qtopia/plugins/inputmethods/libqhandwriting.so.2.2
opt/Qtopia/plugins/inputmethods/libqunikeyboard.so.2
opt/Qtopia/plugins/inputmethods/libqkeyboard.so.2.2.0
opt/Qtopia/plugins/inputmethods/libqkeyboard.so
opt/Qtopia/plugins/inputmethods/libqpickboard.so
opt/Qtopia/plugins/inputmethods/libqpickboard.so.2.2
opt/Qtopia/plugins/styles/
opt/Qtopia/plugins/styles/.directory
opt/Qtopia/plugins/styles/libflatstyle.so.2.2
opt/Qtopia/plugins/styles/libflatstyle.so.2
opt/Qtopia/plugins/styles/libfreshstyle.so.2
opt/Qtopia/plugins/styles/libfreshstyle.so
opt/Qtopia/plugins/styles/libflatstyle.so.2.2.0
opt/Qtopia/plugins/styles/libfreshstyle.so.2.2.0
opt/Qtopia/plugins/styles/libfreshstyle.so.2.2
opt/Qtopia/plugins/styles/libflatstyle.so
opt/Qtopia/apps/
opt/Qtopia/apps/Settings/
opt/Qtopia/apps/Settings/Security.desktop
opt/Qtopia/apps/Settings/Launcher.desktop
opt/Qtopia/apps/Settings/.directory
opt/Qtopia/apps/Settings/Calibrate.desktop
opt/Qtopia/apps/Settings/qipkg.desktop
opt/Qtopia/apps/Settings/Handwriting.desktop
opt/Qtopia/apps/Settings/Language.desktop
opt/Qtopia/apps/Settings/quit.desktop
opt/Qtopia/apps/Settings/datetime.desktop
opt/Qtopia/apps/Settings/Light.desktop
opt/Qtopia/apps/Settings/netsetup.desktop
opt/Qtopia/apps/Settings/PluginManager.desktop
opt/Qtopia/apps/Settings/AppServices.desktop
opt/Qtopia/apps/Settings/Rotation.desktop
opt/Qtopia/apps/Settings/Sound.desktop
opt/Qtopia/apps/Settings/Appearance.desktop
opt/Qtopia/apps/Games/
opt/Qtopia/apps/Games/.directory
opt/Qtopia/apps/Games/snake.desktop
opt/Qtopia/apps/Games/fifteen.desktop
opt/Qtopia/apps/Games/qasteroids.desktop
opt/Qtopia/apps/Games/minesweep.desktop
opt/Qtopia/apps/Games/solitaire.desktop
opt/Qtopia/apps/Games/parashoot.desktop
opt/Qtopia/apps/Games/mindbreaker.desktop
opt/Qtopia/apps/Applications/
opt/Qtopia/apps/Applications/photoedit.desktop
opt/Qtopia/apps/Applications/clock.desktop
opt/Qtopia/apps/Applications/.directory
opt/Qtopia/apps/Applications/datebook.desktop
opt/Qtopia/apps/Applications/todolist.desktop
opt/Qtopia/apps/Applications/addressbook.desktop
opt/Qtopia/apps/Applications/voicerecorder.desktop
opt/Qtopia/apps/Applications/videos.desktop
opt/Qtopia/apps/Applications/today.desktop
opt/Qtopia/apps/Applications/textedit.desktop
opt/Qtopia/apps/Applications/embeddedkonsole.desktop
opt/Qtopia/apps/Applications/calculator.desktop
opt/Qtopia/apps/Applications/worldtime.desktop
opt/Qtopia/apps/Applications/keypebble.desktop
opt/Qtopia/apps/Applications/camera.desktop
opt/Qtopia/apps/Applications/music.desktop
opt/Qtopia/apps/Applications/helpbrowser.desktop
opt/Qtopia/apps/Applications/sysinfo.desktop
opt/Qtopia/sounds/
opt/Qtopia/sounds/qasteroids/
opt/Qtopia/sounds/qasteroids/missilefired.wav
opt/Qtopia/sounds/qasteroids/shipdestroyed.wav
opt/Qtopia/sounds/qasteroids/rockdestroyed.wav
opt/Qtopia/sounds/alarm.wav
opt/Qtopia/etc/
opt/Qtopia/etc/default/
opt/Qtopia/etc/default/qpe.conf
opt/Qtopia/etc/default/presstick.conf
opt/Qtopia/etc/default/IconSizes.conf
opt/Qtopia/etc/default/FontMap.conf
opt/Qtopia/etc/default/Security.conf
opt/Qtopia/etc/default/locale.conf
opt/Qtopia/etc/beam/
opt/Qtopia/etc/beam/targets/
opt/Qtopia/etc/beam/targets/palmos.conf
opt/Qtopia/etc/beam/targets/qp.conf
opt/Qtopia/etc/beam/targets/_std.conf
opt/Qtopia/etc/colors/
opt/Qtopia/etc/colors/Qtopia.scheme
opt/Qtopia/etc/colors/Desert.scheme
opt/Qtopia/etc/colors/Gray.scheme
opt/Qtopia/etc/colors/Blues.scheme
opt/Qtopia/etc/colors/Purple.scheme
opt/Qtopia/etc/colors/Green.scheme
opt/Qtopia/etc/colors/Bright.scheme
opt/Qtopia/etc/colors/Yellow.scheme
opt/Qtopia/etc/qimpen/
opt/Qtopia/etc/qimpen/combining.qpt
opt/Qtopia/etc/qimpen/popup.conf
opt/Qtopia/etc/qimpen/asciilower.qpt
opt/Qtopia/etc/qimpen/asciiupper.qpt
opt/Qtopia/etc/qimpen/numeric.qpt
opt/Qtopia/etc/im/
opt/Qtopia/etc/im/pkim/
opt/Qtopia/etc/im/pkim/named_addressbook-names.conf
opt/Qtopia/etc/dict/
opt/Qtopia/etc/dict/en_US/
opt/Qtopia/etc/dict/en_US/words.dawg
opt/Qtopia/etc/dict/en_US/common.dawg
opt/Qtopia/etc/calculator/
opt/Qtopia/etc/calculator/distance.conf
opt/Qtopia/etc/calculator/weight.conf
opt/Qtopia/etc/calculator/volume.conf
opt/Qtopia/etc/calculator/area.conf
opt/Qtopia/etc/network/
opt/Qtopia/etc/network/DialUp.conf
opt/Qtopia/etc/network/LAN.conf
opt/Qtopia/etc/network/DialUpIR.conf
opt/Qtopia/etc/mime.types
opt/Qtopia/help/
opt/Qtopia/help/html/
opt/Qtopia/help/html/light-and-power-screensaver.html
opt/Qtopia/help/html/appearance-frame.html
opt/Qtopia/help/html/light-and-power-saving.html
opt/Qtopia/help/html/appearance-colors.html
opt/Qtopia/help/html/addressbook-index.html
opt/Qtopia/help/html/datebook-monthview.html
opt/Qtopia/help/html/backuprestore.html
opt/Qtopia/help/html/netsetup-gprs-account.html
opt/Qtopia/help/html/datebook-views.html
opt/Qtopia/help/html/music-options.html
opt/Qtopia/help/html/textedit-settings.html
opt/Qtopia/help/html/qpe-screens.html
opt/Qtopia/help/html/rotation.html
opt/Qtopia/help/html/datebook-settings.html
opt/Qtopia/help/html/solitaire.html
opt/Qtopia/help/html/datebook-event-repeat-weekly.html
opt/Qtopia/help/html/worldtime-presets.html
opt/Qtopia/help/html/music.html
opt/Qtopia/help/html/addressbook-businesscard.html
opt/Qtopia/help/html/addressbook-send-all.html
opt/Qtopia/help/html/textedit-edit-properties.html
opt/Qtopia/help/html/photoedit.html
opt/Qtopia/help/html/help-taskbar.html
opt/Qtopia/help/html/qpe-pluginmanager.html
opt/Qtopia/help/html/index.html
opt/Qtopia/help/html/help-taskbar-left.html
opt/Qtopia/help/html/systemtime-setdate.html
opt/Qtopia/help/html/videos-playing.html
opt/Qtopia/help/html/parashoot.html
opt/Qtopia/help/html/mediarecorder-replay.html
opt/Qtopia/help/html/sysinfo.html
opt/Qtopia/help/html/qpe-sound.html
opt/Qtopia/help/html/netsetup-gprs-adv-dial.html
opt/Qtopia/help/html/netsetup-current.html
opt/Qtopia/help/html/camera-settings.html
opt/Qtopia/help/html/photoedit-navigator.html
opt/Qtopia/help/html/music-loading.html
opt/Qtopia/help/html/datebook-event-alarm.html
opt/Qtopia/help/html/buttoneditor.html
opt/Qtopia/help/html/netsetup-add-service.html
opt/Qtopia/help/html/netsetup-gprs.html
opt/Qtopia/help/html/help-taskbar-right.html
opt/Qtopia/help/html/help-unicode.html
opt/Qtopia/help/html/qpe-safemode.html
opt/Qtopia/help/html/handwriting.html
opt/Qtopia/help/html/qpe-irReceive.html
opt/Qtopia/help/html/photoedit-brightness.html
opt/Qtopia/help/html/hwsettings-chng.html
opt/Qtopia/help/html/help-finding.html
opt/Qtopia/help/html/videos-prop-details-tab.html
opt/Qtopia/help/html/datebook-new-event.html
opt/Qtopia/help/html/qpe-categories-details.html
opt/Qtopia/help/html/security.html
opt/Qtopia/help/html/document-storage.html
opt/Qtopia/help/html/qppp-dialup.html
opt/Qtopia/help/html/clock-stopwatch.html
opt/Qtopia/help/html/addressbook-messaging.html
opt/Qtopia/help/html/mediarecorder-quality.html
opt/Qtopia/help/html/netsetup-gprs-adv-net.html
opt/Qtopia/help/html/camera.html
opt/Qtopia/help/html/netsetup-gprs-adv-mod.html
opt/Qtopia/help/html/textedit-editing.html
opt/Qtopia/help/html/mediarecorder-record.html
opt/Qtopia/help/html/qpe-categories-new.html
opt/Qtopia/help/html/qpe-categories.html
opt/Qtopia/help/html/datebook-event-repeat-monthly.html
opt/Qtopia/help/html/netsetup-dialup-modem.html
opt/Qtopia/help/html/datebook-event-repeat-daily.html
opt/Qtopia/help/html/help.html
opt/Qtopia/help/html/datebook-dayview.html
opt/Qtopia/help/html/launchersettings.html
opt/Qtopia/help/html/textedit-delete.html
opt/Qtopia/help/html/addressbook-edit.html
opt/Qtopia/help/html/security-sync.html
opt/Qtopia/help/html/netsetup-wireless.html
opt/Qtopia/help/html/netsetup-dialup.html
opt/Qtopia/help/html/help-pickboard-bottom.html
opt/Qtopia/help/html/videos-playing-overvw.html
opt/Qtopia/help/html/music-menu.html
opt/Qtopia/help/html/minesweep.html
opt/Qtopia/help/html/qpe-searching-advanced.html
opt/Qtopia/help/html/help-selecting.html
opt/Qtopia/help/html/launchersettings-iconsize.html
opt/Qtopia/help/html/textedit-add.html
opt/Qtopia/help/html/addressbook-speeddial.html
opt/Qtopia/help/html/datebook-purge.html
opt/Qtopia/help/html/snake.html
opt/Qtopia/help/html/qpe-searching.html
opt/Qtopia/help/html/qpe.html
opt/Qtopia/help/html/mediarecorder-delete.html
opt/Qtopia/help/html/help-writing.html
opt/Qtopia/help/html/clock.html
opt/Qtopia/help/html/photoedit-dimensions.html
opt/Qtopia/help/html/help-pickboard.html
opt/Qtopia/help/html/videos-options.html
opt/Qtopia/help/html/help-on-help.html
opt/Qtopia/help/html/music-prop-id3-tab.html
opt/Qtopia/help/html/worldtime-choose-timezone.html
opt/Qtopia/help/html/light-and-power-brightness.html
opt/Qtopia/help/html/music-prop-gen-tab.html
opt/Qtopia/help/html/help-navigation.html
opt/Qtopia/help/html/qpe-document-properties.html
opt/Qtopia/help/html/qpe-apps-properties.html
opt/Qtopia/help/html/photoedit-orientation.html
opt/Qtopia/help/html/photoedit-editmode.html
opt/Qtopia/help/html/qpe-documents.html
opt/Qtopia/help/html/videos-playlist.html
opt/Qtopia/help/html/calculator-scientific.html
opt/Qtopia/help/html/addressbook.html
opt/Qtopia/help/html/hwsettings-newchar.html
opt/Qtopia/help/html/help-using.html
opt/Qtopia/help/html/worldtime-map.html
opt/Qtopia/help/html/popup-calendar.html
opt/Qtopia/help/html/solitaire-settings.html
opt/Qtopia/help/html/qpe-categories-editing.html
opt/Qtopia/help/html/addressbook-delete.html
opt/Qtopia/help/html/language.html
opt/Qtopia/help/html/datebook-event-repeat.html
opt/Qtopia/help/html/appearance-style.html
opt/Qtopia/help/html/help-taskbar-middle.html
opt/Qtopia/help/html/videos-loading.html
opt/Qtopia/help/html/videos.html
opt/Qtopia/help/html/solitaire-rules.html
opt/Qtopia/help/html/documents-index.html
opt/Qtopia/help/html/netsetup-gprs-adv-prox.html
opt/Qtopia/help/html/hwsettings.html
opt/Qtopia/help/html/netsetup.html
opt/Qtopia/help/html/music-playlist.html
opt/Qtopia/help/html/security-locks.html
opt/Qtopia/help/html/qpe-main-menu.html
opt/Qtopia/help/html/worldtime.html
opt/Qtopia/help/html/light-and-power-autolock.html
opt/Qtopia/help/html/help-pickboard-top.html
opt/Qtopia/help/html/netsetup-tcpip.html
opt/Qtopia/help/html/photoedit-slideshow.html
opt/Qtopia/help/html/datebook-eventview.html
opt/Qtopia/help/html/fifteen.html
opt/Qtopia/help/html/handwriting-recognition.html
opt/Qtopia/help/html/photoedit-view.html
opt/Qtopia/help/html/help-pickboard-menu.html
opt/Qtopia/help/html/calculator.html
opt/Qtopia/help/html/videos-prop-gen-tab.html
opt/Qtopia/help/html/datebook-edit-event.html
opt/Qtopia/help/html/qpe-applications.html
opt/Qtopia/help/html/photoedit-index.html
opt/Qtopia/help/html/documents-type.html
opt/Qtopia/help/html/qpe-icons.html
opt/Qtopia/help/html/help-keyboard.html
opt/Qtopia/help/html/handwriting-fsim.html
opt/Qtopia/help/html/addressbook-send.html
opt/Qtopia/help/html/appservices.html
opt/Qtopia/help/html/todolist.html
opt/Qtopia/help/html/netsetup-dialup-network.html
opt/Qtopia/help/html/helpbrowser.html
opt/Qtopia/help/html/help-pages.html
opt/Qtopia/help/html/help-input.html
opt/Qtopia/help/html/handwriting-index.html
opt/Qtopia/help/html/qpe-sync-pc.html
opt/Qtopia/help/html/music-playing.html
opt/Qtopia/help/html/datebook-adding.html
opt/Qtopia/help/html/netsetup-gprs-adv.html
opt/Qtopia/help/html/netsetup-dialup-dialing.html
opt/Qtopia/help/html/solitaire-freecell-rules.html
opt/Qtopia/help/html/netsetup-lan-account.html
opt/Qtopia/help/html/datebook-event-times.html
opt/Qtopia/help/html/netsetup-dialup-proxies.html
opt/Qtopia/help/html/light-and-power.html
opt/Qtopia/help/html/systemtime-settime.html
opt/Qtopia/help/html/mediarecorder.html
opt/Qtopia/help/html/datebook-categories.html
opt/Qtopia/help/html/today.html
opt/Qtopia/help/html/datebook.html
opt/Qtopia/help/html/music-playing-overvw.html
opt/Qtopia/help/html/systemtime.html
opt/Qtopia/help/html/qpe-settings.html
opt/Qtopia/help/html/handwriting-strokes.html
opt/Qtopia/help/html/addressbook-view-category.html
opt/Qtopia/help/html/netsetup-gprs-wap.html
opt/Qtopia/help/html/launchersettings-font.html
opt/Qtopia/help/html/datebook-alarm-setup.html
opt/Qtopia/help/html/documents-category.html
opt/Qtopia/help/html/music-properties.html
opt/Qtopia/help/html/qipkg.html
opt/Qtopia/help/html/textedit-properties.html
opt/Qtopia/help/html/photoedit-saving.html
opt/Qtopia/help/html/videos-properties.html
opt/Qtopia/help/html/qpe-irSend.html
opt/Qtopia/help/html/qpe-keylock.html
opt/Qtopia/help/html/mindbreaker.html
opt/Qtopia/help/html/qpe-categories-delete.html
opt/Qtopia/help/html/sysinfo-cleanup.html
opt/Qtopia/help/html/qpe-symbolpicker.html
opt/Qtopia/help/html/calculator-fraction.html
opt/Qtopia/help/html/datebook-index.html
opt/Qtopia/help/html/mediarecorder-format.html
opt/Qtopia/help/html/addressbook-new-contact.html
opt/Qtopia/help/html/netsetup-lan.html
opt/Qtopia/help/html/videos-menu.html
opt/Qtopia/help/html/handwriting-metrics.html
opt/Qtopia/help/html/qasteroids.html
opt/Qtopia/help/html/netsetup-gprs-adv-wap.html
opt/Qtopia/help/html/textedit.html
opt/Qtopia/help/html/calibrate.html
opt/Qtopia/help/html/netsetup-dialup-account.html
opt/Qtopia/help/html/netsetup-gprs-adv-acc.html
opt/Qtopia/help/html/datebook-event-repeat-yearly.html
opt/Qtopia/help/html/qasteroids-bonuses.html
opt/Qtopia/help/html/appearance-fonts.html
opt/Qtopia/help/html/appearance.html
opt/Qtopia/help/html/worldtime-timezones.html
opt/Qtopia/help/html/beaming.html
opt/Qtopia/help/html/addressbook-viewing.html
opt/Qtopia/help/html/launchersettings-background.html
opt/Qtopia/help/html/qpe-games.html
opt/Qtopia/help/html/music-prop-details-tab.html
opt/Qtopia/help/html/calculator-conversion.html
opt/Qtopia/help/html/clock-alarms.html
opt/Qtopia/help/html/qipkg-servers.html
opt/Qtopia/help/html/addressbook-find-sort.html
opt/Qtopia/help/html/qppp-lan.html
opt/Qtopia/help/html/calculator-simple.html
opt/Qtopia/help/html/photoedit-properties.html
opt/Qtopia/help/html/datebook-weekview.html
opt/Qtopia/help/html/music-controls.html
opt/Qtopia/bin/
opt/Qtopia/bin/quicklauncher
opt/Qtopia/bin/todolist
opt/Qtopia/bin/sound
opt/Qtopia/bin/videos
opt/Qtopia/bin/helpbrowser
opt/Qtopia/bin/clock
opt/Qtopia/bin/rotation
opt/Qtopia/bin/buttoneditor
opt/Qtopia/bin/photoedit
opt/Qtopia/bin/qipkg-info-file
opt/Qtopia/bin/mediarecorder
opt/Qtopia/bin/netsetup
opt/Qtopia/bin/sysinfo
opt/Qtopia/bin/today
opt/Qtopia/bin/qpe-reorgfiles
opt/Qtopia/bin/addressbook
opt/Qtopia/bin/qcop
opt/Qtopia/bin/qtopia-addmimetype
opt/Qtopia/bin/keypebble
opt/Qtopia/bin/systemtime
opt/Qtopia/bin/light-and-power
opt/Qtopia/bin/qtopia-update-symlinks
opt/Qtopia/bin/targunzip
opt/Qtopia/bin/fifteen
opt/Qtopia/bin/qasteroids
opt/Qtopia/bin/qss
opt/Qtopia/bin/language
opt/Qtopia/bin/snake
opt/Qtopia/bin/qtopia-stop-internal
opt/Qtopia/bin/solitaire
opt/Qtopia/bin/qipkg
opt/Qtopia/bin/mindbreaker
opt/Qtopia/bin/appservices
opt/Qtopia/bin/embeddedkonsole
opt/Qtopia/bin/security
opt/Qtopia/bin/parashoot
opt/Qtopia/bin/calculator
opt/Qtopia/bin/qpe
opt/Qtopia/bin/minesweep
opt/Qtopia/bin/worldtime
opt/Qtopia/bin/camera
opt/Qtopia/bin/textedit
opt/Qtopia/bin/targzip
opt/Qtopia/bin/appearance
opt/Qtopia/bin/pluginmanager
opt/Qtopia/bin/hwsettings
opt/Qtopia/bin/datebook
opt/Qtopia/bin/launchersettings
opt/Qtopia/bin/music
opt/Qtopia/lib/
opt/Qtopia/lib/libqpepim.so
opt/Qtopia/lib/libgsm.so.1.0
opt/Qtopia/lib/libopenobex.so.2.2
opt/Qtopia/lib/libqt-freetype.so.6.0
opt/Qtopia/lib/libmediaplayer.so.2
opt/Qtopia/lib/libqtopia2.so
opt/Qtopia/lib/libqpepim1.so.2
opt/Qtopia/lib/libqmstroke.so.2.2
opt/Qtopia/lib/libavformat.so.2.2.0
opt/Qtopia/lib/libqtopia.so
opt/Qtopia/lib/libgsm.so.1.0.0
opt/Qtopia/lib/libqpepim.so.1.6
opt/Qtopia/lib/libqpepim.so.1.6.3
opt/Qtopia/lib/libqpe.so
opt/Qtopia/lib/libqmstroke.so.2.2.0
opt/Qtopia/lib/libavcodec.so.2
opt/Qtopia/lib/libqmstroke.so
opt/Qtopia/lib/libqte.so.2.3.12
opt/Qtopia/lib/libqpe.so.1.5
opt/Qtopia/lib/libqpepim1.so.2.1.0
opt/Qtopia/lib/libqpepim1.so.2.1
opt/Qtopia/lib/libavformat.so.2
opt/Qtopia/lib/libopenobex.so.2.2.0
opt/Qtopia/lib/libmediaplayer.so.2.2
opt/Qtopia/lib/libqtopia2.so.2
opt/Qtopia/lib/libmediaplayer.so
opt/Qtopia/lib/libqtopia.so.1
opt/Qtopia/lib/libavformat.so.2.2
opt/Qtopia/lib/libqte.so
opt/Qtopia/lib/libavcodec.so.2.2
opt/Qtopia/lib/fonts/
opt/Qtopia/lib/fonts/helvetica_240_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_180_75_t5.qpf
opt/Qtopia/lib/fonts/unifont_160_50.qpf
opt/Qtopia/lib/fonts/helvetica_80_50i_t15.qpf
opt/Qtopia/lib/fonts/smallsmooth_90_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_180_75i.qpf
opt/Qtopia/lib/fonts/helvetica_120_75.qpf
opt/Qtopia/lib/fonts/helvetica_120_50i_t5.qpf
opt/Qtopia/lib/fonts/helvetica_100_50.qpf
opt/Qtopia/lib/fonts/smoothtimes_440_75_t10.qpf
opt/Qtopia/lib/fonts/smoothtimes_100_50.qpf
opt/Qtopia/lib/fonts/helvetica_180_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_240_75_t15.qpf
opt/Qtopia/lib/fonts/smoothtimes_250_75.qpf
opt/Qtopia/lib/fonts/helvetica_240_50i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_140_50i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_100_75i_t5.qpf
opt/Qtopia/lib/fonts/smoothtimes_170_75.qpf
opt/Qtopia/lib/fonts/smoothtimes_160_50_t15.qpf
opt/Qtopia/lib/fonts/smoothtimes_220_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_140_75_t5.qpf
opt/Qtopia/lib/fonts/helvetica_120_75i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_180_75i_t10.qpf
opt/Qtopia/lib/fonts/micro_40_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_100_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_80_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_80_75i.qpf
opt/Qtopia/lib/fonts/smallsmooth_90_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_80_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_140_75_t10.qpf
opt/Qtopia/lib/fonts/helvetica_120_75i.qpf
opt/Qtopia/lib/fonts/smoothtimes_170_75_t10.qpf
opt/Qtopia/lib/fonts/micro_40_50.qpf
opt/Qtopia/lib/fonts/helvetica_120_75i_t15.qpf
opt/Qtopia/lib/fonts/smoothtimes_250_75_t10.qpf
opt/Qtopia/lib/fonts/helvetica_240_75i.qpf
opt/Qtopia/lib/fonts/unifont_160_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_120_75_t15.qpf
opt/Qtopia/lib/fonts/fixed_120_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_100_75_t5.qpf
opt/Qtopia/lib/fonts/helvetica_120_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_100_75.qpf
opt/Qtopia/lib/fonts/smoothtimes_220_50.qpf
opt/Qtopia/lib/fonts/helvetica_120_50i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_180_50i_t15.qpf
opt/Qtopia/lib/fonts/helvetica_120_50i.qpf
opt/Qtopia/lib/fonts/helvetica_240_50i.qpf
opt/Qtopia/lib/fonts/smoothtimes_100_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_180_50i_t10.qpf
opt/Qtopia/lib/fonts/micro_40_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_180_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_100_50i_t15.qpf
opt/Qtopia/lib/fonts/helvetica_180_50i.qpf
opt/Qtopia/lib/fonts/helvetica_140_50_t10.qpf
opt/Qtopia/lib/fonts/smoothtimes_170_50.qpf
opt/Qtopia/lib/fonts/helvetica_140_75i_t5.qpf
opt/Qtopia/lib/fonts/helvetica_80_75i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_140_50i.qpf
opt/Qtopia/lib/fonts/smoothtimes_220_50_t15.qpf
opt/Qtopia/lib/fonts/smoothtimes_170_75_t15.qpf
opt/Qtopia/lib/fonts/helvetica_80_50i_t5.qpf
opt/Qtopia/lib/fonts/helvetica_240_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_80_50i_t10.qpf
opt/Qtopia/lib/fonts/smoothtimes_250_75_t5.qpf
opt/Qtopia/lib/fonts/helvetica_180_75i_t15.qpf
opt/Qtopia/lib/fonts/fixed_70_50_t5.qpf
opt/Qtopia/lib/fonts/fixed_70_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_100_75_t15.qpf
opt/Qtopia/lib/fonts/helvetica_140_75i.qpf
opt/Qtopia/lib/fonts/helvetica_140_75_t15.qpf
opt/Qtopia/lib/fonts/helvetica_240_75_t5.qpf
opt/Qtopia/lib/fonts/helvetica_240_75i_t5.qpf
opt/Qtopia/lib/fonts/helvetica_180_75_t10.qpf
opt/Qtopia/lib/fonts/helvetica_120_75i_t5.qpf
opt/Qtopia/lib/fonts/helvetica_140_50i_t5.qpf
opt/Qtopia/lib/fonts/smoothtimes_100_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_100_50_t10.qpf
opt/Qtopia/lib/fonts/fixed_70_50.qpf
opt/Qtopia/lib/fonts/smoothtimes_170_50_t5.qpf
opt/Qtopia/lib/fonts/smoothtimes_160_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_80_75_t5.qpf
opt/Qtopia/lib/fonts/helvetica_80_50_t15.qpf
opt/Qtopia/lib/fonts/smoothtimes_100_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_80_75i_t5.qpf
opt/Qtopia/lib/fonts/helvetica_240_75.qpf
opt/Qtopia/lib/fonts/fixed_120_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_240_50i_t5.qpf
opt/Qtopia/lib/fonts/smoothtimes_170_50_t10.qpf
opt/Qtopia/lib/fonts/smoothtimes_250_75_t15.qpf
opt/Qtopia/lib/fonts/smallsmooth_90_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_120_50.qpf
opt/Qtopia/lib/fonts/helvetica_180_75.qpf
opt/Qtopia/lib/fonts/fixed_120_50.qpf
opt/Qtopia/lib/fonts/fontdir
opt/Qtopia/lib/fonts/smoothtimes_440_75_t15.qpf
opt/Qtopia/lib/fonts/helvetica_80_75.qpf
opt/Qtopia/lib/fonts/helvetica_240_75i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_240_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_80_75i_t15.qpf
opt/Qtopia/lib/fonts/smoothtimes_160_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_100_50i.qpf
opt/Qtopia/lib/fonts/helvetica_180_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_100_75_t10.qpf
opt/Qtopia/lib/fonts/helvetica_80_50.qpf
opt/Qtopia/lib/fonts/helvetica_240_75i_t15.qpf
opt/Qtopia/lib/fonts/helvetica_100_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_240_75_t10.qpf
opt/Qtopia/lib/fonts/helvetica_180_75i_t5.qpf
opt/Qtopia/lib/fonts/smoothtimes_440_75_t5.qpf
opt/Qtopia/lib/fonts/smoothtimes_170_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_80_50i.qpf
opt/Qtopia/lib/fonts/helvetica_140_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_80_75_t15.qpf
opt/Qtopia/lib/fonts/smoothtimes_170_75_t5.qpf
opt/Qtopia/lib/fonts/helvetica_100_50i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_120_75_t10.qpf
opt/Qtopia/lib/fonts/micro_40_50_t5.qpf
opt/Qtopia/lib/fonts/smoothtimes_220_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_120_50i_t15.qpf
opt/Qtopia/lib/fonts/helvetica_140_50i_t15.qpf
opt/Qtopia/lib/fonts/helvetica_140_50_t5.qpf
opt/Qtopia/lib/fonts/unifont_160_50_t5.qpf
opt/Qtopia/lib/fonts/helvetica_180_50i_t5.qpf
opt/Qtopia/lib/fonts/smoothtimes_160_50.qpf
opt/Qtopia/lib/fonts/helvetica_80_75_t10.qpf
opt/Qtopia/lib/fonts/helvetica_100_75i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_180_50.qpf
opt/Qtopia/lib/fonts/unifont_160_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_100_75i_t15.qpf
opt/Qtopia/lib/fonts/smallsmooth_90_50.qpf
opt/Qtopia/lib/fonts/helvetica_140_75.qpf
opt/Qtopia/lib/fonts/helvetica_140_75i_t10.qpf
opt/Qtopia/lib/fonts/helvetica_100_75i.qpf
opt/Qtopia/lib/fonts/fixed_70_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_240_50.qpf
opt/Qtopia/lib/fonts/helvetica_180_75_t15.qpf
opt/Qtopia/lib/fonts/helvetica_120_50_t10.qpf
opt/Qtopia/lib/fonts/helvetica_140_50.qpf
opt/Qtopia/lib/fonts/helvetica_240_50i_t15.qpf
opt/Qtopia/lib/fonts/helvetica_120_75_t5.qpf
opt/Qtopia/lib/fonts/helvetica_120_50_t15.qpf
opt/Qtopia/lib/fonts/helvetica_140_75i_t15.qpf
opt/Qtopia/lib/fonts/smoothtimes_440_75.qpf
opt/Qtopia/lib/fonts/helvetica_100_50i_t5.qpf
opt/Qtopia/lib/fonts/fixed_120_50_t10.qpf
opt/Qtopia/lib/libqte.so.2
opt/Qtopia/lib/libgsm.so
opt/Qtopia/lib/libopenobex.so.2
opt/Qtopia/lib/libqpepim1.so
opt/Qtopia/lib/libopenobex.so
opt/Qtopia/lib/libqte.so.2.3
opt/Qtopia/lib/libqtopiacalc.so.2.2.0
opt/Qtopia/lib/libqtopia2.so.2.1.0
opt/Qtopia/lib/libmediaplayer.so.2.2.0
opt/Qtopia/lib/libamr.so.1.0.0
opt/Qtopia/lib/libqtopia.so.1.6.3
opt/Qtopia/lib/libqtopiacalc.so
opt/Qtopia/lib/libqmstroke.so.2
opt/Qtopia/lib/libqpepim.so.1
opt/Qtopia/lib/libqt-freetype.so.6.0.1
opt/Qtopia/lib/libqtopiacalc.so.2.2
opt/Qtopia/lib/libamr.so
opt/Qtopia/lib/libqtopiacalc.so.2
opt/Qtopia/lib/libqt-freetype.so
opt/Qtopia/lib/libavformat.so
opt/Qtopia/lib/libqtopia.so.1.6
opt/Qtopia/lib/libqpe.so.1.5.3
opt/Qtopia/lib/libqtopia2.so.2.1
opt/Qtopia/lib/libamr.so.1.0
opt/Qtopia/lib/libgsm.so.1
opt/Qtopia/lib/libavcodec.so
opt/Qtopia/lib/libqt-freetype.so.6
opt/Qtopia/lib/libqpe.so.1
opt/Qtopia/lib/libamr.so.1
opt/Qtopia/lib/libavcodec.so.2.2.0
opt/Qtopia/pics/
opt/Qtopia/pics/todolist/
opt/Qtopia/pics/todolist/task-completed.png
opt/Qtopia/pics/todolist/TodoList_16.png
opt/Qtopia/pics/todolist/menu.png
opt/Qtopia/pics/todolist/menu.xpm
opt/Qtopia/pics/todolist/task-priority.png
opt/Qtopia/pics/todolist/TodoList_48_anim.mng
opt/Qtopia/pics/todolist/TodoList_48.png
opt/Qtopia/pics/todolist/TodoList.png
opt/Qtopia/pics/sync.png
opt/Qtopia/pics/sound/
opt/Qtopia/pics/sound/mute.png
opt/Qtopia/pics/sound/Sound.png
opt/Qtopia/pics/sound/loud.png
opt/Qtopia/pics/mediaplayer/
opt/Qtopia/pics/mediaplayer/skins/
opt/Qtopia/pics/mediaplayer/skins/default/
opt/Qtopia/pics/mediaplayer/skins/default/audio_down.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_down.png
opt/Qtopia/pics/mediaplayer/skins/default/video_mask_loop.png
opt/Qtopia/pics/mediaplayer/skins/default/video_mask_backward.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_up.png
opt/Qtopia/pics/mediaplayer/skins/default/video_mask_forward.png
opt/Qtopia/pics/mediaplayer/skins/default/video_up.png
opt/Qtopia/pics/mediaplayer/skins/default/config
opt/Qtopia/pics/mediaplayer/skins/default/qpe-mediaplayer-default-skin.control
opt/Qtopia/pics/mediaplayer/skins/default/video_down.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_playlist.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_next.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_loop.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_backward.png
opt/Qtopia/pics/mediaplayer/skins/default/video_mask_previous.png
opt/Qtopia/pics/mediaplayer/skins/default/video_mask_play.png
opt/Qtopia/pics/mediaplayer/skins/default/video_mask_next.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_forward.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_play.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_up.png
opt/Qtopia/pics/mediaplayer/skins/default/background_tiled.png
opt/Qtopia/pics/mediaplayer/skins/default/audio_mask_previous.png
opt/Qtopia/pics/mediaplayer/skins/techno/
opt/Qtopia/pics/mediaplayer/skins/techno/audio_down.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_down.png
opt/Qtopia/pics/mediaplayer/skins/techno/video_mask_loop.png
opt/Qtopia/pics/mediaplayer/skins/techno/video_mask_backward.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_up.png
opt/Qtopia/pics/mediaplayer/skins/techno/video_mask_forward.png
opt/Qtopia/pics/mediaplayer/skins/techno/video_up.png
opt/Qtopia/pics/mediaplayer/skins/techno/config
opt/Qtopia/pics/mediaplayer/skins/techno/video_down.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_playlist.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_stop.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_next.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_loop.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_backward.png
opt/Qtopia/pics/mediaplayer/skins/techno/video_mask_previous.png
opt/Qtopia/pics/mediaplayer/skins/techno/video_mask_play.png
opt/Qtopia/pics/mediaplayer/skins/techno/video_mask_next.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_forward.png
opt/Qtopia/pics/mediaplayer/skins/techno/background_scaled.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_play.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_up.png
opt/Qtopia/pics/mediaplayer/skins/techno/audio_mask_previous.png
opt/Qtopia/pics/mediaplayer/icons/
opt/Qtopia/pics/mediaplayer/icons/16x16/
opt/Qtopia/pics/mediaplayer/icons/16x16/playlist_tab.png
opt/Qtopia/pics/mediaplayer/icons/16x16/add_to_playlist.png
opt/Qtopia/pics/mediaplayer/icons/16x16/audio_tab.png
opt/Qtopia/pics/mediaplayer/icons/16x16/video_tab.png
opt/Qtopia/pics/mediaplayer/icons/16x16/remove_from_playlist.png
opt/Qtopia/pics/mediaplayer/icons/22x22/
opt/Qtopia/pics/mediaplayer/icons/22x22/playlist_tab.png
opt/Qtopia/pics/mediaplayer/icons/22x22/add_to_playlist.png
opt/Qtopia/pics/mediaplayer/icons/22x22/audio_tab.png
opt/Qtopia/pics/mediaplayer/icons/22x22/video_tab.png
opt/Qtopia/pics/mediaplayer/icons/22x22/remove_from_playlist.png
opt/Qtopia/pics/mediaplayer/icons/14x14/
opt/Qtopia/pics/mediaplayer/icons/14x14/playlist_tab.png
opt/Qtopia/pics/mediaplayer/icons/14x14/add_to_playlist.png
opt/Qtopia/pics/mediaplayer/icons/14x14/audio_tab.png
opt/Qtopia/pics/mediaplayer/icons/14x14/video_tab.png
opt/Qtopia/pics/mediaplayer/icons/14x14/remove_from_playlist.png
opt/Qtopia/pics/calibrate/
opt/Qtopia/pics/calibrate/Calibrate.png
opt/Qtopia/pics/videos/
opt/Qtopia/pics/videos/turnup.png
opt/Qtopia/pics/videos/MPEGPlayer.png
opt/Qtopia/pics/videos/turnup.xpm
opt/Qtopia/pics/mountmon/
opt/Qtopia/pics/mountmon/sdcard.png
opt/Qtopia/pics/qtlogo.png
opt/Qtopia/pics/helpbrowser/
opt/Qtopia/pics/helpbrowser/HelpBrowser.png
opt/Qtopia/pics/clock/
opt/Qtopia/pics/clock/Clock.png
opt/Qtopia/pics/clock/background.png
opt/Qtopia/pics/clock/Clock_16.png
opt/Qtopia/pics/icons/
opt/Qtopia/pics/icons/16x16/
opt/Qtopia/pics/icons/16x16/left.png
opt/Qtopia/pics/icons/16x16/find.png
opt/Qtopia/pics/icons/16x16/pause.png
opt/Qtopia/pics/icons/16x16/edit.png
opt/Qtopia/pics/icons/16x16/programs.png
opt/Qtopia/pics/icons/16x16/paste.png
opt/Qtopia/pics/icons/16x16/calculator.png
opt/Qtopia/pics/icons/16x16/details.png
opt/Qtopia/pics/icons/16x16/back.png
opt/Qtopia/pics/icons/16x16/beam.png
opt/Qtopia/pics/icons/16x16/style.png
opt/Qtopia/pics/icons/16x16/globe.png
opt/Qtopia/pics/icons/16x16/textbold.png
opt/Qtopia/pics/icons/16x16/bold.png
opt/Qtopia/pics/icons/16x16/stop.png
opt/Qtopia/pics/icons/16x16/thumbnail.png
opt/Qtopia/pics/icons/16x16/fastback.png
opt/Qtopia/pics/icons/16x16/trash.png
opt/Qtopia/pics/icons/16x16/italic.png
opt/Qtopia/pics/icons/16x16/padlock.png
opt/Qtopia/pics/icons/16x16/datebook_icon.png
opt/Qtopia/pics/icons/16x16/accessories.png
opt/Qtopia/pics/icons/16x16/play.png
opt/Qtopia/pics/icons/16x16/underline.png
opt/Qtopia/pics/icons/16x16/1to1.png
opt/Qtopia/pics/icons/16x16/scale.png
opt/Qtopia/pics/icons/16x16/textjustify.png
opt/Qtopia/pics/icons/16x16/binary.png
opt/Qtopia/pics/icons/16x16/repeat.png
opt/Qtopia/pics/icons/16x16/home.png
opt/Qtopia/pics/icons/16x16/installed.png
opt/Qtopia/pics/icons/16x16/folder.png
opt/Qtopia/pics/icons/16x16/right.png
opt/Qtopia/pics/icons/16x16/exec.png
opt/Qtopia/pics/icons/16x16/uninstalled.png
opt/Qtopia/pics/icons/16x16/Note.png
opt/Qtopia/pics/icons/16x16/down.png
opt/Qtopia/pics/icons/16x16/new.png
opt/Qtopia/pics/icons/16x16/help_icon.png
opt/Qtopia/pics/icons/16x16/viewcategory.png
opt/Qtopia/pics/icons/16x16/day.png
opt/Qtopia/pics/icons/16x16/fileopen.png
opt/Qtopia/pics/icons/16x16/library.png
opt/Qtopia/pics/icons/16x16/font.png
opt/Qtopia/pics/icons/16x16/aeroplane.png
opt/Qtopia/pics/icons/16x16/textunder.png
opt/Qtopia/pics/icons/16x16/reset.png
opt/Qtopia/pics/icons/16x16/slideshow.png
opt/Qtopia/pics/icons/16x16/view.png
opt/Qtopia/pics/icons/16x16/qdllink.png
opt/Qtopia/pics/icons/16x16/cut.png
opt/Qtopia/pics/icons/16x16/smallalarm.png
opt/Qtopia/pics/icons/16x16/color.png
opt/Qtopia/pics/icons/16x16/language.png
opt/Qtopia/pics/icons/16x16/multimedia.png
opt/Qtopia/pics/icons/16x16/fullscreen.png
opt/Qtopia/pics/icons/16x16/editredo.png
opt/Qtopia/pics/icons/16x16/editundo.png
opt/Qtopia/pics/icons/16x16/shuffle.png
opt/Qtopia/pics/icons/16x16/install.png
opt/Qtopia/pics/icons/16x16/month.png
opt/Qtopia/pics/icons/16x16/wait.png
opt/Qtopia/pics/icons/16x16/txt.png
opt/Qtopia/pics/icons/16x16/settings.png
opt/Qtopia/pics/icons/16x16/rotate90.png
opt/Qtopia/pics/icons/16x16/business.png
opt/Qtopia/pics/icons/16x16/mute.png
opt/Qtopia/pics/icons/16x16/leftalign.png
opt/Qtopia/pics/icons/16x16/start.png
opt/Qtopia/pics/icons/16x16/clearall.png
opt/Qtopia/pics/icons/16x16/toys.png
opt/Qtopia/pics/icons/16x16/clipboard.png
opt/Qtopia/pics/icons/16x16/textcenter.png
opt/Qtopia/pics/icons/16x16/close.png
opt/Qtopia/pics/icons/16x16/fastforward.png
opt/Qtopia/pics/icons/16x16/forward.png
opt/Qtopia/pics/icons/16x16/enter.png
opt/Qtopia/pics/icons/16x16/irreceive.png
opt/Qtopia/pics/icons/16x16/email.png
opt/Qtopia/pics/icons/16x16/today.png
opt/Qtopia/pics/icons/16x16/task.png
opt/Qtopia/pics/icons/16x16/citytime_icon.png
opt/Qtopia/pics/icons/16x16/systemowned.png
opt/Qtopia/pics/icons/16x16/bell.png
opt/Qtopia/pics/icons/16x16/rightalign.png
opt/Qtopia/pics/icons/16x16/textitalic.png
opt/Qtopia/pics/icons/16x16/textleft.png
opt/Qtopia/pics/icons/16x16/done.png
opt/Qtopia/pics/icons/16x16/pixmap.png
opt/Qtopia/pics/icons/16x16/repeatException.png
opt/Qtopia/pics/icons/16x16/copy.png
opt/Qtopia/pics/icons/16x16/list.png
opt/Qtopia/pics/icons/16x16/week.png
opt/Qtopia/pics/icons/16x16/loop.png
opt/Qtopia/pics/icons/16x16/uninstall.png
opt/Qtopia/pics/icons/16x16/smallalarm_off.png
opt/Qtopia/pics/icons/16x16/single.png
opt/Qtopia/pics/icons/16x16/up.png
opt/Qtopia/pics/icons/16x16/finish.png
opt/Qtopia/pics/icons/16x16/rotate.png
opt/Qtopia/pics/icons/16x16/volume.png
opt/Qtopia/pics/icons/16x16/info.png
opt/Qtopia/pics/icons/16x16/folder_open.png
opt/Qtopia/pics/icons/16x16/textright.png
opt/Qtopia/pics/icons/16x16/sound.png
opt/Qtopia/pics/icons/16x16/next.png
opt/Qtopia/pics/icons/16x16/center.png
opt/Qtopia/pics/icons/16x16/newfolder.png
opt/Qtopia/pics/icons/22x22/
opt/Qtopia/pics/icons/22x22/left.png
opt/Qtopia/pics/icons/22x22/find.png
opt/Qtopia/pics/icons/22x22/pause.png
opt/Qtopia/pics/icons/22x22/edit.png
opt/Qtopia/pics/icons/22x22/programs.png
opt/Qtopia/pics/icons/22x22/paste.png
opt/Qtopia/pics/icons/22x22/calculator.png
opt/Qtopia/pics/icons/22x22/details.png
opt/Qtopia/pics/icons/22x22/back.png
opt/Qtopia/pics/icons/22x22/beam.png
opt/Qtopia/pics/icons/22x22/style.png
opt/Qtopia/pics/icons/22x22/globe.png
opt/Qtopia/pics/icons/22x22/textbold.png
opt/Qtopia/pics/icons/22x22/bold.png
opt/Qtopia/pics/icons/22x22/stop.png
opt/Qtopia/pics/icons/22x22/thumbnail.png
opt/Qtopia/pics/icons/22x22/fastback.png
opt/Qtopia/pics/icons/22x22/trash.png
opt/Qtopia/pics/icons/22x22/italic.png
opt/Qtopia/pics/icons/22x22/padlock.png
opt/Qtopia/pics/icons/22x22/datebook_icon.png
opt/Qtopia/pics/icons/22x22/accessories.png
opt/Qtopia/pics/icons/22x22/play.png
opt/Qtopia/pics/icons/22x22/underline.png
opt/Qtopia/pics/icons/22x22/1to1.png
opt/Qtopia/pics/icons/22x22/scale.png
opt/Qtopia/pics/icons/22x22/textjustify.png
opt/Qtopia/pics/icons/22x22/binary.png
opt/Qtopia/pics/icons/22x22/repeat.png
opt/Qtopia/pics/icons/22x22/home.png
opt/Qtopia/pics/icons/22x22/installed.png
opt/Qtopia/pics/icons/22x22/folder.png
opt/Qtopia/pics/icons/22x22/right.png
opt/Qtopia/pics/icons/22x22/exec.png
opt/Qtopia/pics/icons/22x22/uninstalled.png
opt/Qtopia/pics/icons/22x22/Note.png
opt/Qtopia/pics/icons/22x22/down.png
opt/Qtopia/pics/icons/22x22/new.png
opt/Qtopia/pics/icons/22x22/help_icon.png
opt/Qtopia/pics/icons/22x22/viewcategory.png
opt/Qtopia/pics/icons/22x22/day.png
opt/Qtopia/pics/icons/22x22/fileopen.png
opt/Qtopia/pics/icons/22x22/library.png
opt/Qtopia/pics/icons/22x22/font.png
opt/Qtopia/pics/icons/22x22/aeroplane.png
opt/Qtopia/pics/icons/22x22/textunder.png
opt/Qtopia/pics/icons/22x22/reset.png
opt/Qtopia/pics/icons/22x22/slideshow.png
opt/Qtopia/pics/icons/22x22/view.png
opt/Qtopia/pics/icons/22x22/qdllink.png
opt/Qtopia/pics/icons/22x22/cut.png
opt/Qtopia/pics/icons/22x22/smallalarm.png
opt/Qtopia/pics/icons/22x22/color.png
opt/Qtopia/pics/icons/22x22/language.png
opt/Qtopia/pics/icons/22x22/multimedia.png
opt/Qtopia/pics/icons/22x22/fullscreen.png
opt/Qtopia/pics/icons/22x22/editredo.png
opt/Qtopia/pics/icons/22x22/editundo.png
opt/Qtopia/pics/icons/22x22/shuffle.png
opt/Qtopia/pics/icons/22x22/install.png
opt/Qtopia/pics/icons/22x22/month.png
opt/Qtopia/pics/icons/22x22/wait.png
opt/Qtopia/pics/icons/22x22/txt.png
opt/Qtopia/pics/icons/22x22/settings.png
opt/Qtopia/pics/icons/22x22/rotate90.png
opt/Qtopia/pics/icons/22x22/business.png
opt/Qtopia/pics/icons/22x22/mute.png
opt/Qtopia/pics/icons/22x22/leftalign.png
opt/Qtopia/pics/icons/22x22/start.png
opt/Qtopia/pics/icons/22x22/clearall.png
opt/Qtopia/pics/icons/22x22/toys.png
opt/Qtopia/pics/icons/22x22/clipboard.png
opt/Qtopia/pics/icons/22x22/textcenter.png
opt/Qtopia/pics/icons/22x22/close.png
opt/Qtopia/pics/icons/22x22/fastforward.png
opt/Qtopia/pics/icons/22x22/forward.png
opt/Qtopia/pics/icons/22x22/enter.png
opt/Qtopia/pics/icons/22x22/irreceive.png
opt/Qtopia/pics/icons/22x22/email.png
opt/Qtopia/pics/icons/22x22/today.png
opt/Qtopia/pics/icons/22x22/task.png
opt/Qtopia/pics/icons/22x22/citytime_icon.png
opt/Qtopia/pics/icons/22x22/systemowned.png
opt/Qtopia/pics/icons/22x22/bell.png
opt/Qtopia/pics/icons/22x22/rightalign.png
opt/Qtopia/pics/icons/22x22/textitalic.png
opt/Qtopia/pics/icons/22x22/textleft.png
opt/Qtopia/pics/icons/22x22/done.png
opt/Qtopia/pics/icons/22x22/pixmap.png
opt/Qtopia/pics/icons/22x22/repeatException.png
opt/Qtopia/pics/icons/22x22/copy.png
opt/Qtopia/pics/icons/22x22/list.png
opt/Qtopia/pics/icons/22x22/week.png
opt/Qtopia/pics/icons/22x22/loop.png
opt/Qtopia/pics/icons/22x22/uninstall.png
opt/Qtopia/pics/icons/22x22/smallalarm_off.png
opt/Qtopia/pics/icons/22x22/single.png
opt/Qtopia/pics/icons/22x22/up.png
opt/Qtopia/pics/icons/22x22/finish.png
opt/Qtopia/pics/icons/22x22/rotate.png
opt/Qtopia/pics/icons/22x22/volume.png
opt/Qtopia/pics/icons/22x22/info.png
opt/Qtopia/pics/icons/22x22/folder_open.png
opt/Qtopia/pics/icons/22x22/textright.png
opt/Qtopia/pics/icons/22x22/sound.png
opt/Qtopia/pics/icons/22x22/next.png
opt/Qtopia/pics/icons/22x22/center.png
opt/Qtopia/pics/icons/22x22/newfolder.png
opt/Qtopia/pics/icons/14x14/
opt/Qtopia/pics/icons/14x14/left.png
opt/Qtopia/pics/icons/14x14/find.png
opt/Qtopia/pics/icons/14x14/pause.png
opt/Qtopia/pics/icons/14x14/edit.png
opt/Qtopia/pics/icons/14x14/programs.png
opt/Qtopia/pics/icons/14x14/paste.png
opt/Qtopia/pics/icons/14x14/calculator.png
opt/Qtopia/pics/icons/14x14/details.png
opt/Qtopia/pics/icons/14x14/back.png
opt/Qtopia/pics/icons/14x14/beam.png
opt/Qtopia/pics/icons/14x14/style.png
opt/Qtopia/pics/icons/14x14/globe.png
opt/Qtopia/pics/icons/14x14/textbold.png
opt/Qtopia/pics/icons/14x14/bold.png
opt/Qtopia/pics/icons/14x14/stop.png
opt/Qtopia/pics/icons/14x14/thumbnail.png
opt/Qtopia/pics/icons/14x14/fastback.png
opt/Qtopia/pics/icons/14x14/trash.png
opt/Qtopia/pics/icons/14x14/italic.png
opt/Qtopia/pics/icons/14x14/padlock.png
opt/Qtopia/pics/icons/14x14/datebook_icon.png
opt/Qtopia/pics/icons/14x14/accessories.png
opt/Qtopia/pics/icons/14x14/play.png
opt/Qtopia/pics/icons/14x14/underline.png
opt/Qtopia/pics/icons/14x14/1to1.png
opt/Qtopia/pics/icons/14x14/scale.png
opt/Qtopia/pics/icons/14x14/textjustify.png
opt/Qtopia/pics/icons/14x14/binary.png
opt/Qtopia/pics/icons/14x14/repeat.png
opt/Qtopia/pics/icons/14x14/home.png
opt/Qtopia/pics/icons/14x14/installed.png
opt/Qtopia/pics/icons/14x14/folder.png
opt/Qtopia/pics/icons/14x14/right.png
opt/Qtopia/pics/icons/14x14/exec.png
opt/Qtopia/pics/icons/14x14/uninstalled.png
opt/Qtopia/pics/icons/14x14/Note.png
opt/Qtopia/pics/icons/14x14/down.png
opt/Qtopia/pics/icons/14x14/new.png
opt/Qtopia/pics/icons/14x14/help_icon.png
opt/Qtopia/pics/icons/14x14/viewcategory.png
opt/Qtopia/pics/icons/14x14/day.png
opt/Qtopia/pics/icons/14x14/fileopen.png
opt/Qtopia/pics/icons/14x14/library.png
opt/Qtopia/pics/icons/14x14/font.png
opt/Qtopia/pics/icons/14x14/aeroplane.png
opt/Qtopia/pics/icons/14x14/textunder.png
opt/Qtopia/pics/icons/14x14/reset.png
opt/Qtopia/pics/icons/14x14/slideshow.png
opt/Qtopia/pics/icons/14x14/view.png
opt/Qtopia/pics/icons/14x14/qdllink.png
opt/Qtopia/pics/icons/14x14/cut.png
opt/Qtopia/pics/icons/14x14/smallalarm.png
opt/Qtopia/pics/icons/14x14/color.png
opt/Qtopia/pics/icons/14x14/language.png
opt/Qtopia/pics/icons/14x14/multimedia.png
opt/Qtopia/pics/icons/14x14/fullscreen.png
opt/Qtopia/pics/icons/14x14/editredo.png
opt/Qtopia/pics/icons/14x14/editundo.png
opt/Qtopia/pics/icons/14x14/shuffle.png
opt/Qtopia/pics/icons/14x14/install.png
opt/Qtopia/pics/icons/14x14/month.png
opt/Qtopia/pics/icons/14x14/wait.png
opt/Qtopia/pics/icons/14x14/txt.png
opt/Qtopia/pics/icons/14x14/settings.png
opt/Qtopia/pics/icons/14x14/rotate90.png
opt/Qtopia/pics/icons/14x14/business.png
opt/Qtopia/pics/icons/14x14/mute.png
opt/Qtopia/pics/icons/14x14/leftalign.png
opt/Qtopia/pics/icons/14x14/start.png
opt/Qtopia/pics/icons/14x14/clearall.png
opt/Qtopia/pics/icons/14x14/toys.png
opt/Qtopia/pics/icons/14x14/clipboard.png
opt/Qtopia/pics/icons/14x14/textcenter.png
opt/Qtopia/pics/icons/14x14/close.png
opt/Qtopia/pics/icons/14x14/fastforward.png
opt/Qtopia/pics/icons/14x14/forward.png
opt/Qtopia/pics/icons/14x14/enter.png
opt/Qtopia/pics/icons/14x14/irreceive.png
opt/Qtopia/pics/icons/14x14/email.png
opt/Qtopia/pics/icons/14x14/today.png
opt/Qtopia/pics/icons/14x14/task.png
opt/Qtopia/pics/icons/14x14/citytime_icon.png
opt/Qtopia/pics/icons/14x14/systemowned.png
opt/Qtopia/pics/icons/14x14/bell.png
opt/Qtopia/pics/icons/14x14/rightalign.png
opt/Qtopia/pics/icons/14x14/textitalic.png
opt/Qtopia/pics/icons/14x14/textleft.png
opt/Qtopia/pics/icons/14x14/done.png
opt/Qtopia/pics/icons/14x14/pixmap.png
opt/Qtopia/pics/icons/14x14/repeatException.png
opt/Qtopia/pics/icons/14x14/copy.png
opt/Qtopia/pics/icons/14x14/list.png
opt/Qtopia/pics/icons/14x14/week.png
opt/Qtopia/pics/icons/14x14/loop.png
opt/Qtopia/pics/icons/14x14/uninstall.png
opt/Qtopia/pics/icons/14x14/smallalarm_off.png
opt/Qtopia/pics/icons/14x14/single.png
opt/Qtopia/pics/icons/14x14/up.png
opt/Qtopia/pics/icons/14x14/finish.png
opt/Qtopia/pics/icons/14x14/rotate.png
opt/Qtopia/pics/icons/14x14/volume.png
opt/Qtopia/pics/icons/14x14/info.png
opt/Qtopia/pics/icons/14x14/folder_open.png
opt/Qtopia/pics/icons/14x14/textright.png
opt/Qtopia/pics/icons/14x14/sound.png
opt/Qtopia/pics/icons/14x14/next.png
opt/Qtopia/pics/icons/14x14/center.png
opt/Qtopia/pics/icons/14x14/newfolder.png
opt/Qtopia/pics/rotation/
opt/Qtopia/pics/rotation/rot180.png
opt/Qtopia/pics/rotation/rot0.png
opt/Qtopia/pics/rotation/Rotation.png
opt/Qtopia/pics/rotation/rot90.png
opt/Qtopia/pics/rotation/rot270.png
opt/Qtopia/pics/buttoneditor/
opt/Qtopia/pics/buttoneditor/ButtonEditor.png
opt/Qtopia/pics/photoedit/
opt/Qtopia/pics/photoedit/move.png
opt/Qtopia/pics/photoedit/bottom_left.png
opt/Qtopia/pics/photoedit/top_right.png
opt/Qtopia/pics/photoedit/top_left.png
opt/Qtopia/pics/photoedit/resize.png
opt/Qtopia/pics/photoedit/crosshair.png
opt/Qtopia/pics/photoedit/bottom_right.png
opt/Qtopia/pics/photoedit/ImageViewer.png
opt/Qtopia/pics/pickboard/
opt/Qtopia/pics/pickboard/Up.png
opt/Qtopia/pics/pickboard/BS.png
opt/Qtopia/pics/pickboard/Esc.png
opt/Qtopia/pics/pickboard/menu.png
opt/Qtopia/pics/pickboard/PgUp.png
opt/Qtopia/pics/pickboard/PgDn.png
opt/Qtopia/pics/pickboard/pb.png
opt/Qtopia/pics/pickboard/Tab.png
opt/Qtopia/pics/pickboard/Down.png
opt/Qtopia/pics/pickboard/Left.png
opt/Qtopia/pics/pickboard/Right.png
opt/Qtopia/pics/pickboard/Del.png
opt/Qtopia/pics/pickboard/Home.png
opt/Qtopia/pics/pickboard/Ins.png
opt/Qtopia/pics/pickboard/BackTab.png
opt/Qtopia/pics/pickboard/End.png
opt/Qtopia/pics/pickboard/Space.png
opt/Qtopia/pics/pickboard/Enter.png
opt/Qtopia/pics/qunikeyboard/
opt/Qtopia/pics/qunikeyboard/uni.png
opt/Qtopia/pics/mediarecorder/
opt/Qtopia/pics/mediarecorder/SoundPlayer_48.png
opt/Qtopia/pics/mediarecorder/SoundPlayer_16.png
opt/Qtopia/pics/mediarecorder/stop.png
opt/Qtopia/pics/mediarecorder/record-light.png
opt/Qtopia/pics/mediarecorder/SoundPlayer.png
opt/Qtopia/pics/mediarecorder/record.png
opt/Qtopia/pics/mediarecorder/SoundPlayer_48_anim.mng
opt/Qtopia/pics/mediarecorder/record-blank.png
opt/Qtopia/pics/netsetup/
opt/Qtopia/pics/netsetup/PPPConnect.png
opt/Qtopia/pics/sysinfo/
opt/Qtopia/pics/sysinfo/tux-logo.png
opt/Qtopia/pics/sysinfo/SystemInfo.png
opt/Qtopia/pics/sysinfo/qpe-logo.png
opt/Qtopia/pics/cards/
opt/Qtopia/pics/cards/mask.png
opt/Qtopia/pics/cards/circle.png
opt/Qtopia/pics/cards/table_pattern.png
opt/Qtopia/pics/cards/lense.png
opt/Qtopia/pics/cards/cross.png
opt/Qtopia/pics/today/
opt/Qtopia/pics/today/arrowdown.png
opt/Qtopia/pics/today/TodayApp.png
opt/Qtopia/pics/today/cut.png
opt/Qtopia/pics/today/arrowup.png
opt/Qtopia/pics/addressbook/
opt/Qtopia/pics/addressbook/homemobile.png
opt/Qtopia/pics/addressbook/homefax.png
opt/Qtopia/pics/addressbook/businesspager.png
opt/Qtopia/pics/addressbook/AddressBook_48.png
opt/Qtopia/pics/addressbook/icons/
opt/Qtopia/pics/addressbook/icons/16x16/
opt/Qtopia/pics/addressbook/icons/16x16/homemobile.png
opt/Qtopia/pics/addressbook/icons/16x16/homefax.png
opt/Qtopia/pics/addressbook/icons/16x16/back.png
opt/Qtopia/pics/addressbook/icons/16x16/businesspager.png
opt/Qtopia/pics/addressbook/icons/16x16/home.png
opt/Qtopia/pics/addressbook/icons/16x16/backspace.png
opt/Qtopia/pics/addressbook/icons/16x16/sendcontact.png
opt/Qtopia/pics/addressbook/icons/16x16/voipid.png
opt/Qtopia/pics/addressbook/icons/16x16/notes.png
opt/Qtopia/pics/addressbook/icons/16x16/homemessage.png
opt/Qtopia/pics/addressbook/icons/16x16/field-details.png
opt/Qtopia/pics/addressbook/icons/16x16/businessmessage.png
opt/Qtopia/pics/addressbook/icons/16x16/businessphone.png
opt/Qtopia/pics/addressbook/icons/16x16/contactdetails.png
opt/Qtopia/pics/addressbook/icons/16x16/homephone.png
opt/Qtopia/pics/addressbook/icons/16x16/AddressBook.png
opt/Qtopia/pics/addressbook/icons/16x16/businessfax.png
opt/Qtopia/pics/addressbook/icons/16x16/businessmobile.png
opt/Qtopia/pics/addressbook/icons/22x22/
opt/Qtopia/pics/addressbook/icons/22x22/homemobile.png
opt/Qtopia/pics/addressbook/icons/22x22/homefax.png
opt/Qtopia/pics/addressbook/icons/22x22/back.png
opt/Qtopia/pics/addressbook/icons/22x22/businesspager.png
opt/Qtopia/pics/addressbook/icons/22x22/home.png
opt/Qtopia/pics/addressbook/icons/22x22/backspace.png
opt/Qtopia/pics/addressbook/icons/22x22/sendcontact.png
opt/Qtopia/pics/addressbook/icons/22x22/voipid.png
opt/Qtopia/pics/addressbook/icons/22x22/notes.png
opt/Qtopia/pics/addressbook/icons/22x22/homemessage.png
opt/Qtopia/pics/addressbook/icons/22x22/field-details.png
opt/Qtopia/pics/addressbook/icons/22x22/businessmessage.png
opt/Qtopia/pics/addressbook/icons/22x22/businessphone.png
opt/Qtopia/pics/addressbook/icons/22x22/contactdetails.png
opt/Qtopia/pics/addressbook/icons/22x22/homephone.png
opt/Qtopia/pics/addressbook/icons/22x22/AddressBook.png
opt/Qtopia/pics/addressbook/icons/22x22/businessfax.png
opt/Qtopia/pics/addressbook/icons/22x22/businessmobile.png
opt/Qtopia/pics/addressbook/icons/14x14/
opt/Qtopia/pics/addressbook/icons/14x14/homemobile.png
opt/Qtopia/pics/addressbook/icons/14x14/homefax.png
opt/Qtopia/pics/addressbook/icons/14x14/back.png
opt/Qtopia/pics/addressbook/icons/14x14/businesspager.png
opt/Qtopia/pics/addressbook/icons/14x14/home.png
opt/Qtopia/pics/addressbook/icons/14x14/backspace.png
opt/Qtopia/pics/addressbook/icons/14x14/sendcontact.png
opt/Qtopia/pics/addressbook/icons/14x14/voipid.png
opt/Qtopia/pics/addressbook/icons/14x14/notes.png
opt/Qtopia/pics/addressbook/icons/14x14/homemessage.png
opt/Qtopia/pics/addressbook/icons/14x14/field-details.png
opt/Qtopia/pics/addressbook/icons/14x14/businessmessage.png
opt/Qtopia/pics/addressbook/icons/14x14/businessphone.png
opt/Qtopia/pics/addressbook/icons/14x14/contactdetails.png
opt/Qtopia/pics/addressbook/icons/14x14/homephone.png
opt/Qtopia/pics/addressbook/icons/14x14/AddressBook.png
opt/Qtopia/pics/addressbook/icons/14x14/businessfax.png
opt/Qtopia/pics/addressbook/icons/14x14/businessmobile.png
opt/Qtopia/pics/addressbook/home.png
opt/Qtopia/pics/addressbook/AddressBook_48_anim.mng
opt/Qtopia/pics/addressbook/evv.png
opt/Qtopia/pics/addressbook/voipid.png
opt/Qtopia/pics/addressbook/homemessage.png
opt/Qtopia/pics/addressbook/businessmessage.png
opt/Qtopia/pics/addressbook/businessphone.png
opt/Qtopia/pics/addressbook/business.png
opt/Qtopia/pics/addressbook/offline.png
opt/Qtopia/pics/addressbook/generic-category.png
opt/Qtopia/pics/addressbook/sim-contact.png
opt/Qtopia/pics/addressbook/email.png
opt/Qtopia/pics/addressbook/homephone.png
opt/Qtopia/pics/addressbook/generic-contact.png
opt/Qtopia/pics/addressbook/AddressBook.png
opt/Qtopia/pics/addressbook/businessfax.png
opt/Qtopia/pics/addressbook/online.png
opt/Qtopia/pics/addressbook/businessmobile.png
opt/Qtopia/pics/callbutton.png
opt/Qtopia/pics/keypebble/
opt/Qtopia/pics/keypebble/vnc.png
opt/Qtopia/pics/keypebble/menu.png
opt/Qtopia/pics/systemtime/
opt/Qtopia/pics/systemtime/DateTime_16.png
opt/Qtopia/pics/systemtime/DateTime.png
opt/Qtopia/pics/bigwait.png
opt/Qtopia/pics/light-and-power/
opt/Qtopia/pics/light-and-power/Light.png
opt/Qtopia/pics/light-and-power/light-on.png
opt/Qtopia/pics/light-and-power/light-off.png
opt/Qtopia/pics/cardmon/
opt/Qtopia/pics/cardmon/pcmcia.png
opt/Qtopia/pics/decorations/
opt/Qtopia/pics/decorations/flat/
opt/Qtopia/pics/decorations/flat/close.png
opt/Qtopia/pics/decorations/flat/maximize.png
opt/Qtopia/pics/decorations/flat/ok.png
opt/Qtopia/pics/decorations/flat/help.png
opt/Qtopia/pics/fifteen/
opt/Qtopia/pics/fifteen/Fifteen.png
opt/Qtopia/pics/taskbar.png
opt/Qtopia/pics/alert_warning.png
opt/Qtopia/pics/qasteroids/
opt/Qtopia/pics/qasteroids/bits/
opt/Qtopia/pics/qasteroids/bits/bits0002.png
opt/Qtopia/pics/qasteroids/bits/bits0000.png
opt/Qtopia/pics/qasteroids/bits/bits0001.png
opt/Qtopia/pics/qasteroids/bits/bits0003.png
opt/Qtopia/pics/qasteroids/bits/bits0008.png
opt/Qtopia/pics/qasteroids/bits/bits0009.png
opt/Qtopia/pics/qasteroids/bits/bits0012.png
opt/Qtopia/pics/qasteroids/bits/bits0006.png
opt/Qtopia/pics/qasteroids/bits/bits0015.png
opt/Qtopia/pics/qasteroids/bits/bits0013.png
opt/Qtopia/pics/qasteroids/bits/bits0011.png
opt/Qtopia/pics/qasteroids/bits/bits0010.png
opt/Qtopia/pics/qasteroids/bits/bits0007.png
opt/Qtopia/pics/qasteroids/bits/bits0014.png
opt/Qtopia/pics/qasteroids/bits/bits0004.png
opt/Qtopia/pics/qasteroids/bits/bits0005.png
opt/Qtopia/pics/qasteroids/bg.png
opt/Qtopia/pics/qasteroids/Asteroids.png
opt/Qtopia/pics/qasteroids/rock3/
opt/Qtopia/pics/qasteroids/rock3/rock30010.png
opt/Qtopia/pics/qasteroids/rock3/rock30015.png
opt/Qtopia/pics/qasteroids/rock3/rock30001.png
opt/Qtopia/pics/qasteroids/rock3/rock30029.png
opt/Qtopia/pics/qasteroids/rock3/rock30031.png
opt/Qtopia/pics/qasteroids/rock3/rock30022.png
opt/Qtopia/pics/qasteroids/rock3/rock30025.png
opt/Qtopia/pics/qasteroids/rock3/rock30027.png
opt/Qtopia/pics/qasteroids/rock3/rock30012.png
opt/Qtopia/pics/qasteroids/rock3/rock30005.png
opt/Qtopia/pics/qasteroids/rock3/rock30017.png
opt/Qtopia/pics/qasteroids/rock3/rock30030.png
opt/Qtopia/pics/qasteroids/rock3/rock30013.png
opt/Qtopia/pics/qasteroids/rock3/rock30014.png
opt/Qtopia/pics/qasteroids/rock3/rock30020.png
opt/Qtopia/pics/qasteroids/rock3/rock30000.png
opt/Qtopia/pics/qasteroids/rock3/rock30008.png
opt/Qtopia/pics/qasteroids/rock3/rock30004.png
opt/Qtopia/pics/qasteroids/rock3/rock30021.png
opt/Qtopia/pics/qasteroids/rock3/rock30024.png
opt/Qtopia/pics/qasteroids/rock3/rock30009.png
opt/Qtopia/pics/qasteroids/rock3/rock30023.png
opt/Qtopia/pics/qasteroids/rock3/rock30016.png
opt/Qtopia/pics/qasteroids/rock3/rock30006.png
opt/Qtopia/pics/qasteroids/rock3/rock30011.png
opt/Qtopia/pics/qasteroids/rock3/rock30003.png
opt/Qtopia/pics/qasteroids/rock3/rock30007.png
opt/Qtopia/pics/qasteroids/rock3/rock30019.png
opt/Qtopia/pics/qasteroids/rock3/rock30028.png
opt/Qtopia/pics/qasteroids/rock3/rock30026.png
opt/Qtopia/pics/qasteroids/rock3/rock30018.png
opt/Qtopia/pics/qasteroids/rock3/rock30002.png
opt/Qtopia/pics/qasteroids/exhaust/
opt/Qtopia/pics/qasteroids/exhaust/exhaust.png
opt/Qtopia/pics/qasteroids/rock2/
opt/Qtopia/pics/qasteroids/rock2/rock20028.png
opt/Qtopia/pics/qasteroids/rock2/rock20017.png
opt/Qtopia/pics/qasteroids/rock2/rock20006.png
opt/Qtopia/pics/qasteroids/rock2/rock20009.png
opt/Qtopia/pics/qasteroids/rock2/rock20016.png
opt/Qtopia/pics/qasteroids/rock2/rock20021.png
opt/Qtopia/pics/qasteroids/rock2/rock20022.png
opt/Qtopia/pics/qasteroids/rock2/rock20029.png
opt/Qtopia/pics/qasteroids/rock2/rock20018.png
opt/Qtopia/pics/qasteroids/rock2/rock20013.png
opt/Qtopia/pics/qasteroids/rock2/rock20000.png
opt/Qtopia/pics/qasteroids/rock2/rock20019.png
opt/Qtopia/pics/qasteroids/rock2/rock20012.png
opt/Qtopia/pics/qasteroids/rock2/rock20001.png
opt/Qtopia/pics/qasteroids/rock2/rock20020.png
opt/Qtopia/pics/qasteroids/rock2/rock20014.png
opt/Qtopia/pics/qasteroids/rock2/rock20030.png
opt/Qtopia/pics/qasteroids/rock2/rock20007.png
opt/Qtopia/pics/qasteroids/rock2/rock20010.png
opt/Qtopia/pics/qasteroids/rock2/rock20026.png
opt/Qtopia/pics/qasteroids/rock2/rock20025.png
opt/Qtopia/pics/qasteroids/rock2/rock20002.png
opt/Qtopia/pics/qasteroids/rock2/rock20011.png
opt/Qtopia/pics/qasteroids/rock2/rock20003.png
opt/Qtopia/pics/qasteroids/rock2/rock20004.png
opt/Qtopia/pics/qasteroids/rock2/rock20031.png
opt/Qtopia/pics/qasteroids/rock2/rock20008.png
opt/Qtopia/pics/qasteroids/rock2/rock20027.png
opt/Qtopia/pics/qasteroids/rock2/rock20005.png
opt/Qtopia/pics/qasteroids/rock2/rock20023.png
opt/Qtopia/pics/qasteroids/rock2/rock20015.png
opt/Qtopia/pics/qasteroids/rock2/rock20024.png
opt/Qtopia/pics/qasteroids/shield/
opt/Qtopia/pics/qasteroids/shield/shield0006.png
opt/Qtopia/pics/qasteroids/shield/shield0003.png
opt/Qtopia/pics/qasteroids/shield/shield0005.png
opt/Qtopia/pics/qasteroids/shield/shield0000.png
opt/Qtopia/pics/qasteroids/shield/shield0004.png
opt/Qtopia/pics/qasteroids/shield/shield0001.png
opt/Qtopia/pics/qasteroids/shield/shield0002.png
opt/Qtopia/pics/qasteroids/ship/
opt/Qtopia/pics/qasteroids/ship/ship0013.png
opt/Qtopia/pics/qasteroids/ship/ship0020.png
opt/Qtopia/pics/qasteroids/ship/ship0002.png
opt/Qtopia/pics/qasteroids/ship/ship0028.png
opt/Qtopia/pics/qasteroids/ship/ship0005.png
opt/Qtopia/pics/qasteroids/ship/ship0009.png
opt/Qtopia/pics/qasteroids/ship/ship0022.png
opt/Qtopia/pics/qasteroids/ship/ship0023.png
opt/Qtopia/pics/qasteroids/ship/ship0008.png
opt/Qtopia/pics/qasteroids/ship/ship0017.png
opt/Qtopia/pics/qasteroids/ship/ship0010.png
opt/Qtopia/pics/qasteroids/ship/ship0025.png
opt/Qtopia/pics/qasteroids/ship/ship0018.png
opt/Qtopia/pics/qasteroids/ship/ship0014.png
opt/Qtopia/pics/qasteroids/ship/ship0029.png
opt/Qtopia/pics/qasteroids/ship/ship0015.png
opt/Qtopia/pics/qasteroids/ship/ship0027.png
opt/Qtopia/pics/qasteroids/ship/ship0016.png
opt/Qtopia/pics/qasteroids/ship/ship0004.png
opt/Qtopia/pics/qasteroids/ship/ship0006.png
opt/Qtopia/pics/qasteroids/ship/ship0007.png
opt/Qtopia/pics/qasteroids/ship/ship0031.png
opt/Qtopia/pics/qasteroids/ship/ship0026.png
opt/Qtopia/pics/qasteroids/ship/ship0019.png
opt/Qtopia/pics/qasteroids/ship/ship0001.png
opt/Qtopia/pics/qasteroids/ship/ship0021.png
opt/Qtopia/pics/qasteroids/ship/ship0000.png
opt/Qtopia/pics/qasteroids/ship/ship0011.png
opt/Qtopia/pics/qasteroids/ship/ship0003.png
opt/Qtopia/pics/qasteroids/ship/ship0030.png
opt/Qtopia/pics/qasteroids/ship/ship0012.png
opt/Qtopia/pics/qasteroids/ship/ship0024.png
opt/Qtopia/pics/qasteroids/missile/
opt/Qtopia/pics/qasteroids/missile/missile.png
opt/Qtopia/pics/qasteroids/powerups/
opt/Qtopia/pics/qasteroids/powerups/brake.png
opt/Qtopia/pics/qasteroids/powerups/shield.png
opt/Qtopia/pics/qasteroids/powerups/teleport.png
opt/Qtopia/pics/qasteroids/powerups/energy.png
opt/Qtopia/pics/qasteroids/powerups/shoot.png
opt/Qtopia/pics/language/
opt/Qtopia/pics/language/Language.png
opt/Qtopia/pics/language/selectedDict.png
opt/Qtopia/pics/hw/
opt/Qtopia/pics/hw/left.png
opt/Qtopia/pics/hw/bs.png
opt/Qtopia/pics/hw/pentask.png
opt/Qtopia/pics/hw/right.png
opt/Qtopia/pics/hw/pen.png
opt/Qtopia/pics/hw/enter.png
opt/Qtopia/pics/hw/help.png
opt/Qtopia/pics/help/
opt/Qtopia/pics/help/button_out.png
opt/Qtopia/pics/help/check_in.png
opt/Qtopia/pics/help/check_out.png
opt/Qtopia/pics/help/combo.png
opt/Qtopia/pics/help/dpad.png
opt/Qtopia/pics/alert_info.png
opt/Qtopia/pics/snake/
opt/Qtopia/pics/snake/smallsnake.png
opt/Qtopia/pics/snake/Snake.png
opt/Qtopia/pics/snake/mediumsnake.png
opt/Qtopia/pics/Network/
opt/Qtopia/pics/Network/lan/
opt/Qtopia/pics/Network/lan/lan.png
opt/Qtopia/pics/Network/lan/proxies.png
opt/Qtopia/pics/Network/dialup/
opt/Qtopia/pics/Network/dialup/dialup.png
opt/Qtopia/pics/solitaire/
opt/Qtopia/pics/solitaire/question.png
opt/Qtopia/pics/solitaire/Solitaire.png
opt/Qtopia/pics/qipkg/
opt/Qtopia/pics/qipkg/Ipkg.png
opt/Qtopia/pics/mindbreaker/
opt/Qtopia/pics/mindbreaker/Mindbreaker.png
opt/Qtopia/pics/mindbreaker/pegs.png
opt/Qtopia/pics/appservices/
opt/Qtopia/pics/appservices/AppServices.png
opt/Qtopia/pics/embeddedkonsole/
opt/Qtopia/pics/embeddedkonsole/Terminal.png
opt/Qtopia/pics/embeddedkonsole/icons/
opt/Qtopia/pics/embeddedkonsole/icons/16x16/
opt/Qtopia/pics/embeddedkonsole/icons/16x16/down.png
opt/Qtopia/pics/embeddedkonsole/icons/16x16/space.png
opt/Qtopia/pics/embeddedkonsole/icons/16x16/enter.png
opt/Qtopia/pics/embeddedkonsole/icons/16x16/tab.png
opt/Qtopia/pics/embeddedkonsole/icons/16x16/up.png
opt/Qtopia/pics/embeddedkonsole/icons/16x16/konsole.png
opt/Qtopia/pics/embeddedkonsole/icons/22x22/
opt/Qtopia/pics/embeddedkonsole/icons/22x22/down.png
opt/Qtopia/pics/embeddedkonsole/icons/22x22/space.png
opt/Qtopia/pics/embeddedkonsole/icons/22x22/enter.png
opt/Qtopia/pics/embeddedkonsole/icons/22x22/tab.png
opt/Qtopia/pics/embeddedkonsole/icons/22x22/up.png
opt/Qtopia/pics/embeddedkonsole/icons/22x22/konsole.png
opt/Qtopia/pics/embeddedkonsole/icons/14x14/
opt/Qtopia/pics/embeddedkonsole/icons/14x14/down.png
opt/Qtopia/pics/embeddedkonsole/icons/14x14/space.png
opt/Qtopia/pics/embeddedkonsole/icons/14x14/enter.png
opt/Qtopia/pics/embeddedkonsole/icons/14x14/tab.png
opt/Qtopia/pics/embeddedkonsole/icons/14x14/up.png
opt/Qtopia/pics/embeddedkonsole/icons/14x14/konsole.png
opt/Qtopia/pics/embeddedkonsole/faded_bg.png
opt/Qtopia/pics/keyboard/
opt/Qtopia/pics/keyboard/Up.png
opt/Qtopia/pics/keyboard/BS.png
opt/Qtopia/pics/keyboard/pagedown.png
opt/Qtopia/pics/keyboard/escape.png
opt/Qtopia/pics/keyboard/Esc.png
opt/Qtopia/pics/keyboard/menu.png
opt/Qtopia/pics/keyboard/expand.png
opt/Qtopia/pics/keyboard/PgUp.png
opt/Qtopia/pics/keyboard/PgDn.png
opt/Qtopia/pics/keyboard/pb.png
opt/Qtopia/pics/keyboard/Tab.png
opt/Qtopia/pics/keyboard/backspace.png
opt/Qtopia/pics/keyboard/leftarrow.png
opt/Qtopia/pics/keyboard/backspace_small.png
opt/Qtopia/pics/keyboard/Down.png
opt/Qtopia/pics/keyboard/Left.png
opt/Qtopia/pics/keyboard/kb.png
opt/Qtopia/pics/keyboard/Right.png
opt/Qtopia/pics/keyboard/rightarrow.png
opt/Qtopia/pics/keyboard/Del.png
opt/Qtopia/pics/keyboard/downarrow.png
opt/Qtopia/pics/keyboard/Home.png
opt/Qtopia/pics/keyboard/Ins.png
opt/Qtopia/pics/keyboard/delete.png
opt/Qtopia/pics/keyboard/end.png
opt/Qtopia/pics/keyboard/insert.png
opt/Qtopia/pics/keyboard/BackTab.png
opt/Qtopia/pics/keyboard/pageup.png
opt/Qtopia/pics/keyboard/Space.png
opt/Qtopia/pics/keyboard/uparrow.png
opt/Qtopia/pics/keyboard/Enter.png
opt/Qtopia/pics/alarmbell.png
opt/Qtopia/pics/security/
opt/Qtopia/pics/security/Security.png
opt/Qtopia/pics/sound-on.png
opt/Qtopia/pics/parashoot/
opt/Qtopia/pics/parashoot/can0003.png
opt/Qtopia/pics/parashoot/can0000.png
opt/Qtopia/pics/parashoot/can0016.png
opt/Qtopia/pics/parashoot/man0004.xpm
opt/Qtopia/pics/parashoot/man0000.xpm
opt/Qtopia/pics/parashoot/helicopter0002.png
opt/Qtopia/pics/parashoot/can0004.png
opt/Qtopia/pics/parashoot/can0014.png
opt/Qtopia/pics/parashoot/can0005.png
opt/Qtopia/pics/parashoot/b0001.png
opt/Qtopia/pics/parashoot/man0005.xpm
opt/Qtopia/pics/parashoot/man0002.xpm
opt/Qtopia/pics/parashoot/ParaShoot.png
opt/Qtopia/pics/parashoot/can0007.png
opt/Qtopia/pics/parashoot/man0006.xpm
opt/Qtopia/pics/parashoot/can0012.png
opt/Qtopia/pics/parashoot/helicopter.png
opt/Qtopia/pics/parashoot/can0008.png
opt/Qtopia/pics/parashoot/can0015.png
opt/Qtopia/pics/parashoot/sky.png
opt/Qtopia/pics/parashoot/can0001.png
opt/Qtopia/pics/parashoot/b0003.png
opt/Qtopia/pics/parashoot/manicon.xpm
opt/Qtopia/pics/parashoot/helicopter0000.png
opt/Qtopia/pics/parashoot/bullet.xpm
opt/Qtopia/pics/parashoot/can0002.png
opt/Qtopia/pics/parashoot/can0010.png
opt/Qtopia/pics/parashoot/can0013.png
opt/Qtopia/pics/parashoot/man0003.xpm
opt/Qtopia/pics/parashoot/helicopter0003.png
opt/Qtopia/pics/parashoot/can0006.png
opt/Qtopia/pics/parashoot/b0002.png
opt/Qtopia/pics/parashoot/can0011.png
opt/Qtopia/pics/parashoot/man0001.xpm
opt/Qtopia/pics/parashoot/b0000.png
opt/Qtopia/pics/parashoot/can0009.png
opt/Qtopia/pics/parashoot/helicopter0001.png
opt/Qtopia/pics/calculator/
opt/Qtopia/pics/calculator/Calculator.png
opt/Qtopia/pics/calculator/Calculator_48.png
opt/Qtopia/pics/calculator/Calculator_48_anim.mng
opt/Qtopia/pics/qpe/
opt/Qtopia/pics/qpe/Games_48_anim.mng
opt/Qtopia/pics/qpe/FirstUseBackground.png
opt/Qtopia/pics/qpe/f_off.png
opt/Qtopia/pics/qpe/AppsIcon_48_anim.mng
opt/Qtopia/pics/qpe/Generic.png
opt/Qtopia/pics/qpe/padlock.png
opt/Qtopia/pics/qpe/UnknownDocument-14.png
opt/Qtopia/pics/qpe/go.png
opt/Qtopia/pics/qpe/menu.png
opt/Qtopia/pics/qpe/qpe_accept.xpm
opt/Qtopia/pics/qpe/SettingsIcon.png
opt/Qtopia/pics/qpe/tri.png
opt/Qtopia/pics/qpe/numlock.xpm
opt/Qtopia/pics/qpe/emergency.png
opt/Qtopia/pics/qpe/Games_16.png
opt/Qtopia/pics/qpe/f_norm.png
opt/Qtopia/pics/qpe/pda/
opt/Qtopia/pics/qpe/pda/HelpButton.png
opt/Qtopia/pics/qpe/pda/OKButton.png
opt/Qtopia/pics/qpe/pda/MaximizeButton.png
opt/Qtopia/pics/qpe/pda/CloseButton.png
opt/Qtopia/pics/qpe/UnknownDocument.png
opt/Qtopia/pics/qpe/unlock.png
opt/Qtopia/pics/qpe/capslock.xpm
opt/Qtopia/pics/qpe/AppsIcon_16.png
opt/Qtopia/pics/qpe/Games_48.png
opt/Qtopia/pics/qpe/Games.png
opt/Qtopia/pics/qpe/qpe_close.xpm
opt/Qtopia/pics/qpe/AppsIcon_48.png
opt/Qtopia/pics/qpe/DocsIcon_48_anim.mng
opt/Qtopia/pics/qpe/Shutdown.png
opt/Qtopia/pics/qpe/DocsIcon.png
opt/Qtopia/pics/qpe/presstick.png
opt/Qtopia/pics/qpe/AppsIcon.png
opt/Qtopia/pics/qpe/syncdot.png
opt/Qtopia/pics/qpe/syncdot.path
opt/Qtopia/pics/qpe/SyncScreen.png
opt/Qtopia/pics/qpe/SettingsIcon_48.png
opt/Qtopia/pics/qpe/f_in.png
opt/Qtopia/pics/qpe/DocsIcon_16.png
opt/Qtopia/pics/qpe/antenna.png
opt/Qtopia/pics/qpe/SettingsIcon_16.png
opt/Qtopia/pics/qpe/DocsIcon_48.png
opt/Qtopia/pics/qpe/calls.png
opt/Qtopia/pics/qpe/SettingsIcon_48_anim.mng
opt/Qtopia/pics/sound-off.png
opt/Qtopia/pics/netmon/
opt/Qtopia/pics/netmon/down.png
opt/Qtopia/pics/netmon/up.png
opt/Qtopia/pics/minesweep/
opt/Qtopia/pics/minesweep/dead.xpm
opt/Qtopia/pics/minesweep/new.xpm
opt/Qtopia/pics/minesweep/MineHunt.png
opt/Qtopia/pics/minesweep/happy.xpm
opt/Qtopia/pics/minesweep/worried.xpm
opt/Qtopia/pics/busy.png
opt/Qtopia/pics/worldtime/
opt/Qtopia/pics/worldtime/CityTime_16.png
opt/Qtopia/pics/worldtime/mag.png
opt/Qtopia/pics/worldtime/simple_grid_400.png
opt/Qtopia/pics/worldtime/CityTime.png
opt/Qtopia/pics/camera/
opt/Qtopia/pics/camera/Camera_48_anim.mng
opt/Qtopia/pics/camera/Camera_48.png
opt/Qtopia/pics/camera/Camera.png
opt/Qtopia/pics/textedit/
opt/Qtopia/pics/textedit/TextEditor.png
opt/Qtopia/pics/appearance/
opt/Qtopia/pics/appearance/icons/
opt/Qtopia/pics/appearance/icons/16x16/
opt/Qtopia/pics/appearance/icons/16x16/theme.png
opt/Qtopia/pics/appearance/icons/16x16/background.png
opt/Qtopia/pics/appearance/icons/22x22/
opt/Qtopia/pics/appearance/icons/22x22/theme.png
opt/Qtopia/pics/appearance/icons/22x22/background.png
opt/Qtopia/pics/appearance/icons/14x14/
opt/Qtopia/pics/appearance/icons/14x14/theme.png
opt/Qtopia/pics/appearance/icons/14x14/background.png
opt/Qtopia/pics/appearance/Appearance.png
opt/Qtopia/pics/pluginmanager/
opt/Qtopia/pics/pluginmanager/PluginManager.png
opt/Qtopia/pics/qpelogo.png
opt/Qtopia/pics/hwsettings/
opt/Qtopia/pics/hwsettings/arrowdown.png
opt/Qtopia/pics/hwsettings/reset_character.png
opt/Qtopia/pics/hwsettings/trash.png
opt/Qtopia/pics/hwsettings/new_stroke.png
opt/Qtopia/pics/hwsettings/new_character.png
opt/Qtopia/pics/hwsettings/recognition_settings.png
opt/Qtopia/pics/hwsettings/arrowup.png
opt/Qtopia/pics/hwsettings/add_character.png
opt/Qtopia/pics/logo32.png
opt/Qtopia/pics/datebook/
opt/Qtopia/pics/datebook/icons/
opt/Qtopia/pics/datebook/icons/16x16/
opt/Qtopia/pics/datebook/icons/16x16/contextback.png
opt/Qtopia/pics/datebook/icons/22x22/
opt/Qtopia/pics/datebook/icons/22x22/contextback.png
opt/Qtopia/pics/datebook/icons/14x14/
opt/Qtopia/pics/datebook/icons/14x14/contextback.png
opt/Qtopia/pics/datebook/silent.png
opt/Qtopia/pics/datebook/DateBook_48.png
opt/Qtopia/pics/datebook/noalarm.png
opt/Qtopia/pics/datebook/audible.png
opt/Qtopia/pics/datebook/DateBook.png
opt/Qtopia/pics/datebook/DateBook_48_anim.mng
opt/Qtopia/pics/Button/
opt/Qtopia/pics/Button/1.png
opt/Qtopia/pics/Button/2.png
opt/Qtopia/pics/Button/0.png
opt/Qtopia/pics/Button/3.png
opt/Qtopia/pics/wallpaper/
opt/Qtopia/pics/wallpaper/Clouds.png
opt/Qtopia/pics/wallpaper/Bubble.png
opt/Qtopia/pics/wallpaper/Gray_Ruffle.png
opt/Qtopia/pics/wallpaper/Sand.png
opt/Qtopia/pics/wallpaper/Splatters.png
opt/Qtopia/pics/wallpaper/Grass.png
opt/Qtopia/pics/wallpaper/Water.png
opt/Qtopia/pics/launchersettings/
opt/Qtopia/pics/launchersettings/launcher.png
opt/Qtopia/pics/music/
opt/Qtopia/pics/music/SoundPlayer.png
opt/Qtopia/pics/music/Sound.png
opt/Qtopia/pics/qtopia.png
opt/Qtopia/i18n/
opt/Qtopia/i18n/en_US/
opt/Qtopia/i18n/en_US/.directory
opt/Qtopia/services/
opt/Qtopia/services/PhotoEdit/
opt/Qtopia/services/PhotoEdit/photoedit
opt/Qtopia/services/PlayMedia.service
opt/Qtopia/services/Tasks/
opt/Qtopia/services/Tasks/todolist
opt/Qtopia/services/CleanupWizard/
opt/Qtopia/services/CleanupWizard/sysinfo
opt/Qtopia/services/PlayMedia/
opt/Qtopia/services/PlayMedia/videos
opt/Qtopia/services/Date.service
opt/Qtopia/services/calibrate/
opt/Qtopia/services/calibrate/calibrate
opt/Qtopia/services/Contacts/
opt/Qtopia/services/Contacts/addressbook
opt/Qtopia/services/Alarm/
opt/Qtopia/services/Alarm/clock
opt/Qtopia/services/Open/
opt/Qtopia/services/Open/text/
opt/Qtopia/services/Open/text/plain/
opt/Qtopia/services/Open/text/plain/textedit
opt/Qtopia/services/Calendar.service
opt/Qtopia/services/shutdown/
opt/Qtopia/services/shutdown/shutdown
opt/Qtopia/services/Calendar/
opt/Qtopia/services/Calendar/datebook
opt/Qtopia/services/Time/
opt/Qtopia/services/Time/systemtime
opt/Qtopia/services/Receive/
opt/Qtopia/services/Receive/text/
opt/Qtopia/services/Receive/text/x-vCalendar-Tasks/
opt/Qtopia/services/Receive/text/x-vCalendar-Tasks/todolist
opt/Qtopia/services/Receive/text/x-vCalendar-Events/
opt/Qtopia/services/Receive/text/x-vCalendar-Events/datebook
opt/Qtopia/services/Receive/text/x-vCard/
opt/Qtopia/services/Receive/text/x-vCard/addressbook
opt/Qtopia/services/smsapp/
opt/Qtopia/services/smsapp/9204/
opt/Qtopia/services/smsapp/9204/addressbook
opt/Qtopia/services/smsapp/226/
opt/Qtopia/services/smsapp/226/addressbook
opt/Qtopia/services/CleanupWizard.service
opt/Qtopia/services/Date/
opt/Qtopia/services/Date/systemtime
opt/Qtopia/services/Time.service
opt/Qtopia/services/Tasks.service
opt/Qtopia/services/Contacts.service
opt/Qtopia/services/qdl.service
opt/Qtopia/services/View/
opt/Qtopia/services/View/text/
opt/Qtopia/services/View/text/plain/
opt/Qtopia/services/View/text/plain/textedit
opt/Qtopia/services/GetValue/
opt/Qtopia/services/GetValue/image/
opt/Qtopia/services/GetValue/image/photoedit
opt/Qtopia/services/GetValue/image/camera
opt/Qtopia/services/GetValue/audio/
opt/Qtopia/services/GetValue/audio/mediarecorder
opt/Qtopia/services/PhotoEdit.service
opt/Qtopia/services/Alarm.service
opt/Qtopia/services/qdl/
opt/Qtopia/services/qdl/todolist
opt/Qtopia/services/qdl/addressbook
opt/Qtopia/services/qdl/datebook
opt/Qtopia/services/SetValue/
opt/Qtopia/services/SetValue/v-card/
opt/Qtopia/services/SetValue/v-card/addressbook
opt/kde/
opt/kde/share/
opt/kde/share/apps/
opt/kde/share/apps/khtml/
opt/kde/share/apps/khtml/css/
opt/kde/share/apps/khtml/css/html4.css
opt/kde/share/config/
opt/kde/share/config/charsets
proc/
root/
root/.kde/
root/.kde/share/
root/.kde/share/apps/
root/.kde/share/apps/konq-embed/
root/.kde/share/apps/konq-embed/cookies
root/.kde/share/apps/khtml/
root/.kde/share/config/
root/.kde/share/config/kdesktoprc
root/.kde/share/config/konq-embedrc
root/g_file_storage.ko
root/libertas_sdio.ko
root/Settings/
root/Settings/WorldTime.conf
root/Settings/PluginLoader.conf.lock
root/Settings/Categories.xml
root/Settings/PluginLoader.conf
root/Settings/qpe.conf
root/Settings/Launcher.conf
root/Settings/Beam.conf
root/Settings/Clock.conf
root/Settings/handwriting.conf
root/Settings/Sound.conf
root/Settings/Taskbar.conf
root/Settings/Security.conf
root/Settings/locale.conf
root/Settings/handwriting-popup.conf
root/tmp/
root/tmp/obex/
root/tmp/obex/in/
root/Documents/
root/Documents/Innocent.mp3
root/Documents/android_480x272.JPG
root/Documents/panda.mpg
root/Applications/
root/Applications/addressbook/
root/Applications/qimpen/
root/Applications/Network/
root/Applications/Network/modules/
root/Applications/AlarmServer/
sbin/
sbin/logread
sbin/ubiattach
sbin/iwlist
sbin/iwgetid
sbin/reboot
sbin/getty
sbin/ubimkvol
sbin/ifdown
sbin/poweroff
sbin/iwconfig
sbin/adjtimex
sbin/shutdown
sbin/switch_root
sbin/arp
sbin/insmod
sbin/lsmod
sbin/halt
sbin/pivot_root
sbin/syslogd
sbin/loadkmap
sbin/sysctl
sbin/udhcpc
sbin/setconsole
sbin/start-stop-daemon
sbin/iwevent
sbin/ifconfig
sbin/findfs
sbin/flash_eraseall
sbin/route
sbin/sulogin
sbin/ifup
sbin/blkid
sbin/iwpriv
sbin/fsck
sbin/iwspy
sbin/vconfig
sbin/init
sbin/mdev
sbin/depmod
sbin/losetup
sbin/klogd
sbin/nameif
sbin/zcip
sbin/hwclock
sbin/modprobe
sbin/runlevel
sbin/rmmod
sbin/freeramdisk
sys/
tmp/
usr/
usr/local/
usr/local/multimedia_test_real6410/
usr/local/multimedia_test_real6410/TestVectors/
usr/local/multimedia_test_real6410/TestVectors/test2_0.rcv
usr/local/multimedia_test_real6410/TestVectors/iron.263
usr/local/multimedia_test_real6410/TestVectors/wanted.264
usr/local/multimedia_test_real6410/TestVectors/test.mp3
usr/local/multimedia_test_real6410/TestVectors/CubeDemo2_0
usr/local/multimedia_test_real6410/TestVectors/veggie.264
usr/local/multimedia_test_real6410/TestVectors/test_420_1600_1200.jpg
usr/local/multimedia_test_real6410/TestVectors/MATRIX.AVI
usr/local/multimedia_test_real6410/TestVectors/shrek.m4v
usr/local/multimedia_test_real6410/multimedia_test_70
usr/local/multimedia_test_real6410/multimedia_test_43
usr/local/etc/
usr/local/etc/ts.conf
usr/local/qtopia-titles-cn.tar.gz
usr/local/bin/
usr/local/lib/
usr/local/lib/libts.so
usr/local/lib/libts-0.0.so.0.1.1
usr/local/lib/ts/
usr/local/lib/ts/linear.so
usr/local/lib/ts/pthres.so
usr/local/lib/ts/dejitter.so
usr/local/lib/ts/input.so
usr/local/lib/ts/variance.so
usr/local/lib/libts-0.0.so.0
usr/local/qtopia-titles-en.tar.gz
usr/local/QtEmbedded-4.5.2/
usr/local/QtEmbedded-4.5.2/plugins/
usr/local/QtEmbedded-4.5.2/plugins/imageformats/
usr/local/QtEmbedded-4.5.2/plugins/imageformats/libqgif.so
usr/local/QtEmbedded-4.5.2/plugins/imageformats/libqtiff.so
usr/local/QtEmbedded-4.5.2/plugins/imageformats/libqjpeg.so
usr/local/QtEmbedded-4.5.2/plugins/imageformats/libqsvg.so
usr/local/QtEmbedded-4.5.2/plugins/imageformats/libqmng.so
usr/local/QtEmbedded-4.5.2/plugins/imageformats/libqico.so
usr/local/QtEmbedded-4.5.2/plugins/sqldrivers/
usr/local/QtEmbedded-4.5.2/plugins/sqldrivers/libqsqlite.so
usr/local/QtEmbedded-4.5.2/plugins/accessible/
usr/local/QtEmbedded-4.5.2/plugins/accessible/libqtaccessiblewidgets.so
usr/local/QtEmbedded-4.5.2/plugins/accessible/libqtaccessiblecompatwidgets.so
usr/local/QtEmbedded-4.5.2/plugins/iconengines/
usr/local/QtEmbedded-4.5.2/plugins/iconengines/libqsvgicon.so
usr/local/QtEmbedded-4.5.2/examples/
usr/local/QtEmbedded-4.5.2/examples/tutorials/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part1/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part1/addressbook.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part1/part1
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part1/part1.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part1/addressbook.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part1/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/addressbook.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part2/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part2/addressbook.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part2/part2
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part2/part2.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part2/addressbook.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part2/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part3/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part3/addressbook.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part3/part3.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part3/part3
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part3/addressbook.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part3/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part5/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part5/addressbook.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part5/part5.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part5/finddialog.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part5/addressbook.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part5/finddialog.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part5/part5
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part5/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part4/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part4/addressbook.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part4/part4.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part4/addressbook.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part4/part4
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part4/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part7/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part7/addressbook.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part7/part7.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part7/finddialog.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part7/addressbook.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part7/finddialog.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part7/part7
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part7/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part6/
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part6/addressbook.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part6/finddialog.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part6/addressbook.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part6/finddialog.h
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part6/part6.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part6/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/part6/part6
usr/local/QtEmbedded-4.5.2/examples/tutorials/addressbook/README
usr/local/QtEmbedded-4.5.2/examples/tutorials/tutorials.pro
usr/local/QtEmbedded-4.5.2/examples/tutorials/README
usr/local/QtEmbedded-4.5.2/examples/richtext/
usr/local/QtEmbedded-4.5.2/examples/richtext/orderform/
usr/local/QtEmbedded-4.5.2/examples/richtext/orderform/orderform
usr/local/QtEmbedded-4.5.2/examples/richtext/orderform/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/orderform/orderform.pro
usr/local/QtEmbedded-4.5.2/examples/richtext/orderform/detailsdialog.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/orderform/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/richtext/orderform/detailsdialog.h
usr/local/QtEmbedded-4.5.2/examples/richtext/orderform/main.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/calendar/
usr/local/QtEmbedded-4.5.2/examples/richtext/calendar/calendar
usr/local/QtEmbedded-4.5.2/examples/richtext/calendar/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/calendar/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/richtext/calendar/calendar.pro
usr/local/QtEmbedded-4.5.2/examples/richtext/calendar/main.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/textobject/
usr/local/QtEmbedded-4.5.2/examples/richtext/textobject/window.h
usr/local/QtEmbedded-4.5.2/examples/richtext/textobject/textobject.pro
usr/local/QtEmbedded-4.5.2/examples/richtext/textobject/window.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/textobject/svgtextobject.h
usr/local/QtEmbedded-4.5.2/examples/richtext/textobject/textobject
usr/local/QtEmbedded-4.5.2/examples/richtext/textobject/main.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/textobject/svgtextobject.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/syntaxhighlighter/
usr/local/QtEmbedded-4.5.2/examples/richtext/syntaxhighlighter/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/syntaxhighlighter/highlighter.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/syntaxhighlighter/syntaxhighlighter.pro
usr/local/QtEmbedded-4.5.2/examples/richtext/syntaxhighlighter/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/richtext/syntaxhighlighter/main.cpp
usr/local/QtEmbedded-4.5.2/examples/richtext/syntaxhighlighter/syntaxhighlighter
usr/local/QtEmbedded-4.5.2/examples/richtext/syntaxhighlighter/highlighter.h
usr/local/QtEmbedded-4.5.2/examples/richtext/richtext.pro
usr/local/QtEmbedded-4.5.2/examples/richtext/README
usr/local/QtEmbedded-4.5.2/examples/sql/
usr/local/QtEmbedded-4.5.2/examples/sql/relationaltablemodel/
usr/local/QtEmbedded-4.5.2/examples/sql/relationaltablemodel/relationaltablemodel
usr/local/QtEmbedded-4.5.2/examples/sql/relationaltablemodel/relationaltablemodel.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/relationaltablemodel/relationaltablemodel.pro
usr/local/QtEmbedded-4.5.2/examples/sql/connection.h
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/masterdetail.qrc
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/images/
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/images/icon.png
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/images/image.png
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/dialog.h
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/masterdetail.pro
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/albumdetails.xml
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/masterdetail
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/database.h
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/main.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/masterdetail/dialog.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/sql.pro
usr/local/QtEmbedded-4.5.2/examples/sql/querymodel/
usr/local/QtEmbedded-4.5.2/examples/sql/querymodel/customsqlmodel.h
usr/local/QtEmbedded-4.5.2/examples/sql/querymodel/editablesqlmodel.h
usr/local/QtEmbedded-4.5.2/examples/sql/querymodel/querymodel.pro
usr/local/QtEmbedded-4.5.2/examples/sql/querymodel/editablesqlmodel.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/querymodel/querymodel
usr/local/QtEmbedded-4.5.2/examples/sql/querymodel/customsqlmodel.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/querymodel/main.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/sqlwidgetmapper/
usr/local/QtEmbedded-4.5.2/examples/sql/sqlwidgetmapper/window.h
usr/local/QtEmbedded-4.5.2/examples/sql/sqlwidgetmapper/window.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/sqlwidgetmapper/sqlwidgetmapper.pro
usr/local/QtEmbedded-4.5.2/examples/sql/sqlwidgetmapper/sqlwidgetmapper
usr/local/QtEmbedded-4.5.2/examples/sql/sqlwidgetmapper/main.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/cachedtable/
usr/local/QtEmbedded-4.5.2/examples/sql/cachedtable/tableeditor.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/cachedtable/cachedtable.pro
usr/local/QtEmbedded-4.5.2/examples/sql/cachedtable/tableeditor.h
usr/local/QtEmbedded-4.5.2/examples/sql/cachedtable/cachedtable
usr/local/QtEmbedded-4.5.2/examples/sql/cachedtable/main.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/tablemodel/
usr/local/QtEmbedded-4.5.2/examples/sql/tablemodel/tablemodel.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/tablemodel/tablemodel.pro
usr/local/QtEmbedded-4.5.2/examples/sql/tablemodel/tablemodel
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/informationwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/view.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/images/
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/images/redwood.png
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/images/berlin.png
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/images/munich.png
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/images/brisbane.png
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/images/beijing.png
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/images/oslo.png
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/drilldown.pro
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/informationwindow.h
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/view.h
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/imageitem.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/drilldown.qrc
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/logo.png
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/main.cpp
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/imageitem.h
usr/local/QtEmbedded-4.5.2/examples/sql/drilldown/drilldown
usr/local/QtEmbedded-4.5.2/examples/sql/README
usr/local/QtEmbedded-4.5.2/examples/examples.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/
usr/local/QtEmbedded-4.5.2/examples/dialogs/standarddialogs/
usr/local/QtEmbedded-4.5.2/examples/dialogs/standarddialogs/standarddialogs
usr/local/QtEmbedded-4.5.2/examples/dialogs/standarddialogs/dialog.h
usr/local/QtEmbedded-4.5.2/examples/dialogs/standarddialogs/standarddialogs.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/standarddialogs/main.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/standarddialogs/dialog.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/trivialwizard/
usr/local/QtEmbedded-4.5.2/examples/dialogs/trivialwizard/trivialwizard.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/trivialwizard/trivialwizard
usr/local/QtEmbedded-4.5.2/examples/dialogs/trivialwizard/trivialwizard.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/extension/
usr/local/QtEmbedded-4.5.2/examples/dialogs/extension/extension.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/extension/finddialog.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/extension/finddialog.h
usr/local/QtEmbedded-4.5.2/examples/dialogs/extension/extension
usr/local/QtEmbedded-4.5.2/examples/dialogs/extension/main.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/licensewizard.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/images/
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/images/watermark.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/images/logo.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/licensewizard.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/licensewizard
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/licensewizard.qrc
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/main.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/licensewizard/licensewizard.h
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/classwizard.h
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/classwizard.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/images/
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/images/logo1.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/images/logo3.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/images/background.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/images/watermark1.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/images/banner.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/images/watermark2.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/images/logo2.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/classwizard
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/classwizard.qrc
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/main.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/classwizard/classwizard.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/configdialog.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/configdialog.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/images/
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/images/query.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/images/update.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/images/config.png
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/pages.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/configdialog.qrc
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/configdialog.h
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/pages.h
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/configdialog
usr/local/QtEmbedded-4.5.2/examples/dialogs/configdialog/main.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/tabdialog/
usr/local/QtEmbedded-4.5.2/examples/dialogs/tabdialog/tabdialog.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/tabdialog/tabdialog.h
usr/local/QtEmbedded-4.5.2/examples/dialogs/tabdialog/main.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/tabdialog/tabdialog
usr/local/QtEmbedded-4.5.2/examples/dialogs/tabdialog/tabdialog.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/findfiles/
usr/local/QtEmbedded-4.5.2/examples/dialogs/findfiles/window.h
usr/local/QtEmbedded-4.5.2/examples/dialogs/findfiles/window.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/findfiles/findfiles.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/findfiles/main.cpp
usr/local/QtEmbedded-4.5.2/examples/dialogs/findfiles/findfiles
usr/local/QtEmbedded-4.5.2/examples/dialogs/dialogs.pro
usr/local/QtEmbedded-4.5.2/examples/dialogs/README
usr/local/QtEmbedded-4.5.2/examples/painting/
usr/local/QtEmbedded-4.5.2/examples/painting/transformations/
usr/local/QtEmbedded-4.5.2/examples/painting/transformations/transformations.pro
usr/local/QtEmbedded-4.5.2/examples/painting/transformations/window.h
usr/local/QtEmbedded-4.5.2/examples/painting/transformations/window.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/transformations/renderarea.h
usr/local/QtEmbedded-4.5.2/examples/painting/transformations/transformations
usr/local/QtEmbedded-4.5.2/examples/painting/transformations/renderarea.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/transformations/main.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/svgviewer.pro
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/svgviewer
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/files/
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/files/spheres.svg
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/files/cubic.svg
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/files/bubbles.svg
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/main.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/svgviewer.qrc
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/svgview.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/svgviewer/svgview.h
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/imagecomposition.pro
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/images/
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/images/butterfly.png
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/images/blackrectangle.png
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/images/checker.png
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/images/background.png
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/imagecomposer.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/imagecomposer.h
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/imagecomposition.qrc
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/imagecomposition
usr/local/QtEmbedded-4.5.2/examples/painting/imagecomposition/main.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/window.h
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/window.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/basicdrawing.qrc
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/images/
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/images/qt-logo.png
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/images/brick.png
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/renderarea.h
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/basicdrawing
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/renderarea.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/main.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/basicdrawing/basicdrawing.pro
usr/local/QtEmbedded-4.5.2/examples/painting/concentriccircles/
usr/local/QtEmbedded-4.5.2/examples/painting/concentriccircles/window.h
usr/local/QtEmbedded-4.5.2/examples/painting/concentriccircles/circlewidget.h
usr/local/QtEmbedded-4.5.2/examples/painting/concentriccircles/window.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/concentriccircles/concentriccircles.pro
usr/local/QtEmbedded-4.5.2/examples/painting/concentriccircles/concentriccircles
usr/local/QtEmbedded-4.5.2/examples/painting/concentriccircles/circlewidget.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/concentriccircles/main.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/fontsampler/
usr/local/QtEmbedded-4.5.2/examples/painting/fontsampler/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/fontsampler/mainwindowbase.ui
usr/local/QtEmbedded-4.5.2/examples/painting/fontsampler/fontsampler.pro
usr/local/QtEmbedded-4.5.2/examples/painting/fontsampler/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/painting/fontsampler/fontsampler
usr/local/QtEmbedded-4.5.2/examples/painting/fontsampler/main.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/painting.pro
usr/local/QtEmbedded-4.5.2/examples/painting/painterpaths/
usr/local/QtEmbedded-4.5.2/examples/painting/painterpaths/window.h
usr/local/QtEmbedded-4.5.2/examples/painting/painterpaths/window.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/painterpaths/painterpaths.pro
usr/local/QtEmbedded-4.5.2/examples/painting/painterpaths/renderarea.h
usr/local/QtEmbedded-4.5.2/examples/painting/painterpaths/renderarea.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/painterpaths/painterpaths
usr/local/QtEmbedded-4.5.2/examples/painting/painterpaths/main.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/window.ui
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/window.h
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/window.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/displaywidget.h
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/displaywidget.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/svggenerator.qrc
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/svggenerator.pro
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/main.cpp
usr/local/QtEmbedded-4.5.2/examples/painting/svggenerator/svggenerator
usr/local/QtEmbedded-4.5.2/examples/painting/README
usr/local/QtEmbedded-4.5.2/examples/desktop/
usr/local/QtEmbedded-4.5.2/examples/desktop/screenshot/
usr/local/QtEmbedded-4.5.2/examples/desktop/screenshot/screenshot
usr/local/QtEmbedded-4.5.2/examples/desktop/screenshot/screenshot.h
usr/local/QtEmbedded-4.5.2/examples/desktop/screenshot/main.cpp
usr/local/QtEmbedded-4.5.2/examples/desktop/screenshot/screenshot.pro
usr/local/QtEmbedded-4.5.2/examples/desktop/screenshot/screenshot.cpp
usr/local/QtEmbedded-4.5.2/examples/desktop/desktop.pro
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/window.h
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/window.cpp
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/systray.qrc
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/images/
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/images/bad.svg
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/images/trash.svg
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/images/heart.svg
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/systray.pro
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/systray
usr/local/QtEmbedded-4.5.2/examples/desktop/systray/main.cpp
usr/local/QtEmbedded-4.5.2/examples/desktop/README
usr/local/QtEmbedded-4.5.2/examples/mainwindows/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/menus/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/menus/menus
usr/local/QtEmbedded-4.5.2/examples/mainwindows/menus/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/menus/menus.pro
usr/local/QtEmbedded-4.5.2/examples/mainwindows/menus/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/mainwindows/menus/main.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/dockwidgets.qrc
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/images/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/images/undo.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/images/new.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/images/save.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/images/print.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/dockwidgets
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/dockwidgets.pro
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/mainwindows/dockwidgets/main.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mainwindows.pro
usr/local/QtEmbedded-4.5.2/examples/mainwindows/recentfiles/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/recentfiles/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/recentfiles/recentfiles
usr/local/QtEmbedded-4.5.2/examples/mainwindows/recentfiles/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/mainwindows/recentfiles/main.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/recentfiles/recentfiles.pro
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/images/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/images/paste.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/images/new.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/images/save.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/images/open.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/images/cut.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/images/copy.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/mdi.qrc
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/mdichild.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/mdichild.h
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/mdi.pro
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/mdi
usr/local/QtEmbedded-4.5.2/examples/mainwindows/mdi/main.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/application.qrc
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/images/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/images/paste.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/images/new.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/images/save.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/images/open.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/images/cut.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/images/copy.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/application.pro
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/application
usr/local/QtEmbedded-4.5.2/examples/mainwindows/application/main.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/sdi.qrc
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/images/
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/images/paste.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/images/new.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/images/save.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/images/open.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/images/cut.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/images/copy.png
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/sdi.pro
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/main.cpp
usr/local/QtEmbedded-4.5.2/examples/mainwindows/sdi/sdi
usr/local/QtEmbedded-4.5.2/examples/mainwindows/README
usr/local/QtEmbedded-4.5.2/examples/ipc/
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneserver/
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneserver/localfortuneserver.pro
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneserver/server.cpp
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneserver/server.h
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneserver/localfortuneserver
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneserver/main.cpp
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneclient/
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneclient/client.cpp
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneclient/client.h
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneclient/main.cpp
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneclient/localfortuneclient
usr/local/QtEmbedded-4.5.2/examples/ipc/localfortuneclient/localfortuneclient.pro
usr/local/QtEmbedded-4.5.2/examples/ipc/ipc.pro
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/sharedmemory.pro
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/qt.png
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/dialog.ui
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/dialog.h
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/image.png
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/main.cpp
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/dialog.cpp
usr/local/QtEmbedded-4.5.2/examples/ipc/sharedmemory/sharedmemory
usr/local/QtEmbedded-4.5.2/examples/ipc/README
usr/local/QtEmbedded-4.5.2/examples/tools/
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/stylewindow/
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/stylewindow/stylewindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/stylewindow/stylewindow.pro
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/stylewindow/stylewindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/stylewindow/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/styleplugin
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/plugin/
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/plugin/plugin.pro
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/plugin/simplestyle.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/plugin/simplestyleplugin.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/plugin/simplestyle.h
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/plugin/simplestyleplugin.h
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/styleplugin.pro
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/styles/
usr/local/QtEmbedded-4.5.2/examples/tools/styleplugin/styles/libsimplestyleplugin.so
usr/local/QtEmbedded-4.5.2/examples/tools/completer/
usr/local/QtEmbedded-4.5.2/examples/tools/completer/completer.pro
usr/local/QtEmbedded-4.5.2/examples/tools/completer/completer
usr/local/QtEmbedded-4.5.2/examples/tools/completer/resources/
usr/local/QtEmbedded-4.5.2/examples/tools/completer/resources/countries.txt
usr/local/QtEmbedded-4.5.2/examples/tools/completer/resources/wordlist.txt
usr/local/QtEmbedded-4.5.2/examples/tools/completer/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/completer/dirmodel.h
usr/local/QtEmbedded-4.5.2/examples/tools/completer/completer.qrc
usr/local/QtEmbedded-4.5.2/examples/tools/completer/dirmodel.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/completer/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/completer/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/tools.pro
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/resources/
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/resources/treemodel.txt
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/treemodelcompleter.qrc
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/treemodelcompleter
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/treemodelcompleter.h
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/treemodelcompleter.pro
usr/local/QtEmbedded-4.5.2/examples/tools/treemodelcompleter/treemodelcompleter.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/regexp/
usr/local/QtEmbedded-4.5.2/examples/tools/regexp/regexp.pro
usr/local/QtEmbedded-4.5.2/examples/tools/regexp/regexp
usr/local/QtEmbedded-4.5.2/examples/tools/regexp/regexpdialog.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/regexp/regexpdialog.h
usr/local/QtEmbedded-4.5.2/examples/tools/regexp/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/echoplugin.pro
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/echowindow/
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/echowindow/echowindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/echowindow/echowindow.pro
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/echowindow/echointerface.h
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/echowindow/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/echowindow/echowindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/echoplugin
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/plugin/
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/plugin/echoplugin.h
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/plugin/plugin.pro
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/plugin/libechoplugin.so
usr/local/QtEmbedded-4.5.2/examples/tools/echoplugin/plugin/echoplugin.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/diagramscene.h
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/diagramitem.h
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/images/
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/images/cross.png
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/undoframework
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/diagramitem.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/commands.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/diagramscene.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/undoframework.pro
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/undoframework.qrc
usr/local/QtEmbedded-4.5.2/examples/tools/undoframework/commands.h
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/plugandpaint.pro
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/plugins/
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/plugins/libpnp_extrafilters.so
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/plugins/libpnp_basictools.a
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/paintarea.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/plugindialog.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/plugandpaint
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/paintarea.h
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/plugindialog.h
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaint/interfaces.h
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/previewform.h
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/previewform.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/codecs.pro
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/codecs
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/encodedfiles/
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/encodedfiles/utf-8.txt
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/encodedfiles/iso-8859-15.txt
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/encodedfiles/utf-16be.txt
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/encodedfiles/iso-8859-1.txt
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/encodedfiles/utf-16.txt
usr/local/QtEmbedded-4.5.2/examples/tools/codecs/encodedfiles/utf-16le.txt
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/customcompleter.qrc
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/customcompleter.pro
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/resources/
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/resources/wordlist.txt
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/textedit.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/textedit.h
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/customcompleter
usr/local/QtEmbedded-4.5.2/examples/tools/customcompleter/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/languagechooser.h
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/i18n.pro
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_en.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_cs.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_sv.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_fr.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_it.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_jp.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_ko.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_de.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_el.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_el.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_ar.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_sv.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_ru.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_eo.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_zh.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_ar.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_it.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_eo.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_fr.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_zh.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_no.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_jp.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_ru.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_en.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_cs.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_no.ts
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_de.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/translations/i18n_ko.qm
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/i18n.qrc
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/languagechooser.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/i18n/i18n
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/locationdialog.h
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/variantdelegate.h
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/settingstree.h
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/settingstree.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/settingseditor.pro
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/locationdialog.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/variantdelegate.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/main.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/inifiles/
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/inifiles/qsa.ini
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/inifiles/licensepage.ini
usr/local/QtEmbedded-4.5.2/examples/tools/settingseditor/settingseditor
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/plugandpaintplugins.pro
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/extrafilters/
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/extrafilters/extrafilters.pro
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/basictools/
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.cpp
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/basictools/basictoolsplugin.h
usr/local/QtEmbedded-4.5.2/examples/tools/plugandpaintplugins/basictools/basictools.pro
usr/local/QtEmbedded-4.5.2/examples/tools/README
usr/local/QtEmbedded-4.5.2/examples/xml/
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/xbelreader.h
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/xbelreader.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/frank.xbel
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/streambookmarks
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/jennifer.xbel
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/streambookmarks.pro
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/xbelwriter.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/xbelwriter.h
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/xml/streambookmarks/main.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/rsslisting/
usr/local/QtEmbedded-4.5.2/examples/xml/rsslisting/rsslisting.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/rsslisting/rsslisting
usr/local/QtEmbedded-4.5.2/examples/xml/rsslisting/main.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/rsslisting/rsslisting.h
usr/local/QtEmbedded-4.5.2/examples/xml/rsslisting/rsslisting.pro
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/frank.xbel
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/xbelgenerator.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/jennifer.xbel
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/xbelhandler.h
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/saxbookmarks
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/saxbookmarks.pro
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/xbelhandler.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/main.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/saxbookmarks/xbelgenerator.h
usr/local/QtEmbedded-4.5.2/examples/xml/xmlstreamlint/
usr/local/QtEmbedded-4.5.2/examples/xml/xmlstreamlint/xmlstreamlint
usr/local/QtEmbedded-4.5.2/examples/xml/xmlstreamlint/main.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/xmlstreamlint/xmlstreamlint.pro
usr/local/QtEmbedded-4.5.2/examples/xml/xml.pro
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/frank.xbel
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/jennifer.xbel
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/xbeltree.h
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/dombookmarks.pro
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/dombookmarks
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/main.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/dombookmarks/xbeltree.cpp
usr/local/QtEmbedded-4.5.2/examples/xml/README
usr/local/QtEmbedded-4.5.2/examples/linguist/
usr/local/QtEmbedded-4.5.2/examples/linguist/linguist.pro
usr/local/QtEmbedded-4.5.2/examples/linguist/arrowpad/
usr/local/QtEmbedded-4.5.2/examples/linguist/arrowpad/arrowpad.cpp
usr/local/QtEmbedded-4.5.2/examples/linguist/arrowpad/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/linguist/arrowpad/arrowpad.h
usr/local/QtEmbedded-4.5.2/examples/linguist/arrowpad/arrowpad
usr/local/QtEmbedded-4.5.2/examples/linguist/arrowpad/arrowpad.pro
usr/local/QtEmbedded-4.5.2/examples/linguist/arrowpad/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/linguist/arrowpad/main.cpp
usr/local/QtEmbedded-4.5.2/examples/linguist/hellotr/
usr/local/QtEmbedded-4.5.2/examples/linguist/hellotr/hellotr
usr/local/QtEmbedded-4.5.2/examples/linguist/hellotr/hellotr.pro
usr/local/QtEmbedded-4.5.2/examples/linguist/hellotr/main.cpp
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/printpanel.h
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/trollprint_pt.ts
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/trollprint.pro
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/printpanel.cpp
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/main.cpp
usr/local/QtEmbedded-4.5.2/examples/linguist/trollprint/trollprint
usr/local/QtEmbedded-4.5.2/examples/linguist/README
usr/local/QtEmbedded-4.5.2/examples/script/
usr/local/QtEmbedded-4.5.2/examples/script/qscript/
usr/local/QtEmbedded-4.5.2/examples/script/qscript/qscript
usr/local/QtEmbedded-4.5.2/examples/script/qscript/main.cpp
usr/local/QtEmbedded-4.5.2/examples/script/qscript/qscript.pro
usr/local/QtEmbedded-4.5.2/examples/script/marshal/
usr/local/QtEmbedded-4.5.2/examples/script/marshal/marshal
usr/local/QtEmbedded-4.5.2/examples/script/marshal/marshal.pro
usr/local/QtEmbedded-4.5.2/examples/script/marshal/main.cpp
usr/local/QtEmbedded-4.5.2/examples/script/defaultprototypes/
usr/local/QtEmbedded-4.5.2/examples/script/defaultprototypes/defaultprototypes
usr/local/QtEmbedded-4.5.2/examples/script/defaultprototypes/defaultprototypes.qrc
usr/local/QtEmbedded-4.5.2/examples/script/defaultprototypes/prototypes.h
usr/local/QtEmbedded-4.5.2/examples/script/defaultprototypes/code.js
usr/local/QtEmbedded-4.5.2/examples/script/defaultprototypes/main.cpp
usr/local/QtEmbedded-4.5.2/examples/script/defaultprototypes/prototypes.cpp
usr/local/QtEmbedded-4.5.2/examples/script/defaultprototypes/defaultprototypes.pro
usr/local/QtEmbedded-4.5.2/examples/script/customclass/
usr/local/QtEmbedded-4.5.2/examples/script/customclass/bytearrayclass.pri
usr/local/QtEmbedded-4.5.2/examples/script/customclass/bytearrayprototype.cpp
usr/local/QtEmbedded-4.5.2/examples/script/customclass/customclass.pro
usr/local/QtEmbedded-4.5.2/examples/script/customclass/customclass
usr/local/QtEmbedded-4.5.2/examples/script/customclass/bytearrayclass.h
usr/local/QtEmbedded-4.5.2/examples/script/customclass/bytearrayclass.cpp
usr/local/QtEmbedded-4.5.2/examples/script/customclass/main.cpp
usr/local/QtEmbedded-4.5.2/examples/script/customclass/bytearrayprototype.h
usr/local/QtEmbedded-4.5.2/examples/script/helloscript/
usr/local/QtEmbedded-4.5.2/examples/script/helloscript/helloscript
usr/local/QtEmbedded-4.5.2/examples/script/helloscript/helloscript.pro
usr/local/QtEmbedded-4.5.2/examples/script/helloscript/main.cpp
usr/local/QtEmbedded-4.5.2/examples/script/helloscript/helloscript.qrc
usr/local/QtEmbedded-4.5.2/examples/script/script.pro
usr/local/QtEmbedded-4.5.2/examples/script/context2d/
usr/local/QtEmbedded-4.5.2/examples/script/context2d/context2d.h
usr/local/QtEmbedded-4.5.2/examples/script/context2d/window.h
usr/local/QtEmbedded-4.5.2/examples/script/context2d/window.cpp
usr/local/QtEmbedded-4.5.2/examples/script/context2d/context2d.qrc
usr/local/QtEmbedded-4.5.2/examples/script/context2d/qcontext2dcanvas.h
usr/local/QtEmbedded-4.5.2/examples/script/context2d/qcontext2dcanvas.cpp
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/clock.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/grad.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/pong.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/moveto.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/scale.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/stroke1.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/bezier.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/linestye.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/pacman.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/quad.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/plasma.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/translate.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/rotate.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/alpha.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/arc.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/fill1.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/rgba.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/linecap.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/scripts/moveto2.js
usr/local/QtEmbedded-4.5.2/examples/script/context2d/environment.h
usr/local/QtEmbedded-4.5.2/examples/script/context2d/environment.cpp
usr/local/QtEmbedded-4.5.2/examples/script/context2d/context2d.cpp
usr/local/QtEmbedded-4.5.2/examples/script/context2d/domimage.h
usr/local/QtEmbedded-4.5.2/examples/script/context2d/main.cpp
usr/local/QtEmbedded-4.5.2/examples/script/context2d/context2d.pro
usr/local/QtEmbedded-4.5.2/examples/script/context2d/domimage.cpp
usr/local/QtEmbedded-4.5.2/examples/script/context2d/context2d
usr/local/QtEmbedded-4.5.2/examples/script/README
usr/local/QtEmbedded-4.5.2/examples/widgets/
usr/local/QtEmbedded-4.5.2/examples/widgets/sliders/
usr/local/QtEmbedded-4.5.2/examples/widgets/sliders/sliders
usr/local/QtEmbedded-4.5.2/examples/widgets/sliders/window.h
usr/local/QtEmbedded-4.5.2/examples/widgets/sliders/window.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/sliders/slidersgroup.h
usr/local/QtEmbedded-4.5.2/examples/widgets/sliders/sliders.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/sliders/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/sliders/slidersgroup.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/stylesheet
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/stylesheeteditor.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/checkbox_checked.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/spindown_pressed.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/spindown.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/radiobutton_unchecked.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/pagefold.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/radiobutton_unchecked_hover.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/spinup_hover.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/pushbutton_hover.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/radiobutton_unchecked_pressed.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/checkbox_unchecked_hover.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/radiobutton_checked_pressed.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/checkbox_checked_hover.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/checkbox_checked_pressed.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/checkbox_unchecked.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/spindown_hover.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/spinup_pressed.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/radiobutton_checked.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/pushbutton.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/spindown_off.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/spinup.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/up_arrow.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/sizegrip.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/down_arrow_disabled.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/frame.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/spinup_off.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/radiobutton_checked_hover.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/down_arrow.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/pushbutton_pressed.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/up_arrow_disabled.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/images/checkbox_unchecked_pressed.png
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/stylesheet.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/stylesheet.qrc
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/qss/
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/qss/default.qss
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/qss/pagefold.qss
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/qss/coffee.qss
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/layouts/
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/layouts/default.ui
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/layouts/pagefold.ui
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/stylesheeteditor.h
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/mainwindow.ui
usr/local/QtEmbedded-4.5.2/examples/widgets/stylesheet/stylesheeteditor.ui
usr/local/QtEmbedded-4.5.2/examples/widgets/calendarwidget/
usr/local/QtEmbedded-4.5.2/examples/widgets/calendarwidget/window.h
usr/local/QtEmbedded-4.5.2/examples/widgets/calendarwidget/window.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/calendarwidget/calendarwidget
usr/local/QtEmbedded-4.5.2/examples/widgets/calendarwidget/calendarwidget.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/calendarwidget/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/iconpreviewarea.h
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/imagedelegate.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/icons
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/iconsizespinbox.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/qt_extended_32x32.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/monkey_off_16x16.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/designer.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/monkey_on_128x128.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/find_normal.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/qt_extended_16x16.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/monkey_on_32x32.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/find_disabled.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/monkey_on_16x16.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/monkey_off_32x32.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/qt_extended_48x48.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/monkey_off_64x64.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/monkey_off_128x128.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/images/monkey_on_64x64.png
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/iconpreviewarea.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/icons.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/imagedelegate.h
usr/local/QtEmbedded-4.5.2/examples/widgets/icons/iconsizespinbox.h
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/ledwidget.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/validators
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/ledon.png
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/localeselector.h
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/validators.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/localeselector.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/validators.qrc
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/ledwidget.h
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/ledoff.png
usr/local/QtEmbedded-4.5.2/examples/widgets/validators/validators.ui
usr/local/QtEmbedded-4.5.2/examples/widgets/movie/
usr/local/QtEmbedded-4.5.2/examples/widgets/movie/animation.mng
usr/local/QtEmbedded-4.5.2/examples/widgets/movie/movie
usr/local/QtEmbedded-4.5.2/examples/widgets/movie/movieplayer.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/movie/movie.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/movie/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/movie/movieplayer.h
usr/local/QtEmbedded-4.5.2/examples/widgets/windowflags/
usr/local/QtEmbedded-4.5.2/examples/widgets/windowflags/windowflags.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/windowflags/previewwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/windowflags/windowflags
usr/local/QtEmbedded-4.5.2/examples/widgets/windowflags/controllerwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/windowflags/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/windowflags/previewwindow.h
usr/local/QtEmbedded-4.5.2/examples/widgets/windowflags/controllerwindow.h
usr/local/QtEmbedded-4.5.2/examples/widgets/codeeditor/
usr/local/QtEmbedded-4.5.2/examples/widgets/codeeditor/codeeditor
usr/local/QtEmbedded-4.5.2/examples/widgets/codeeditor/codeeditor.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/codeeditor/codeeditor.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/codeeditor/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/codeeditor/codeeditor.h
usr/local/QtEmbedded-4.5.2/examples/widgets/wiggly/
usr/local/QtEmbedded-4.5.2/examples/widgets/wiggly/wigglywidget.h
usr/local/QtEmbedded-4.5.2/examples/widgets/wiggly/dialog.h
usr/local/QtEmbedded-4.5.2/examples/widgets/wiggly/wiggly
usr/local/QtEmbedded-4.5.2/examples/widgets/wiggly/wigglywidget.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/wiggly/wiggly.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/wiggly/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/wiggly/dialog.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/scribble/
usr/local/QtEmbedded-4.5.2/examples/widgets/scribble/scribblearea.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/scribble/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/scribble/scribble
usr/local/QtEmbedded-4.5.2/examples/widgets/scribble/scribblearea.h
usr/local/QtEmbedded-4.5.2/examples/widgets/scribble/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/widgets/scribble/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/scribble/scribble.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/lineedits/
usr/local/QtEmbedded-4.5.2/examples/widgets/lineedits/window.h
usr/local/QtEmbedded-4.5.2/examples/widgets/lineedits/window.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/lineedits/lineedits
usr/local/QtEmbedded-4.5.2/examples/widgets/lineedits/lineedits.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/lineedits/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/tetrixboard.h
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/tetrixboard.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/tetrix.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/tetrix
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/tetrixwindow.h
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/tetrixwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/tetrixpiece.h
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/tetrixpiece.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tetrix/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/widgets.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/spinboxes/
usr/local/QtEmbedded-4.5.2/examples/widgets/spinboxes/window.h
usr/local/QtEmbedded-4.5.2/examples/widgets/spinboxes/window.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/spinboxes/spinboxes
usr/local/QtEmbedded-4.5.2/examples/widgets/spinboxes/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/spinboxes/spinboxes.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/groupbox/
usr/local/QtEmbedded-4.5.2/examples/widgets/groupbox/window.h
usr/local/QtEmbedded-4.5.2/examples/widgets/groupbox/window.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/groupbox/groupbox
usr/local/QtEmbedded-4.5.2/examples/widgets/groupbox/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/groupbox/groupbox.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/digitalclock/
usr/local/QtEmbedded-4.5.2/examples/widgets/digitalclock/digitalclock.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/digitalclock/digitalclock
usr/local/QtEmbedded-4.5.2/examples/widgets/digitalclock/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/digitalclock/digitalclock.h
usr/local/QtEmbedded-4.5.2/examples/widgets/digitalclock/digitalclock.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/calculator/
usr/local/QtEmbedded-4.5.2/examples/widgets/calculator/calculator.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/calculator/calculator.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/calculator/calculator.h
usr/local/QtEmbedded-4.5.2/examples/widgets/calculator/button.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/calculator/button.h
usr/local/QtEmbedded-4.5.2/examples/widgets/calculator/calculator
usr/local/QtEmbedded-4.5.2/examples/widgets/calculator/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/tooltips.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/sortingbox.h
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/images/
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/images/square.png
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/images/circle.png
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/images/triangle.png
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/sortingbox.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/shapeitem.h
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/shapeitem.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/tooltips
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tooltips/tooltips.qrc
usr/local/QtEmbedded-4.5.2/examples/widgets/analogclock/
usr/local/QtEmbedded-4.5.2/examples/widgets/analogclock/analogclock
usr/local/QtEmbedded-4.5.2/examples/widgets/analogclock/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/analogclock/analogclock.h
usr/local/QtEmbedded-4.5.2/examples/widgets/analogclock/analogclock.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/analogclock/analogclock.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/shapedclock/
usr/local/QtEmbedded-4.5.2/examples/widgets/shapedclock/shapedclock.h
usr/local/QtEmbedded-4.5.2/examples/widgets/shapedclock/shapedclock.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/shapedclock/shapedclock.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/shapedclock/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/shapedclock/shapedclock
usr/local/QtEmbedded-4.5.2/examples/widgets/imageviewer/
usr/local/QtEmbedded-4.5.2/examples/widgets/imageviewer/imageviewer.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/imageviewer/imageviewer.h
usr/local/QtEmbedded-4.5.2/examples/widgets/imageviewer/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/imageviewer/imageviewer.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/imageviewer/imageviewer
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/tabletcanvas.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/tablet.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/tabletapplication.h
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/tabletapplication.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/tablet
usr/local/QtEmbedded-4.5.2/examples/widgets/tablet/tabletcanvas.h
usr/local/QtEmbedded-4.5.2/examples/widgets/charactermap/
usr/local/QtEmbedded-4.5.2/examples/widgets/charactermap/characterwidget.h
usr/local/QtEmbedded-4.5.2/examples/widgets/charactermap/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/charactermap/charactermap.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/charactermap/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/widgets/charactermap/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/charactermap/characterwidget.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/charactermap/charactermap
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/norwegianwoodstyle.h
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/norwegianwoodstyle.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/styles.qrc
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/images/
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/images/woodbackground.png
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/images/woodbutton.png
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/widgetgallery.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/styles.pro
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/main.cpp
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/styles
usr/local/QtEmbedded-4.5.2/examples/widgets/styles/widgetgallery.h
usr/local/QtEmbedded-4.5.2/examples/widgets/README
usr/local/QtEmbedded-4.5.2/examples/itemviews/
usr/local/QtEmbedded-4.5.2/examples/itemviews/coloreditorfactory/
usr/local/QtEmbedded-4.5.2/examples/itemviews/coloreditorfactory/coloreditorfactory
usr/local/QtEmbedded-4.5.2/examples/itemviews/coloreditorfactory/window.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/coloreditorfactory/window.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/coloreditorfactory/colorlisteditor.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/coloreditorfactory/colorlisteditor.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/coloreditorfactory/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/coloreditorfactory/coloreditorfactory.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/delayedencoding/
usr/local/QtEmbedded-4.5.2/examples/itemviews/delayedencoding/mimedata.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/delayedencoding/sourcewidget.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/delayedencoding/mimedata.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/delayedencoding/delayedencoding.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/delayedencoding/sourcewidget.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/delayedencoding/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simplewidgetmapper/
usr/local/QtEmbedded-4.5.2/examples/itemviews/simplewidgetmapper/window.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/simplewidgetmapper/window.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simplewidgetmapper/simplewidgetmapper
usr/local/QtEmbedded-4.5.2/examples/itemviews/simplewidgetmapper/simplewidgetmapper.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/simplewidgetmapper/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/dirview/
usr/local/QtEmbedded-4.5.2/examples/itemviews/dirview/dirview
usr/local/QtEmbedded-4.5.2/examples/itemviews/dirview/dirview.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/dirview/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/pixelator.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/pixeldelegate.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/imagemodel.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/pixelator
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/images/
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/images/qt.png
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/images.qrc
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/pixeldelegate.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/pixelator/imagemodel.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/treeitem.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/editabletreemodel
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/treeitem.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/treemodel.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/editabletreemodel.qrc
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/editabletreemodel.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/treemodel.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/default.txt
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/editabletreemodel/mainwindow.ui
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/pieview.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/qtdata.cht
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/chart
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/chart.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/pieview.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/chart.qrc
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/mydata.cht
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/chart/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/adddialog.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/addresswidget.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/tablemodel.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/addressbook.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/addressbook
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/addresswidget.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/tablemodel.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/adddialog.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/newaddresstab.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/newaddresstab.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/addressbook/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/domitem.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/simpledommodel.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/dommodel.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/domitem.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/simpledommodel
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/dommodel.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpledommodel/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/basicsortfiltermodel/
usr/local/QtEmbedded-4.5.2/examples/itemviews/basicsortfiltermodel/window.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/basicsortfiltermodel/window.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel
usr/local/QtEmbedded-4.5.2/examples/itemviews/basicsortfiltermodel/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/basicsortfiltermodel/basicsortfiltermodel.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/fetchmore/
usr/local/QtEmbedded-4.5.2/examples/itemviews/fetchmore/window.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/fetchmore/window.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/fetchmore/fetchmore.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/fetchmore/fetchmore
usr/local/QtEmbedded-4.5.2/examples/itemviews/fetchmore/filelistmodel.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/fetchmore/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/fetchmore/filelistmodel.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/spinboxdelegate/
usr/local/QtEmbedded-4.5.2/examples/itemviews/spinboxdelegate/delegate.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/spinboxdelegate/delegate.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/spinboxdelegate/spinboxdelegate
usr/local/QtEmbedded-4.5.2/examples/itemviews/spinboxdelegate/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/spinboxdelegate/spinboxdelegate.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/puzzlewidget.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/piecesmodel.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/piecesmodel.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/puzzle.qrc
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/puzzle
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/puzzle.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/puzzlewidget.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/puzzle/example.jpg
usr/local/QtEmbedded-4.5.2/examples/itemviews/itemviews.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/customsortfiltermodel/
usr/local/QtEmbedded-4.5.2/examples/itemviews/customsortfiltermodel/window.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/customsortfiltermodel/window.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/customsortfiltermodel/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/customsortfiltermodel/customsortfiltermodel
usr/local/QtEmbedded-4.5.2/examples/itemviews/customsortfiltermodel/customsortfiltermodel.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/customsortfiltermodel/mysortfilterproxymodel.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/combowidgetmapper/
usr/local/QtEmbedded-4.5.2/examples/itemviews/combowidgetmapper/window.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/combowidgetmapper/window.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/combowidgetmapper/combowidgetmapper.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/combowidgetmapper/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/combowidgetmapper/combowidgetmapper
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/stareditor.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/stareditor.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/stardelegate.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/starrating.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/stardelegate.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/starrating.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/stardelegate.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/stardelegate/stardelegate
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/simpletreemodel.pro
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/treeitem.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/treeitem.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/treemodel.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/treemodel.h
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/simpletreemodel.qrc
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/default.txt
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/main.cpp
usr/local/QtEmbedded-4.5.2/examples/itemviews/simpletreemodel/simpletreemodel
usr/local/QtEmbedded-4.5.2/examples/itemviews/README
usr/local/QtEmbedded-4.5.2/examples/graphicsview/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/butterfly.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/portedcanvas
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/qtlogo.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/portedcanvas.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/canvas.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/canvas.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/portedcanvas.qrc
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/canvas.doc
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/main.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedcanvas/qt-trans.xpm
usr/local/QtEmbedded-4.5.2/examples/graphicsview/graphicsview.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramscene.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramitem.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramscene
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramtextitem.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/textpointer.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/bold.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/italic.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/underline.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/background4.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/background2.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/pointer.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/bringtofront.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/linecolor.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/background1.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/linepointer.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/sendtoback.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/delete.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/background3.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/images/floodfill.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramscene.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramscene.qrc
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/arrow.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/arrow.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramitem.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/main.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramscene.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/diagramscene/diagramtextitem.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/coloritem.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/robot.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/images/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/images/head.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/dragdroprobot
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/robot.qrc
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/dragdroprobot.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/robot.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/main.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/dragdroprobot/coloritem.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/graphwidget.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/elasticnodes.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/elasticnodes
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/node.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/edge.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/graphwidget.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/main.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/node.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/elasticnodes/edge.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/images/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/images/cheese.jpg
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/mice.qrc
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/collidingmice
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/mouse.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/main.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/mouse.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/collidingmice/collidingmice.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/kopeteavailable.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/kontact_mail.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/metacontact_online.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/minitools.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/blue_angle_swirl.jpg
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/kontact_notes.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/kontact_contacts.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/kontact_journal.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/images/artsfftscope.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/splashitem.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/splashitem.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/padnavigator.qrc
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/padnavigator
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/padnavigator.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/backside.ui
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/main.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/roundrectitem.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/panel.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/roundrectitem.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/padnavigator/panel.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/ledmeter.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/bg.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/animateditem.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/view.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/portedasteroids.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/animateditem.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/portedasteroids.qrc
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sounds/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sounds/Explosion.wav
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0002.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0000.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0001.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0003.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0008.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0009.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0012.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0006.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0015.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits.pov
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits.ini
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0013.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0011.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0010.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0007.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0014.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0004.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/bits/bits0005.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30010.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30015.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30001.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30029.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30031.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30022.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30025.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30027.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30012.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30005.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30017.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30030.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30013.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30014.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30020.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30000.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30008.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30004.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30021.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30024.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30009.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30023.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30016.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30006.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30011.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30003.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30007.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock3.ini
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30019.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30028.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock3.pov
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30026.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30018.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock3/rock30002.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/exhaust/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/exhaust/exhaust.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10008.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10001.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10027.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10009.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock1.ini
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10000.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10005.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10004.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10029.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10030.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10012.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10010.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock1.pov
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10014.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10016.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10031.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10015.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10018.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10026.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10006.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10003.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10013.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10024.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10028.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10023.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10017.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10002.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10019.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10020.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10007.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10011.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10021.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10025.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock1/rock10022.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20028.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20017.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20006.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20009.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20016.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20021.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20022.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20029.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock2.pov
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20018.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20013.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20000.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20019.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20012.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20001.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20020.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20014.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20030.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20007.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20010.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20026.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20025.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20002.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20011.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20003.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20004.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20031.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20008.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20027.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20005.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20023.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock2.ini
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20015.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/rock2/rock20024.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/shield/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/shield/shield0006.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/shield/shield0003.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/shield/shield0005.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/shield/shield0000.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/shield/shield0004.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/shield/shield0001.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/shield/shield0002.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0013.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0020.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0002.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0028.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0005.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0009.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0022.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0023.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship.ini
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0008.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0017.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0010.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0025.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0018.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0014.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0029.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0015.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0027.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0016.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0004.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0006.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0007.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0031.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship.pov
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0026.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0019.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0001.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0021.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0000.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0011.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0003.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0030.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0012.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/ship/ship0024.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/missile/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/missile/missile.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/powerups/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/powerups/brake.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/powerups/shield.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/powerups/teleport.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/powerups/energy.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/sprites/powerups/shoot.png
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/toplevel.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/view.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/toplevel.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/portedasteroids
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/main.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/portedasteroids/ledmeter.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/window.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/window.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/layoutitem.h
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/layoutitem.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts.qrc
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/basicgraphicslayouts
usr/local/QtEmbedded-4.5.2/examples/graphicsview/basicgraphicslayouts/main.cpp
usr/local/QtEmbedded-4.5.2/examples/graphicsview/README
usr/local/QtEmbedded-4.5.2/examples/uitools/
usr/local/QtEmbedded-4.5.2/examples/uitools/uitools.pro
usr/local/QtEmbedded-4.5.2/examples/uitools/multipleinheritance/
usr/local/QtEmbedded-4.5.2/examples/uitools/multipleinheritance/multipleinheritance.pro
usr/local/QtEmbedded-4.5.2/examples/uitools/multipleinheritance/calculatorform.cpp
usr/local/QtEmbedded-4.5.2/examples/uitools/multipleinheritance/multipleinheritance
usr/local/QtEmbedded-4.5.2/examples/uitools/multipleinheritance/calculatorform.h
usr/local/QtEmbedded-4.5.2/examples/uitools/multipleinheritance/calculatorform.ui
usr/local/QtEmbedded-4.5.2/examples/uitools/multipleinheritance/main.cpp
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/qtconcurrent.pro
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/progressdialog/
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/progressdialog/progressdialog
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/progressdialog/progressdialog.pro
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/progressdialog/main.cpp
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/map/
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/map/map.pro
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/map/mapdemo
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/map/main.cpp
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/wordcount/
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/wordcount/wordcount
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/wordcount/main.cpp
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/wordcount/wordcount.pro
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/runfunction/
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/runfunction/runfunction.pro
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/runfunction/main.cpp
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/runfunction/runfunction
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/imagescaling/
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/imagescaling/imagescaling.cpp
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/imagescaling/imagescaling.h
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/imagescaling/imagescaling.pro
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/imagescaling/main.cpp
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/imagescaling/imagescaling
usr/local/QtEmbedded-4.5.2/examples/qtconcurrent/README
usr/local/QtEmbedded-4.5.2/examples/qws/
usr/local/QtEmbedded-4.5.2/examples/qws/framebuffer/
usr/local/QtEmbedded-4.5.2/examples/qws/framebuffer/framebuffer
usr/local/QtEmbedded-4.5.2/examples/qws/framebuffer/main.c
usr/local/QtEmbedded-4.5.2/examples/qws/framebuffer/framebuffer.pro
usr/local/QtEmbedded-4.5.2/examples/qws/qws.pro
usr/local/QtEmbedded-4.5.2/examples/qws/mousecalibration/
usr/local/QtEmbedded-4.5.2/examples/qws/mousecalibration/mousecalibration.pro
usr/local/QtEmbedded-4.5.2/examples/qws/mousecalibration/calibration.cpp
usr/local/QtEmbedded-4.5.2/examples/qws/mousecalibration/scribblewidget.cpp
usr/local/QtEmbedded-4.5.2/examples/qws/mousecalibration/scribblewidget.h
usr/local/QtEmbedded-4.5.2/examples/qws/mousecalibration/mousecalibration
usr/local/QtEmbedded-4.5.2/examples/qws/mousecalibration/main.cpp
usr/local/QtEmbedded-4.5.2/examples/qws/mousecalibration/calibration.h
usr/local/QtEmbedded-4.5.2/examples/qws/simpledecoration/
usr/local/QtEmbedded-4.5.2/examples/qws/simpledecoration/simpledecoration.pro
usr/local/QtEmbedded-4.5.2/examples/qws/simpledecoration/mydecoration.h
usr/local/QtEmbedded-4.5.2/examples/qws/simpledecoration/simpledecoration
usr/local/QtEmbedded-4.5.2/examples/qws/simpledecoration/main.cpp
usr/local/QtEmbedded-4.5.2/examples/qws/simpledecoration/analogclock.h
usr/local/QtEmbedded-4.5.2/examples/qws/simpledecoration/mydecoration.cpp
usr/local/QtEmbedded-4.5.2/examples/qws/simpledecoration/analogclock.cpp
usr/local/QtEmbedded-4.5.2/examples/qws/README
usr/local/QtEmbedded-4.5.2/examples/layouts/
usr/local/QtEmbedded-4.5.2/examples/layouts/flowlayout/
usr/local/QtEmbedded-4.5.2/examples/layouts/flowlayout/flowlayout.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/flowlayout/window.h
usr/local/QtEmbedded-4.5.2/examples/layouts/flowlayout/flowlayout
usr/local/QtEmbedded-4.5.2/examples/layouts/flowlayout/window.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/flowlayout/flowlayout.pro
usr/local/QtEmbedded-4.5.2/examples/layouts/flowlayout/flowlayout.h
usr/local/QtEmbedded-4.5.2/examples/layouts/flowlayout/main.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/basiclayouts/
usr/local/QtEmbedded-4.5.2/examples/layouts/basiclayouts/basiclayouts
usr/local/QtEmbedded-4.5.2/examples/layouts/basiclayouts/basiclayouts.pro
usr/local/QtEmbedded-4.5.2/examples/layouts/basiclayouts/dialog.h
usr/local/QtEmbedded-4.5.2/examples/layouts/basiclayouts/main.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/basiclayouts/dialog.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/dynamiclayouts/
usr/local/QtEmbedded-4.5.2/examples/layouts/dynamiclayouts/dialog.h
usr/local/QtEmbedded-4.5.2/examples/layouts/dynamiclayouts/dynamiclayouts
usr/local/QtEmbedded-4.5.2/examples/layouts/dynamiclayouts/main.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/dynamiclayouts/dialog.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/dynamiclayouts/dynamiclayouts.pro
usr/local/QtEmbedded-4.5.2/examples/layouts/layouts.pro
usr/local/QtEmbedded-4.5.2/examples/layouts/borderlayout/
usr/local/QtEmbedded-4.5.2/examples/layouts/borderlayout/window.h
usr/local/QtEmbedded-4.5.2/examples/layouts/borderlayout/window.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/borderlayout/borderlayout.pro
usr/local/QtEmbedded-4.5.2/examples/layouts/borderlayout/borderlayout.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/borderlayout/main.cpp
usr/local/QtEmbedded-4.5.2/examples/layouts/borderlayout/borderlayout.h
usr/local/QtEmbedded-4.5.2/examples/layouts/borderlayout/borderlayout
usr/local/QtEmbedded-4.5.2/examples/layouts/README
usr/local/QtEmbedded-4.5.2/examples/threads/
usr/local/QtEmbedded-4.5.2/examples/threads/mandelbrot/
usr/local/QtEmbedded-4.5.2/examples/threads/mandelbrot/renderthread.cpp
usr/local/QtEmbedded-4.5.2/examples/threads/mandelbrot/mandelbrot
usr/local/QtEmbedded-4.5.2/examples/threads/mandelbrot/mandelbrotwidget.cpp
usr/local/QtEmbedded-4.5.2/examples/threads/mandelbrot/renderthread.h
usr/local/QtEmbedded-4.5.2/examples/threads/mandelbrot/mandelbrot.pro
usr/local/QtEmbedded-4.5.2/examples/threads/mandelbrot/main.cpp
usr/local/QtEmbedded-4.5.2/examples/threads/mandelbrot/mandelbrotwidget.h
usr/local/QtEmbedded-4.5.2/examples/threads/waitconditions/
usr/local/QtEmbedded-4.5.2/examples/threads/waitconditions/waitconditions.pro
usr/local/QtEmbedded-4.5.2/examples/threads/waitconditions/waitconditions.cpp
usr/local/QtEmbedded-4.5.2/examples/threads/waitconditions/waitconditions
usr/local/QtEmbedded-4.5.2/examples/threads/threads.pro
usr/local/QtEmbedded-4.5.2/examples/threads/semaphores/
usr/local/QtEmbedded-4.5.2/examples/threads/semaphores/semaphores.cpp
usr/local/QtEmbedded-4.5.2/examples/threads/semaphores/semaphores.pro
usr/local/QtEmbedded-4.5.2/examples/threads/semaphores/semaphores
usr/local/QtEmbedded-4.5.2/examples/threads/README
usr/local/QtEmbedded-4.5.2/examples/network/
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/network-chat
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/connection.cpp
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/client.cpp
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/connection.h
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/chatdialog.h
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/client.h
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/server.cpp
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/chatdialog.cpp
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/peermanager.h
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/peermanager.cpp
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/server.h
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/network-chat.pro
usr/local/QtEmbedded-4.5.2/examples/network/network-chat/chatdialog.ui
usr/local/QtEmbedded-4.5.2/examples/network/googlesuggest/
usr/local/QtEmbedded-4.5.2/examples/network/googlesuggest/googlesuggest
usr/local/QtEmbedded-4.5.2/examples/network/googlesuggest/googlesuggest.h
usr/local/QtEmbedded-4.5.2/examples/network/googlesuggest/searchbox.h
usr/local/QtEmbedded-4.5.2/examples/network/googlesuggest/googlesuggest.pro
usr/local/QtEmbedded-4.5.2/examples/network/googlesuggest/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/googlesuggest/searchbox.cpp
usr/local/QtEmbedded-4.5.2/examples/network/googlesuggest/googlesuggest.cpp
usr/local/QtEmbedded-4.5.2/examples/network/broadcastreceiver/
usr/local/QtEmbedded-4.5.2/examples/network/broadcastreceiver/broadcastreceiver
usr/local/QtEmbedded-4.5.2/examples/network/broadcastreceiver/receiver.h
usr/local/QtEmbedded-4.5.2/examples/network/broadcastreceiver/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/broadcastreceiver/broadcastreceiver.pro
usr/local/QtEmbedded-4.5.2/examples/network/broadcastreceiver/receiver.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/
usr/local/QtEmbedded-4.5.2/examples/network/torrent/connectionmanager.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/torrent
usr/local/QtEmbedded-4.5.2/examples/network/torrent/filemanager.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/player_pause.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/exit.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/stop.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/player_stop.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/bottom.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/edit_add.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/peertopeer.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/1uparrow.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/edit_remove.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/player_play.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons/1downarrow.png
usr/local/QtEmbedded-4.5.2/examples/network/torrent/torrentserver.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/metainfo.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/peerwireclient.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/trackerclient.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/trackerclient.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/ratecontroller.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/torrentclient.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/peerwireclient.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/torrent.pro
usr/local/QtEmbedded-4.5.2/examples/network/torrent/addtorrentdialog.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/forms/
usr/local/QtEmbedded-4.5.2/examples/network/torrent/forms/addtorrentform.ui
usr/local/QtEmbedded-4.5.2/examples/network/torrent/torrentclient.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/bencodeparser.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/addtorrentdialog.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/connectionmanager.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/filemanager.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/bencodeparser.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/metainfo.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/torrent/ratecontroller.h
usr/local/QtEmbedded-4.5.2/examples/network/torrent/icons.qrc
usr/local/QtEmbedded-4.5.2/examples/network/torrent/torrentserver.cpp
usr/local/QtEmbedded-4.5.2/examples/network/downloadmanager/
usr/local/QtEmbedded-4.5.2/examples/network/downloadmanager/textprogressbar.h
usr/local/QtEmbedded-4.5.2/examples/network/downloadmanager/downloadmanager.pro
usr/local/QtEmbedded-4.5.2/examples/network/downloadmanager/downloadmanager.h
usr/local/QtEmbedded-4.5.2/examples/network/downloadmanager/downloadmanager
usr/local/QtEmbedded-4.5.2/examples/network/downloadmanager/textprogressbar.cpp
usr/local/QtEmbedded-4.5.2/examples/network/downloadmanager/downloadmanager.cpp
usr/local/QtEmbedded-4.5.2/examples/network/downloadmanager/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/broadcastsender/
usr/local/QtEmbedded-4.5.2/examples/network/broadcastsender/sender.h
usr/local/QtEmbedded-4.5.2/examples/network/broadcastsender/sender.cpp
usr/local/QtEmbedded-4.5.2/examples/network/broadcastsender/broadcastsender
usr/local/QtEmbedded-4.5.2/examples/network/broadcastsender/broadcastsender.pro
usr/local/QtEmbedded-4.5.2/examples/network/broadcastsender/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/network.pro
usr/local/QtEmbedded-4.5.2/examples/network/fortuneserver/
usr/local/QtEmbedded-4.5.2/examples/network/fortuneserver/server.cpp
usr/local/QtEmbedded-4.5.2/examples/network/fortuneserver/fortuneserver
usr/local/QtEmbedded-4.5.2/examples/network/fortuneserver/server.h
usr/local/QtEmbedded-4.5.2/examples/network/fortuneserver/fortuneserver.pro
usr/local/QtEmbedded-4.5.2/examples/network/fortuneserver/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/loopback/
usr/local/QtEmbedded-4.5.2/examples/network/loopback/dialog.h
usr/local/QtEmbedded-4.5.2/examples/network/loopback/loopback
usr/local/QtEmbedded-4.5.2/examples/network/loopback/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/loopback/dialog.cpp
usr/local/QtEmbedded-4.5.2/examples/network/loopback/loopback.pro
usr/local/QtEmbedded-4.5.2/examples/network/ftp/
usr/local/QtEmbedded-4.5.2/examples/network/ftp/ftp.qrc
usr/local/QtEmbedded-4.5.2/examples/network/ftp/ftpwindow.h
usr/local/QtEmbedded-4.5.2/examples/network/ftp/images/
usr/local/QtEmbedded-4.5.2/examples/network/ftp/images/dir.png
usr/local/QtEmbedded-4.5.2/examples/network/ftp/images/cdtoparent.png
usr/local/QtEmbedded-4.5.2/examples/network/ftp/images/file.png
usr/local/QtEmbedded-4.5.2/examples/network/ftp/ftpwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/network/ftp/ftp.pro
usr/local/QtEmbedded-4.5.2/examples/network/ftp/ftp
usr/local/QtEmbedded-4.5.2/examples/network/ftp/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/download/
usr/local/QtEmbedded-4.5.2/examples/network/download/download
usr/local/QtEmbedded-4.5.2/examples/network/download/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/download/download.pro
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/threadedfortuneserver.pro
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/fortuneserver.h
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/fortunethread.h
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/fortuneserver.cpp
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/fortunethread.cpp
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/dialog.h
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/threadedfortuneserver
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/threadedfortuneserver/dialog.cpp
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/certificateinfo.ui
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/sslclient.cpp
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/sslclient.h
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/securesocketclient.pro
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/securesocketclient.qrc
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/certificateinfo.h
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/sslerrors.ui
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/sslclient.ui
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/certificateinfo.cpp
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/securesocketclient
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/securesocketclient/encrypted.png
usr/local/QtEmbedded-4.5.2/examples/network/http/
usr/local/QtEmbedded-4.5.2/examples/network/http/httpwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/network/http/http.pro
usr/local/QtEmbedded-4.5.2/examples/network/http/httpwindow.h
usr/local/QtEmbedded-4.5.2/examples/network/http/authenticationdialog.ui
usr/local/QtEmbedded-4.5.2/examples/network/http/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/http/http
usr/local/QtEmbedded-4.5.2/examples/network/blockingfortuneclient/
usr/local/QtEmbedded-4.5.2/examples/network/blockingfortuneclient/blockingclient.h
usr/local/QtEmbedded-4.5.2/examples/network/blockingfortuneclient/fortunethread.h
usr/local/QtEmbedded-4.5.2/examples/network/blockingfortuneclient/blockingfortuneclient.pro
usr/local/QtEmbedded-4.5.2/examples/network/blockingfortuneclient/fortunethread.cpp
usr/local/QtEmbedded-4.5.2/examples/network/blockingfortuneclient/blockingclient.cpp
usr/local/QtEmbedded-4.5.2/examples/network/blockingfortuneclient/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/blockingfortuneclient/blockingfortuneclient
usr/local/QtEmbedded-4.5.2/examples/network/fortuneclient/
usr/local/QtEmbedded-4.5.2/examples/network/fortuneclient/fortuneclient.pro
usr/local/QtEmbedded-4.5.2/examples/network/fortuneclient/client.cpp
usr/local/QtEmbedded-4.5.2/examples/network/fortuneclient/client.h
usr/local/QtEmbedded-4.5.2/examples/network/fortuneclient/main.cpp
usr/local/QtEmbedded-4.5.2/examples/network/fortuneclient/fortuneclient
usr/local/QtEmbedded-4.5.2/examples/network/README
usr/local/QtEmbedded-4.5.2/examples/draganddrop/
usr/local/QtEmbedded-4.5.2/examples/draganddrop/delayedencoding/
usr/local/QtEmbedded-4.5.2/examples/draganddrop/delayedencoding/delayedencoding
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/draggableicons.qrc
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/draggableicons
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/images/
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/images/house.png
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/images/boat.png
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/images/car.png
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/dragwidget.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/draggableicons.pro
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/dragwidget.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggableicons/main.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draganddrop.pro
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/pieceslist.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/puzzlewidget.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/puzzle.qrc
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/puzzle
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/mainwindow.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/puzzle.pro
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/main.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/puzzlewidget.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/pieceslist.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/puzzle/example.jpg
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/fridgemagnets.qrc
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/draglabel.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/draglabel.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/words.txt
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/dragwidget.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/dragwidget.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/fridgemagnets.pro
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/fridgemagnets
usr/local/QtEmbedded-4.5.2/examples/draganddrop/fridgemagnets/main.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/dropsite/
usr/local/QtEmbedded-4.5.2/examples/draganddrop/dropsite/droparea.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/dropsite/dropsitewindow.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/dropsite/dropsitewindow.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/dropsite/dropsite.pro
usr/local/QtEmbedded-4.5.2/examples/draganddrop/dropsite/main.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/dropsite/dropsite
usr/local/QtEmbedded-4.5.2/examples/draganddrop/dropsite/droparea.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/draglabel.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/draggabletext.pro
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/draglabel.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/words.txt
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/dragwidget.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/dragwidget.h
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/draggabletext.qrc
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/main.cpp
usr/local/QtEmbedded-4.5.2/examples/draganddrop/draggabletext/draggabletext
usr/local/QtEmbedded-4.5.2/examples/draganddrop/README
usr/local/QtEmbedded-4.5.2/examples/README
usr/local/QtEmbedded-4.5.2/setenv-arm.sh~
usr/local/QtEmbedded-4.5.2/lib/
usr/local/QtEmbedded-4.5.2/lib/libQt3Support.so
usr/local/QtEmbedded-4.5.2/lib/libQtCore.prl
usr/local/QtEmbedded-4.5.2/lib/libQtSql.so
usr/local/QtEmbedded-4.5.2/lib/libQtTest.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtSql.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtGui.so
usr/local/QtEmbedded-4.5.2/lib/libQtCore.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQt3Support.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtSvg.prl
usr/local/QtEmbedded-4.5.2/lib/libQtXml.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtSql.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQtXml.prl
usr/local/QtEmbedded-4.5.2/lib/libQtCore.so
usr/local/QtEmbedded-4.5.2/lib/libQtNetwork.prl
usr/local/QtEmbedded-4.5.2/lib/libQt3Support.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtXml.so
usr/local/QtEmbedded-4.5.2/lib/libQtSvg.la
usr/local/QtEmbedded-4.5.2/lib/libQtTest.so
usr/local/QtEmbedded-4.5.2/lib/libQtScript.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtSvg.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtCore.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtNetwork.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtGui.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQtGui.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtCore.la
usr/local/QtEmbedded-4.5.2/lib/libQtScriptTools.prl
usr/local/QtEmbedded-4.5.2/lib/libQtTest.so.4.5
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtNetwork.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtScriptTools.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtGui.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtSvg.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtTest.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtScript.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtSql.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtXml.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/Qt3Support.pc
usr/local/QtEmbedded-4.5.2/lib/pkgconfig/QtCore.pc
usr/local/QtEmbedded-4.5.2/lib/libQt3Support.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQtSvg.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtTest.prl
usr/local/QtEmbedded-4.5.2/lib/libQtScript.so.4
usr/local/QtEmbedded-4.5.2/lib/libQt3Support.la
usr/local/QtEmbedded-4.5.2/lib/libQtNetwork.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQtTest.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/fonts/
usr/local/QtEmbedded-4.5.2/lib/fonts/l047013t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/unifont_160_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_180_75i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_120_75.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_100_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/UTBI____.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/l049013t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSans.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_80_75i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/l047033t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_120_75i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/c0633bt_.pfb
usr/local/QtEmbedded-4.5.2/lib/fonts/micro_40_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_240_75i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSansMono-Bold.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_100_75.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_120_50i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_240_50i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraBI.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_180_50i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSerif-BoldOblique.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/l048013t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_140_50i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraSe.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/UTB_____.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/c0419bt_.pfb
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraSeBd.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSerif.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraMoBd.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/c0611bt_.pfb
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSansMono-BoldOblique.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/l048016t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/l048033t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_140_75i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/courb.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/japanese_230_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSerif-Oblique.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSans-BoldOblique.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraMoBI.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/fixed_70_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/l049033t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_240_75.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/l049036t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraMono.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_120_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/l049016t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_180_75.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/fixed_120_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_80_75.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/l047036t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/couri.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/c0648bt_.pfb
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_100_50i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/cour.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_80_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/l048036t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraMoIt.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/c0649bt_.pfb
usr/local/QtEmbedded-4.5.2/lib/fonts/l047016t.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_80_50i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraIt.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/c0583bt_.pfb
usr/local/QtEmbedded-4.5.2/lib/fonts/Vera.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/VeraBd.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSansMono-Oblique.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSerif-Bold.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/UTRG____.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_180_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_140_75.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/cursor.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/c0632bt_.pfb
usr/local/QtEmbedded-4.5.2/lib/fonts/UTI_____.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_100_75i.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_240_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/helvetica_140_50.qpf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSansMono.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSans-Oblique.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/DejaVuSans-Bold.ttf
usr/local/QtEmbedded-4.5.2/lib/fonts/courbi.pfa
usr/local/QtEmbedded-4.5.2/lib/fonts/c0582bt_.pfb
usr/local/QtEmbedded-4.5.2/lib/fonts/README
usr/local/QtEmbedded-4.5.2/lib/libQtCore.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtScriptTools.la
usr/local/QtEmbedded-4.5.2/lib/libQtScriptTools.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQt3Support.prl
usr/local/QtEmbedded-4.5.2/lib/libQtSql.la
usr/local/QtEmbedded-4.5.2/lib/libQtGui.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtGui.la
usr/local/QtEmbedded-4.5.2/lib/libQtScript.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQtNetwork.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtSql.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtGui.prl
usr/local/QtEmbedded-4.5.2/lib/libQtSvg.so
usr/local/QtEmbedded-4.5.2/lib/libQtScriptTools.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtSql.prl
usr/local/QtEmbedded-4.5.2/lib/libQtSvg.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQtXml.so.4
usr/local/QtEmbedded-4.5.2/lib/libQtNetwork.la
usr/local/QtEmbedded-4.5.2/lib/libQtScript.prl
usr/local/QtEmbedded-4.5.2/lib/libQtXml.la
usr/local/QtEmbedded-4.5.2/lib/libQtNetwork.so
usr/local/QtEmbedded-4.5.2/lib/libQtScriptTools.so.4.5.2
usr/local/QtEmbedded-4.5.2/lib/libQtXml.so.4.5
usr/local/QtEmbedded-4.5.2/lib/libQtScriptTools.so
usr/local/QtEmbedded-4.5.2/lib/libQtTest.la
usr/local/QtEmbedded-4.5.2/lib/libQtScript.so
usr/local/QtEmbedded-4.5.2/lib/libQtScript.la
usr/local/QtEmbedded-4.5.2/demos/
usr/local/QtEmbedded-4.5.2/demos/demos.pro
usr/local/QtEmbedded-4.5.2/demos/mainwindow/
usr/local/QtEmbedded-4.5.2/demos/mainwindow/mainwindow
usr/local/QtEmbedded-4.5.2/demos/mainwindow/mainwindow.pro
usr/local/QtEmbedded-4.5.2/demos/mainwindow/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/demos/mainwindow/qt.png
usr/local/QtEmbedded-4.5.2/demos/mainwindow/mainwindow.qrc
usr/local/QtEmbedded-4.5.2/demos/mainwindow/titlebarLeft.png
usr/local/QtEmbedded-4.5.2/demos/mainwindow/titlebarCenter.png
usr/local/QtEmbedded-4.5.2/demos/mainwindow/colorswatch.cpp
usr/local/QtEmbedded-4.5.2/demos/mainwindow/mainwindow.h
usr/local/QtEmbedded-4.5.2/demos/mainwindow/colorswatch.h
usr/local/QtEmbedded-4.5.2/demos/mainwindow/toolbar.h
usr/local/QtEmbedded-4.5.2/demos/mainwindow/titlebarRight.png
usr/local/QtEmbedded-4.5.2/demos/mainwindow/main.cpp
usr/local/QtEmbedded-4.5.2/demos/mainwindow/toolbar.cpp
usr/local/QtEmbedded-4.5.2/demos/shared/
usr/local/QtEmbedded-4.5.2/demos/shared/hoverpoints.h
usr/local/QtEmbedded-4.5.2/demos/shared/hoverpoints.cpp
usr/local/QtEmbedded-4.5.2/demos/shared/shared.qrc
usr/local/QtEmbedded-4.5.2/demos/shared/shared.pro
usr/local/QtEmbedded-4.5.2/demos/shared/images/
usr/local/QtEmbedded-4.5.2/demos/shared/images/radiobutton-on.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/groupframe_bottom_right.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/groupframe_right_stretch.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/button_normal_stretch.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/groupframe_bottom_stretch.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/frame_left.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/button_normal_cap_right.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/groupframe_bottom_left.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/curve_thing_edit-6.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/title_stretch.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/frame_bottomleft.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/line_dotted.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/frame_right.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/frame_bottom.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/line_dash_dot.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/slider_thumb_off.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/button_pressed_cap_left.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/bg_pattern.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/groupframe_topright.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/frame_topleft.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/radiobutton_on.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/frame_topright.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/line_dash_dot_dot.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/groupframe_top_stretch.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/line_solid.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/radiobutton-off.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/groupframe_topleft.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/radiobutton_off.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/button_normal_cap_left.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/frame_top.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/frame_bottomright.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/button_pressed_stretch.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/button_pressed_cap_right.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/title_cap_right.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/title_cap_left.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/groupframe_left_stretch.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/slider_bar.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/line_dashed.png
usr/local/QtEmbedded-4.5.2/demos/shared/images/slider_thumb_on.png
usr/local/QtEmbedded-4.5.2/demos/shared/arthurwidgets.h
usr/local/QtEmbedded-4.5.2/demos/shared/arthurstyle.cpp
usr/local/QtEmbedded-4.5.2/demos/shared/arthurstyle.h
usr/local/QtEmbedded-4.5.2/demos/shared/arthurwidgets.cpp
usr/local/QtEmbedded-4.5.2/demos/shared/shared.pri
usr/local/QtEmbedded-4.5.2/demos/embedded/
usr/local/QtEmbedded-4.5.2/demos/embedded/styledemo/
usr/local/QtEmbedded-4.5.2/demos/embedded/styledemo/styledemo.pro
usr/local/QtEmbedded-4.5.2/demos/embedded/styledemo/styledemo.qrc
usr/local/QtEmbedded-4.5.2/demos/embedded/styledemo/styledemo
usr/local/QtEmbedded-4.5.2/demos/embedded/styledemo/stylewidget.ui
usr/local/QtEmbedded-4.5.2/demos/embedded/styledemo/stylewidget.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/styledemo/main.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/styledemo/stylewidget.h
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/config.xml
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/pathstroke.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/embeddedsvgviewer.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/styledemo.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/wiggly.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/deform.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/concentriccircles.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/mediaplayer.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/screenshots/elasticnodes.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slides/
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slides/demo_1.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slides/demo_6.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slides/demo_5.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slides/demo_2.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slides/demo_3.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slides/demo_4.png
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/demoapplication.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/fluidlauncher
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/fluidlauncher.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/demoapplication.h
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/pictureflow.h
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/fluidlauncher.pro
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slideshow.h
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/fluidlauncher.h
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/main.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/slideshow.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/fluidlauncher/pictureflow.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/embedded.pro
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/shapes.svg
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/embeddedsvgviewer.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/embeddedsvgviewer.h
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/spheres.svg
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/embeddedsvgviewer.qrc
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/files/
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/files/v-slider-handle.svg
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/files/default.svg
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/embeddedsvgviewer.pro
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/main.cpp
usr/local/QtEmbedded-4.5.2/demos/embedded/embeddedsvgviewer/embeddedsvgviewer
usr/local/QtEmbedded-4.5.2/demos/composition/
usr/local/QtEmbedded-4.5.2/demos/composition/composition.qrc
usr/local/QtEmbedded-4.5.2/demos/composition/flower_alpha.jpg
usr/local/QtEmbedded-4.5.2/demos/composition/composition.html
usr/local/QtEmbedded-4.5.2/demos/composition/flower.jpg
usr/local/QtEmbedded-4.5.2/demos/composition/composition
usr/local/QtEmbedded-4.5.2/demos/composition/composition.h
usr/local/QtEmbedded-4.5.2/demos/composition/composition.cpp
usr/local/QtEmbedded-4.5.2/demos/composition/main.cpp
usr/local/QtEmbedded-4.5.2/demos/composition/composition.pro
usr/local/QtEmbedded-4.5.2/demos/undo/
usr/local/QtEmbedded-4.5.2/demos/undo/document.cpp
usr/local/QtEmbedded-4.5.2/demos/undo/icons/
usr/local/QtEmbedded-4.5.2/demos/undo/icons/exit.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/green.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/filenew.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/redo.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/remove.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/red.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/undo.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/blue.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/fileopen.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/background.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/rectangle.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/circle.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/fileclose.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/filesave.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/ok.png
usr/local/QtEmbedded-4.5.2/demos/undo/icons/triangle.png
usr/local/QtEmbedded-4.5.2/demos/undo/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/demos/undo/undo
usr/local/QtEmbedded-4.5.2/demos/undo/document.h
usr/local/QtEmbedded-4.5.2/demos/undo/mainwindow.h
usr/local/QtEmbedded-4.5.2/demos/undo/commands.cpp
usr/local/QtEmbedded-4.5.2/demos/undo/main.cpp
usr/local/QtEmbedded-4.5.2/demos/undo/undo.pro
usr/local/QtEmbedded-4.5.2/demos/undo/undo.qrc
usr/local/QtEmbedded-4.5.2/demos/undo/mainwindow.ui
usr/local/QtEmbedded-4.5.2/demos/undo/commands.h
usr/local/QtEmbedded-4.5.2/demos/chip/
usr/local/QtEmbedded-4.5.2/demos/chip/qt4logo.png
usr/local/QtEmbedded-4.5.2/demos/chip/rotateleft.png
usr/local/QtEmbedded-4.5.2/demos/chip/fileprint.png
usr/local/QtEmbedded-4.5.2/demos/chip/mainwindow.cpp
usr/local/QtEmbedded-4.5.2/demos/chip/view.cpp
usr/local/QtEmbedded-4.5.2/demos/chip/chip.pro
usr/local/QtEmbedded-4.5.2/demos/chip/zoomout.png
usr/local/QtEmbedded-4.5.2/demos/chip/rotateright.png
usr/local/QtEmbedded-4.5.2/demos/chip/images.qrc
usr/local/QtEmbedded-4.5.2/demos/chip/zoomin.png
usr/local/QtEmbedded-4.5.2/demos/chip/chip
usr/local/QtEmbedded-4.5.2/demos/chip/chip.cpp
usr/local/QtEmbedded-4.5.2/demos/chip/view.h
usr/local/QtEmbedded-4.5.2/demos/chip/mainwindow.h
usr/local/QtEmbedded-4.5.2/demos/chip/main.cpp
usr/local/QtEmbedded-4.5.2/demos/chip/chip.h
usr/local/QtEmbedded-4.5.2/demos/books/
usr/local/QtEmbedded-4.5.2/demos/books/books.qrc
usr/local/QtEmbedded-4.5.2/demos/books/initdb.h
usr/local/QtEmbedded-4.5.2/demos/books/images/
usr/local/QtEmbedded-4.5.2/demos/books/images/star.png
usr/local/QtEmbedded-4.5.2/demos/books/bookdelegate.h
usr/local/QtEmbedded-4.5.2/demos/books/books
usr/local/QtEmbedded-4.5.2/demos/books/bookwindow.h
usr/local/QtEmbedded-4.5.2/demos/books/bookwindow.ui
usr/local/QtEmbedded-4.5.2/demos/books/bookwindow.cpp
usr/local/QtEmbedded-4.5.2/demos/books/main.cpp
usr/local/QtEmbedded-4.5.2/demos/books/books.pro
usr/local/QtEmbedded-4.5.2/demos/books/bookdelegate.cpp
usr/local/QtEmbedded-4.5.2/demos/interview/
usr/local/QtEmbedded-4.5.2/demos/interview/images/
usr/local/QtEmbedded-4.5.2/demos/interview/images/folder.png
usr/local/QtEmbedded-4.5.2/demos/interview/images/interview.png
usr/local/QtEmbedded-4.5.2/demos/interview/images/services.png
usr/local/QtEmbedded-4.5.2/demos/interview/interview
usr/local/QtEmbedded-4.5.2/demos/interview/model.h
usr/local/QtEmbedded-4.5.2/demos/interview/main.cpp
usr/local/QtEmbedded-4.5.2/demos/interview/interview.pro
usr/local/QtEmbedded-4.5.2/demos/interview/model.cpp
usr/local/QtEmbedded-4.5.2/demos/interview/interview.qrc
usr/local/QtEmbedded-4.5.2/demos/interview/README
usr/local/QtEmbedded-4.5.2/demos/gradients/
usr/local/QtEmbedded-4.5.2/demos/gradients/gradients.cpp
usr/local/QtEmbedded-4.5.2/demos/gradients/gradients.pro
usr/local/QtEmbedded-4.5.2/demos/gradients/gradients.h
usr/local/QtEmbedded-4.5.2/demos/gradients/gradients
usr/local/QtEmbedded-4.5.2/demos/gradients/gradients.html
usr/local/QtEmbedded-4.5.2/demos/gradients/main.cpp
usr/local/QtEmbedded-4.5.2/demos/gradients/gradients.qrc
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/printview.h
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheet.qrc
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/printview.cpp
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheetdelegate.h
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheetdelegate.cpp
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/images/
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/images/interview.png
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheet.h
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheet.cpp
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheet
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/main.cpp
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheet.pro
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheetitem.cpp
usr/local/QtEmbedded-4.5.2/demos/spreadsheet/spreadsheetitem.h
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/embeddeddialogs.pro
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/No-Ones-Laughing-3.jpg
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/customproxy.h
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/embeddeddialog.ui
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/customproxy.cpp
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/embeddeddialogs.qrc
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/embeddeddialog.cpp
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/embeddeddialogs
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/main.cpp
usr/local/QtEmbedded-4.5.2/demos/embeddeddialogs/embeddeddialog.h
usr/local/QtEmbedded-4.5.2/demos/deform/
usr/local/QtEmbedded-4.5.2/demos/deform/pathdeform.h
usr/local/QtEmbedded-4.5.2/demos/deform/pathdeform.cpp
usr/local/QtEmbedded-4.5.2/demos/deform/deform.qrc
usr/local/QtEmbedded-4.5.2/demos/deform/pathdeform.html
usr/local/QtEmbedded-4.5.2/demos/deform/deform.pro
usr/local/QtEmbedded-4.5.2/demos/deform/main.cpp
usr/local/QtEmbedded-4.5.2/demos/deform/deform
usr/local/QtEmbedded-4.5.2/demos/textedit/
usr/local/QtEmbedded-4.5.2/demos/textedit/textedit.pro
usr/local/QtEmbedded-4.5.2/demos/textedit/textedit.qrc
usr/local/QtEmbedded-4.5.2/demos/textedit/images/
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/editpaste.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/filenew.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/textbold.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/fileprint.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/textjustify.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/zoomout.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/zoomin.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/fileopen.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/textunder.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/editredo.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/exportpdf.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/filesave.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/editundo.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/textcenter.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/editcopy.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/textitalic.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/textleft.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/editcut.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/mac/textright.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/editpaste.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/filenew.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/textbold.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/fileprint.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/textjustify.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/zoomout.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/zoomin.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/fileopen.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/textunder.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/editredo.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/exportpdf.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/filesave.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/editundo.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/textcenter.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/editcopy.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/textitalic.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/textleft.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/editcut.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/win/textright.png
usr/local/QtEmbedded-4.5.2/demos/textedit/images/logo32.png
usr/local/QtEmbedded-4.5.2/demos/textedit/textedit.cpp
usr/local/QtEmbedded-4.5.2/demos/textedit/example.html
usr/local/QtEmbedded-4.5.2/demos/textedit/textedit.h
usr/local/QtEmbedded-4.5.2/demos/textedit/main.cpp
usr/local/QtEmbedded-4.5.2/demos/textedit/textedit
usr/local/QtEmbedded-4.5.2/demos/textedit/textedit.doc
usr/local/QtEmbedded-4.5.2/demos/pathstroke/
usr/local/QtEmbedded-4.5.2/demos/pathstroke/pathstroke.cpp
usr/local/QtEmbedded-4.5.2/demos/pathstroke/pathstroke.h
usr/local/QtEmbedded-4.5.2/demos/pathstroke/pathstroke.pro
usr/local/QtEmbedded-4.5.2/demos/pathstroke/main.cpp
usr/local/QtEmbedded-4.5.2/demos/pathstroke/pathstroke.html
usr/local/QtEmbedded-4.5.2/demos/pathstroke/pathstroke.qrc
usr/local/QtEmbedded-4.5.2/demos/pathstroke/pathstroke
usr/local/QtEmbedded-4.5.2/demos/affine/
usr/local/QtEmbedded-4.5.2/demos/affine/xform.h
usr/local/QtEmbedded-4.5.2/demos/affine/bg1.jpg
usr/local/QtEmbedded-4.5.2/demos/affine/affine.pro
usr/local/QtEmbedded-4.5.2/demos/affine/affine.qrc
usr/local/QtEmbedded-4.5.2/demos/affine/xform.html
usr/local/QtEmbedded-4.5.2/demos/affine/xform.cpp
usr/local/QtEmbedded-4.5.2/demos/affine/main.cpp
usr/local/QtEmbedded-4.5.2/demos/affine/affine
usr/local/QtEmbedded-4.5.2/demos/README
usr/local/QtEmbedded-4.5.2/setenv-arm.sh
usr/local/qtopia-titles-jp.tar.gz
usr/share/
usr/share/usb.ids
usr/share/zoneinfo/
usr/share/zoneinfo/Factory
usr/share/zoneinfo/Eire
usr/share/zoneinfo/EST
usr/share/zoneinfo/Cuba
usr/share/zoneinfo/Kwajalein
usr/share/zoneinfo/Atlantic/
usr/share/zoneinfo/Atlantic/Faeroe
usr/share/zoneinfo/Atlantic/Jan_Mayen
usr/share/zoneinfo/Atlantic/Cape_Verde
usr/share/zoneinfo/Atlantic/Bermuda
usr/share/zoneinfo/Atlantic/South_Georgia
usr/share/zoneinfo/Atlantic/Madeira
usr/share/zoneinfo/Atlantic/Stanley
usr/share/zoneinfo/Atlantic/Reykjavik
usr/share/zoneinfo/Atlantic/St_Helena
usr/share/zoneinfo/Atlantic/Canary
usr/share/zoneinfo/Atlantic/Azores
usr/share/zoneinfo/Universal
usr/share/zoneinfo/Jamaica
usr/share/zoneinfo/W-SU
usr/share/zoneinfo/Chile/
usr/share/zoneinfo/Chile/Continental
usr/share/zoneinfo/Chile/EasterIsland
usr/share/zoneinfo/Antarctica/
usr/share/zoneinfo/Antarctica/Mawson
usr/share/zoneinfo/Antarctica/Vostok
usr/share/zoneinfo/Antarctica/DumontDUrville
usr/share/zoneinfo/Antarctica/Syowa
usr/share/zoneinfo/Antarctica/Palmer
usr/share/zoneinfo/Antarctica/McMurdo
usr/share/zoneinfo/Antarctica/Davis
usr/share/zoneinfo/Antarctica/South_Pole
usr/share/zoneinfo/Antarctica/Casey
usr/share/zoneinfo/PST8PDT
usr/share/zoneinfo/CET
usr/share/zoneinfo/zone.tab
usr/share/zoneinfo/EST5EDT
usr/share/zoneinfo/Mexico/
usr/share/zoneinfo/Mexico/BajaNorte
usr/share/zoneinfo/Mexico/General
usr/share/zoneinfo/Mexico/BajaSur
usr/share/zoneinfo/GMT0
usr/share/zoneinfo/Japan
usr/share/zoneinfo/Etc/
usr/share/zoneinfo/Etc/GMT-8
usr/share/zoneinfo/Etc/GMT-9
usr/share/zoneinfo/Etc/GMT+2
usr/share/zoneinfo/Etc/GMT+1
usr/share/zoneinfo/Etc/Universal
usr/share/zoneinfo/Etc/GMT+9
usr/share/zoneinfo/Etc/GMT+3
usr/share/zoneinfo/Etc/GMT-1
usr/share/zoneinfo/Etc/GMT+7
usr/share/zoneinfo/Etc/GMT+4
usr/share/zoneinfo/Etc/GMT0
usr/share/zoneinfo/Etc/GMT+12
usr/share/zoneinfo/Etc/GMT-14
usr/share/zoneinfo/Etc/GMT-7
usr/share/zoneinfo/Etc/Zulu
usr/share/zoneinfo/Etc/GMT-3
usr/share/zoneinfo/Etc/GMT+0
usr/share/zoneinfo/Etc/GMT+10
usr/share/zoneinfo/Etc/GMT+6
usr/share/zoneinfo/Etc/GMT-0
usr/share/zoneinfo/Etc/UCT
usr/share/zoneinfo/Etc/GMT+8
usr/share/zoneinfo/Etc/GMT+5
usr/share/zoneinfo/Etc/GMT-2
usr/share/zoneinfo/Etc/GMT-5
usr/share/zoneinfo/Etc/GMT-10
usr/share/zoneinfo/Etc/GMT
usr/share/zoneinfo/Etc/Greenwich
usr/share/zoneinfo/Etc/UTC
usr/share/zoneinfo/Etc/GMT-13
usr/share/zoneinfo/Etc/GMT+11
usr/share/zoneinfo/Etc/GMT-12
usr/share/zoneinfo/Etc/GMT-11
usr/share/zoneinfo/Etc/GMT-4
usr/share/zoneinfo/Etc/GMT-6
usr/share/zoneinfo/America/
usr/share/zoneinfo/America/Port_of_Spain
usr/share/zoneinfo/America/Kentucky/
usr/share/zoneinfo/America/Kentucky/Monticello
usr/share/zoneinfo/America/Kentucky/Louisville
usr/share/zoneinfo/America/Inuvik
usr/share/zoneinfo/America/Cuiaba
usr/share/zoneinfo/America/Tijuana
usr/share/zoneinfo/America/Santo_Domingo
usr/share/zoneinfo/America/Los_Angeles
usr/share/zoneinfo/America/Santiago
usr/share/zoneinfo/America/Tortola
usr/share/zoneinfo/America/Indianapolis
usr/share/zoneinfo/America/Adak
usr/share/zoneinfo/America/Anchorage
usr/share/zoneinfo/America/Knox_IN
usr/share/zoneinfo/America/Lima
usr/share/zoneinfo/America/Chihuahua
usr/share/zoneinfo/America/Jamaica
usr/share/zoneinfo/America/Asuncion
usr/share/zoneinfo/America/Rosario
usr/share/zoneinfo/America/Port-au-Prince
usr/share/zoneinfo/America/Buenos_Aires
usr/share/zoneinfo/America/Guyana
usr/share/zoneinfo/America/Guatemala
usr/share/zoneinfo/America/Cordoba
usr/share/zoneinfo/America/Managua
usr/share/zoneinfo/America/Panama
usr/share/zoneinfo/America/Cambridge_Bay
usr/share/zoneinfo/America/Costa_Rica
usr/share/zoneinfo/America/Danmarkshavn
usr/share/zoneinfo/America/Mazatlan
usr/share/zoneinfo/America/Glace_Bay
usr/share/zoneinfo/America/Atka
usr/share/zoneinfo/America/Cancun
usr/share/zoneinfo/America/Mendoza
usr/share/zoneinfo/America/Bogota
usr/share/zoneinfo/America/Dominica
usr/share/zoneinfo/America/Indiana/
usr/share/zoneinfo/America/Indiana/Indianapolis
usr/share/zoneinfo/America/Indiana/Marengo
usr/share/zoneinfo/America/Indiana/Knox
usr/share/zoneinfo/America/Indiana/Vevay
usr/share/zoneinfo/America/Phoenix
usr/share/zoneinfo/America/El_Salvador
usr/share/zoneinfo/America/Porto_Velho
usr/share/zoneinfo/America/Montevideo
usr/share/zoneinfo/America/Araguaina
usr/share/zoneinfo/America/La_Paz
usr/share/zoneinfo/America/Guadeloupe
usr/share/zoneinfo/America/Chicago
usr/share/zoneinfo/America/Dawson
usr/share/zoneinfo/America/St_Thomas
usr/share/zoneinfo/America/Sao_Paulo
usr/share/zoneinfo/America/Mexico_City
usr/share/zoneinfo/America/Iqaluit
usr/share/zoneinfo/America/Cayman
usr/share/zoneinfo/America/Puerto_Rico
usr/share/zoneinfo/America/Havana
usr/share/zoneinfo/America/Cayenne
usr/share/zoneinfo/America/Nassau
usr/share/zoneinfo/America/Noronha
usr/share/zoneinfo/America/Juneau
usr/share/zoneinfo/America/Monterrey
usr/share/zoneinfo/America/Fortaleza
usr/share/zoneinfo/America/Nipigon
usr/share/zoneinfo/America/Halifax
usr/share/zoneinfo/America/Catamarca
usr/share/zoneinfo/America/St_Lucia
usr/share/zoneinfo/America/Regina
usr/share/zoneinfo/America/Denver
usr/share/zoneinfo/America/Curacao
usr/share/zoneinfo/America/Shiprock
usr/share/zoneinfo/America/Whitehorse
usr/share/zoneinfo/America/Godthab
usr/share/zoneinfo/America/Belem
usr/share/zoneinfo/America/Boa_Vista
usr/share/zoneinfo/America/Yellowknife
usr/share/zoneinfo/America/Hermosillo
usr/share/zoneinfo/America/Antigua
usr/share/zoneinfo/America/Caracas
usr/share/zoneinfo/America/Thule
usr/share/zoneinfo/America/Virgin
usr/share/zoneinfo/America/Rio_Branco
usr/share/zoneinfo/America/Anguilla
usr/share/zoneinfo/America/Barbados
usr/share/zoneinfo/America/Manaus
usr/share/zoneinfo/America/Fort_Wayne
usr/share/zoneinfo/America/North_Dakota/
usr/share/zoneinfo/America/North_Dakota/Center
usr/share/zoneinfo/America/Detroit
usr/share/zoneinfo/America/Pangnirtung
usr/share/zoneinfo/America/Edmonton
usr/share/zoneinfo/America/Porto_Acre
usr/share/zoneinfo/America/Ensenada
usr/share/zoneinfo/America/Scoresbysund
usr/share/zoneinfo/America/Aruba
usr/share/zoneinfo/America/Yakutat
usr/share/zoneinfo/America/New_York
usr/share/zoneinfo/America/Louisville
usr/share/zoneinfo/America/Paramaribo
usr/share/zoneinfo/America/Eirunepe
usr/share/zoneinfo/America/St_Kitts
usr/share/zoneinfo/America/Boise
usr/share/zoneinfo/America/Nome
usr/share/zoneinfo/America/Tegucigalpa
usr/share/zoneinfo/America/Montreal
usr/share/zoneinfo/America/Rankin_Inlet
usr/share/zoneinfo/America/Goose_Bay
usr/share/zoneinfo/America/Dawson_Creek
usr/share/zoneinfo/America/Jujuy
usr/share/zoneinfo/America/Guayaquil
usr/share/zoneinfo/America/Montserrat
usr/share/zoneinfo/America/Thunder_Bay
usr/share/zoneinfo/America/Recife
usr/share/zoneinfo/America/Vancouver
usr/share/zoneinfo/America/Miquelon
usr/share/zoneinfo/America/Rainy_River
usr/share/zoneinfo/America/Martinique
usr/share/zoneinfo/America/Winnipeg
usr/share/zoneinfo/America/St_Johns
usr/share/zoneinfo/America/Maceio
usr/share/zoneinfo/America/Swift_Current
usr/share/zoneinfo/America/Grenada
usr/share/zoneinfo/America/Belize
usr/share/zoneinfo/America/Merida
usr/share/zoneinfo/America/St_Vincent
usr/share/zoneinfo/America/Grand_Turk
usr/share/zoneinfo/America/Menominee
usr/share/zoneinfo/Zulu
usr/share/zoneinfo/GMT+0
usr/share/zoneinfo/Asia/
usr/share/zoneinfo/Asia/Thimphu
usr/share/zoneinfo/Asia/Riyadh87
usr/share/zoneinfo/Asia/Dacca
usr/share/zoneinfo/Asia/Harbin
usr/share/zoneinfo/Asia/Chongqing
usr/share/zoneinfo/Asia/Irkutsk
usr/share/zoneinfo/Asia/Baku
usr/share/zoneinfo/Asia/Makassar
usr/share/zoneinfo/Asia/Qatar
usr/share/zoneinfo/Asia/Ashkhabad
usr/share/zoneinfo/Asia/Tashkent
usr/share/zoneinfo/Asia/Yerevan
usr/share/zoneinfo/Asia/Taipei
usr/share/zoneinfo/Asia/Ashgabat
usr/share/zoneinfo/Asia/Omsk
usr/share/zoneinfo/Asia/Yekaterinburg
usr/share/zoneinfo/Asia/Kuwait
usr/share/zoneinfo/Asia/Almaty
usr/share/zoneinfo/Asia/Damascus
usr/share/zoneinfo/Asia/Ujung_Pandang
usr/share/zoneinfo/Asia/Urumqi
usr/share/zoneinfo/Asia/Nicosia
usr/share/zoneinfo/Asia/Tehran
usr/share/zoneinfo/Asia/Shanghai
usr/share/zoneinfo/Asia/Hovd
usr/share/zoneinfo/Asia/Yakutsk
usr/share/zoneinfo/Asia/Manila
usr/share/zoneinfo/Asia/Riyadh
usr/share/zoneinfo/Asia/Muscat
usr/share/zoneinfo/Asia/Novosibirsk
usr/share/zoneinfo/Asia/Thimbu
usr/share/zoneinfo/Asia/Amman
usr/share/zoneinfo/Asia/Rangoon
usr/share/zoneinfo/Asia/Pontianak
usr/share/zoneinfo/Asia/Katmandu
usr/share/zoneinfo/Asia/Dushanbe
usr/share/zoneinfo/Asia/Vladivostok
usr/share/zoneinfo/Asia/Oral
usr/share/zoneinfo/Asia/Singapore
usr/share/zoneinfo/Asia/Samarkand
usr/share/zoneinfo/Asia/Krasnoyarsk
usr/share/zoneinfo/Asia/Dhaka
usr/share/zoneinfo/Asia/Tel_Aviv
usr/share/zoneinfo/Asia/Brunei
usr/share/zoneinfo/Asia/Choibalsan
usr/share/zoneinfo/Asia/Aqtau
usr/share/zoneinfo/Asia/Ulaanbaatar
usr/share/zoneinfo/Asia/Riyadh88
usr/share/zoneinfo/Asia/Colombo
usr/share/zoneinfo/Asia/Dubai
usr/share/zoneinfo/Asia/Hong_Kong
usr/share/zoneinfo/Asia/Seoul
usr/share/zoneinfo/Asia/Qyzylorda
usr/share/zoneinfo/Asia/Aqtobe
usr/share/zoneinfo/Asia/Gaza
usr/share/zoneinfo/Asia/Vientiane
usr/share/zoneinfo/Asia/Magadan
usr/share/zoneinfo/Asia/Chungking
usr/share/zoneinfo/Asia/Bishkek
usr/share/zoneinfo/Asia/Pyongyang
usr/share/zoneinfo/Asia/Jakarta
usr/share/zoneinfo/Asia/Aden
usr/share/zoneinfo/Asia/Baghdad
usr/share/zoneinfo/Asia/Macau
usr/share/zoneinfo/Asia/Anadyr
usr/share/zoneinfo/Asia/Saigon
usr/share/zoneinfo/Asia/Bahrain
usr/share/zoneinfo/Asia/Kashgar
usr/share/zoneinfo/Asia/Kuching
usr/share/zoneinfo/Asia/Istanbul
usr/share/zoneinfo/Asia/Kabul
usr/share/zoneinfo/Asia/Ulan_Bator
usr/share/zoneinfo/Asia/Macao
usr/share/zoneinfo/Asia/Beirut
usr/share/zoneinfo/Asia/Jerusalem
usr/share/zoneinfo/Asia/Phnom_Penh
usr/share/zoneinfo/Asia/Bangkok
usr/share/zoneinfo/Asia/Tokyo
usr/share/zoneinfo/Asia/Karachi
usr/share/zoneinfo/Asia/Kuala_Lumpur
usr/share/zoneinfo/Asia/Riyadh89
usr/share/zoneinfo/Asia/Sakhalin
usr/share/zoneinfo/Asia/Tbilisi
usr/share/zoneinfo/Asia/Calcutta
usr/share/zoneinfo/Asia/Dili
usr/share/zoneinfo/Asia/Kamchatka
usr/share/zoneinfo/Asia/Jayapura
usr/share/zoneinfo/WET
usr/share/zoneinfo/HST
usr/share/zoneinfo/GMT-0
usr/share/zoneinfo/Singapore
usr/share/zoneinfo/Europe/
usr/share/zoneinfo/Europe/Rome
usr/share/zoneinfo/Europe/Riga
usr/share/zoneinfo/Europe/Vilnius
usr/share/zoneinfo/Europe/Amsterdam
usr/share/zoneinfo/Europe/Chisinau
usr/share/zoneinfo/Europe/Zurich
usr/share/zoneinfo/Europe/Bucharest
usr/share/zoneinfo/Europe/Zagreb
usr/share/zoneinfo/Europe/Oslo
usr/share/zoneinfo/Europe/Moscow
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Bratislava
usr/share/zoneinfo/Europe/Sarajevo
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/Tirane
usr/share/zoneinfo/Europe/Nicosia
usr/share/zoneinfo/Europe/Vienna
usr/share/zoneinfo/Europe/Warsaw
usr/share/zoneinfo/Europe/Stockholm
usr/share/zoneinfo/Europe/Dublin
usr/share/zoneinfo/Europe/Brussels
usr/share/zoneinfo/Europe/Madrid
usr/share/zoneinfo/Europe/Budapest
usr/share/zoneinfo/Europe/Minsk
usr/share/zoneinfo/Europe/Copenhagen
usr/share/zoneinfo/Europe/Skopje
usr/share/zoneinfo/Europe/Vatican
usr/share/zoneinfo/Europe/Paris
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Belfast
usr/share/zoneinfo/Europe/Prague
usr/share/zoneinfo/Europe/Belgrade
usr/share/zoneinfo/Europe/Berlin
usr/share/zoneinfo/Europe/Luxembourg
usr/share/zoneinfo/Europe/Tallinn
usr/share/zoneinfo/Europe/Helsinki
usr/share/zoneinfo/Europe/Malta
usr/share/zoneinfo/Europe/Monaco
usr/share/zoneinfo/Europe/San_Marino
usr/share/zoneinfo/Europe/Samara
usr/share/zoneinfo/Europe/Istanbul
usr/share/zoneinfo/Europe/Sofia
usr/share/zoneinfo/Europe/Zaporozhye
usr/share/zoneinfo/Europe/Andorra
usr/share/zoneinfo/Europe/Athens
usr/share/zoneinfo/Europe/Simferopol
usr/share/zoneinfo/Europe/London
usr/share/zoneinfo/Europe/Vaduz
usr/share/zoneinfo/Europe/Uzhgorod
usr/share/zoneinfo/Europe/Tiraspol
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Gibraltar
usr/share/zoneinfo/EET
usr/share/zoneinfo/MST7MDT
usr/share/zoneinfo/ROC
usr/share/zoneinfo/UCT
usr/share/zoneinfo/MST
usr/share/zoneinfo/Libya
usr/share/zoneinfo/Portugal
usr/share/zoneinfo/CST6CDT
usr/share/zoneinfo/Indian/
usr/share/zoneinfo/Indian/Comoro
usr/share/zoneinfo/Indian/Cocos
usr/share/zoneinfo/Indian/Chagos
usr/share/zoneinfo/Indian/Mahe
usr/share/zoneinfo/Indian/Kerguelen
usr/share/zoneinfo/Indian/Mauritius
usr/share/zoneinfo/Indian/Mayotte
usr/share/zoneinfo/Indian/Christmas
usr/share/zoneinfo/Indian/Reunion
usr/share/zoneinfo/Indian/Antananarivo
usr/share/zoneinfo/Indian/Maldives
usr/share/zoneinfo/Africa/
usr/share/zoneinfo/Africa/Timbuktu
usr/share/zoneinfo/Africa/Kampala
usr/share/zoneinfo/Africa/Cairo
usr/share/zoneinfo/Africa/Bissau
usr/share/zoneinfo/Africa/Nairobi
usr/share/zoneinfo/Africa/Mogadishu
usr/share/zoneinfo/Africa/Nouakchott
usr/share/zoneinfo/Africa/Dakar
usr/share/zoneinfo/Africa/Addis_Ababa
usr/share/zoneinfo/Africa/Banjul
usr/share/zoneinfo/Africa/Porto-Novo
usr/share/zoneinfo/Africa/Douala
usr/share/zoneinfo/Africa/Djibouti
usr/share/zoneinfo/Africa/Malabo
usr/share/zoneinfo/Africa/Algiers
usr/share/zoneinfo/Africa/Ceuta
usr/share/zoneinfo/Africa/Monrovia
usr/share/zoneinfo/Africa/Ndjamena
usr/share/zoneinfo/Africa/Freetown
usr/share/zoneinfo/Africa/Gaborone
usr/share/zoneinfo/Africa/Kinshasa
usr/share/zoneinfo/Africa/Niamey
usr/share/zoneinfo/Africa/Lubumbashi
usr/share/zoneinfo/Africa/Johannesburg
usr/share/zoneinfo/Africa/Abidjan
usr/share/zoneinfo/Africa/Accra
usr/share/zoneinfo/Africa/Ouagadougou
usr/share/zoneinfo/Africa/Libreville
usr/share/zoneinfo/Africa/Asmera
usr/share/zoneinfo/Africa/Casablanca
usr/share/zoneinfo/Africa/Blantyre
usr/share/zoneinfo/Africa/Luanda
usr/share/zoneinfo/Africa/Dar_es_Salaam
usr/share/zoneinfo/Africa/El_Aaiun
usr/share/zoneinfo/Africa/Lagos
usr/share/zoneinfo/Africa/Conakry
usr/share/zoneinfo/Africa/Lusaka
usr/share/zoneinfo/Africa/Mbabane
usr/share/zoneinfo/Africa/Sao_Tome
usr/share/zoneinfo/Africa/Bujumbura
usr/share/zoneinfo/Africa/Windhoek
usr/share/zoneinfo/Africa/Harare
usr/share/zoneinfo/Africa/Lome
usr/share/zoneinfo/Africa/Tunis
usr/share/zoneinfo/Africa/Brazzaville
usr/share/zoneinfo/Africa/Bamako
usr/share/zoneinfo/Africa/Kigali
usr/share/zoneinfo/Africa/Tripoli
usr/share/zoneinfo/Africa/Bangui
usr/share/zoneinfo/Africa/Maseru
usr/share/zoneinfo/Africa/Maputo
usr/share/zoneinfo/Africa/Khartoum
usr/share/zoneinfo/Hongkong
usr/share/zoneinfo/Egypt
usr/share/zoneinfo/Brazil/
usr/share/zoneinfo/Brazil/DeNoronha
usr/share/zoneinfo/Brazil/Acre
usr/share/zoneinfo/Brazil/West
usr/share/zoneinfo/Brazil/East
usr/share/zoneinfo/NZ
usr/share/zoneinfo/GB-Eire
usr/share/zoneinfo/Iceland
usr/share/zoneinfo/Iran
usr/share/zoneinfo/GMT
usr/share/zoneinfo/US/
usr/share/zoneinfo/US/Arizona
usr/share/zoneinfo/US/Samoa
usr/share/zoneinfo/US/Eastern
usr/share/zoneinfo/US/East-Indiana
usr/share/zoneinfo/US/Central
usr/share/zoneinfo/US/Aleutian
usr/share/zoneinfo/US/Michigan
usr/share/zoneinfo/US/Hawaii
usr/share/zoneinfo/US/Mountain
usr/share/zoneinfo/US/Indiana-Starke
usr/share/zoneinfo/US/Alaska
usr/share/zoneinfo/US/Pacific
usr/share/zoneinfo/Navajo
usr/share/zoneinfo/Canada/
usr/share/zoneinfo/Canada/Atlantic
usr/share/zoneinfo/Canada/Saskatchewan
usr/share/zoneinfo/Canada/East-Saskatchewan
usr/share/zoneinfo/Canada/Eastern
usr/share/zoneinfo/Canada/Central
usr/share/zoneinfo/Canada/Yukon
usr/share/zoneinfo/Canada/Mountain
usr/share/zoneinfo/Canada/Newfoundland
usr/share/zoneinfo/Canada/Pacific
usr/share/zoneinfo/Greenwich
usr/share/zoneinfo/GB
usr/share/zoneinfo/NZ-CHAT
usr/share/zoneinfo/MET
usr/share/zoneinfo/Arctic/
usr/share/zoneinfo/Arctic/Longyearbyen
usr/share/zoneinfo/ROK
usr/share/zoneinfo/Israel
usr/share/zoneinfo/PRC
usr/share/zoneinfo/Turkey
usr/share/zoneinfo/UTC
usr/share/zoneinfo/Australia/
usr/share/zoneinfo/Australia/Perth
usr/share/zoneinfo/Australia/Adelaide
usr/share/zoneinfo/Australia/Sydney
usr/share/zoneinfo/Australia/Queensland
usr/share/zoneinfo/Australia/Hobart
usr/share/zoneinfo/Australia/Tasmania
usr/share/zoneinfo/Australia/LHI
usr/share/zoneinfo/Australia/North
usr/share/zoneinfo/Australia/Melbourne
usr/share/zoneinfo/Australia/West
usr/share/zoneinfo/Australia/Brisbane
usr/share/zoneinfo/Australia/South
usr/share/zoneinfo/Australia/Darwin
usr/share/zoneinfo/Australia/Victoria
usr/share/zoneinfo/Australia/Broken_Hill
usr/share/zoneinfo/Australia/ACT
usr/share/zoneinfo/Australia/Yancowinna
usr/share/zoneinfo/Australia/Lindeman
usr/share/zoneinfo/Australia/NSW
usr/share/zoneinfo/Australia/Canberra
usr/share/zoneinfo/Australia/Lord_Howe
usr/share/zoneinfo/Pacific/
usr/share/zoneinfo/Pacific/Nauru
usr/share/zoneinfo/Pacific/Kwajalein
usr/share/zoneinfo/Pacific/Tarawa
usr/share/zoneinfo/Pacific/Funafuti
usr/share/zoneinfo/Pacific/Johnston
usr/share/zoneinfo/Pacific/Samoa
usr/share/zoneinfo/Pacific/Kiritimati
usr/share/zoneinfo/Pacific/Gambier
usr/share/zoneinfo/Pacific/Easter
usr/share/zoneinfo/Pacific/Truk
usr/share/zoneinfo/Pacific/Tahiti
usr/share/zoneinfo/Pacific/Ponape
usr/share/zoneinfo/Pacific/Norfolk
usr/share/zoneinfo/Pacific/Pitcairn
usr/share/zoneinfo/Pacific/Galapagos
usr/share/zoneinfo/Pacific/Guam
usr/share/zoneinfo/Pacific/Noumea
usr/share/zoneinfo/Pacific/Fakaofo
usr/share/zoneinfo/Pacific/Pago_Pago
usr/share/zoneinfo/Pacific/Enderbury
usr/share/zoneinfo/Pacific/Efate
usr/share/zoneinfo/Pacific/Auckland
usr/share/zoneinfo/Pacific/Chatham
usr/share/zoneinfo/Pacific/Saipan
usr/share/zoneinfo/Pacific/Niue
usr/share/zoneinfo/Pacific/Apia
usr/share/zoneinfo/Pacific/Honolulu
usr/share/zoneinfo/Pacific/Port_Moresby
usr/share/zoneinfo/Pacific/Wallis
usr/share/zoneinfo/Pacific/Guadalcanal
usr/share/zoneinfo/Pacific/Marquesas
usr/share/zoneinfo/Pacific/Kosrae
usr/share/zoneinfo/Pacific/Tongatapu
usr/share/zoneinfo/Pacific/Palau
usr/share/zoneinfo/Pacific/Majuro
usr/share/zoneinfo/Pacific/Wake
usr/share/zoneinfo/Pacific/Rarotonga
usr/share/zoneinfo/Pacific/Midway
usr/share/zoneinfo/Pacific/Fiji
usr/share/zoneinfo/Pacific/Yap
usr/share/zoneinfo/Poland
usr/share/zoneinfo/Mideast/
usr/share/zoneinfo/Mideast/Riyadh87
usr/share/zoneinfo/Mideast/Riyadh88
usr/share/zoneinfo/Mideast/Riyadh89
usr/bin/
usr/bin/i2c
usr/bin/passwd
usr/bin/ftpput
usr/bin/telnet
usr/bin/chrt
usr/bin/time
usr/bin/openvt
usr/bin/du
usr/bin/ether-wake
usr/bin/ipcs
usr/bin/strings
usr/bin/diff
usr/bin/xargs
usr/bin/wc
usr/bin/arping
usr/bin/split
usr/bin/rb
usr/bin/rz
usr/bin/dirname
usr/bin/pscan
usr/bin/md5sum
usr/bin/clear
usr/bin/camtest
usr/bin/test
usr/bin/unix2dos
usr/bin/readlink
usr/bin/mesg
usr/bin/cut
usr/bin/realpath
usr/bin/patch
usr/bin/lzmacat
usr/bin/env
usr/bin/tee
usr/bin/readahead
usr/bin/hd
usr/bin/find
usr/bin/wvdialconf
usr/bin/logname
usr/bin/v4l2grab
usr/bin/less
usr/bin/led
usr/bin/ipcrm
usr/bin/killall5
usr/bin/led-player
usr/bin/madplay
usr/bin/head
usr/bin/dc
usr/bin/hostid
usr/bin/basename
usr/bin/which
usr/bin/chvt
usr/bin/unlzma
usr/bin/last
usr/bin/setkeycodes
usr/bin/snapshot
usr/bin/id
usr/bin/fold
usr/bin/setsid
usr/bin/unexpand
usr/bin/tr
usr/bin/sum
usr/bin/length
usr/bin/killall
usr/bin/dos2unix
usr/bin/adc-test
usr/bin/uuencode
usr/bin/buttons
usr/bin/ftpget
usr/bin/bzcat
usr/bin/sb
usr/bin/trans
usr/bin/nc
usr/bin/nohup
usr/bin/sort
usr/bin/pgrep
usr/bin/pkill
usr/bin/traceroute
usr/bin/flash_eraseall
usr/bin/comm
usr/bin/rx
usr/bin/lsusb
usr/bin/logger
usr/bin/script
usr/bin/bzip2
usr/bin/seq
usr/bin/tcpsvd
usr/bin/expr
usr/bin/cmp
usr/bin/ftp
usr/bin/showkey
usr/bin/cksum
usr/bin/awk
usr/bin/fuser
usr/bin/microcom
usr/bin/show-i2c
usr/bin/crontab
usr/bin/uudecode
usr/bin/usb_modeswitch
usr/bin/uniq
usr/bin/ttysize
usr/bin/yes
usr/bin/sx
usr/bin/[[
usr/bin/armcomtest
usr/bin/whoami
usr/bin/tftpd
usr/bin/renice
usr/bin/reset
usr/bin/sz
usr/bin/vlock
usr/bin/free
usr/bin/kbd_mode
usr/bin/udpsvd
usr/bin/bl
usr/bin/tail
usr/bin/nmeter
usr/bin/mkfifo
usr/bin/hexdump
usr/bin/resize
usr/bin/deallocvt
usr/bin/unzip
usr/bin/[
usr/bin/bunzip2
usr/bin/uptime
usr/bin/install
usr/bin/ar
usr/bin/top
usr/bin/wvdial
usr/bin/printf
usr/bin/pwm_test
usr/bin/expand
usr/bin/cal
usr/bin/tty
usr/bin/eeprog
usr/bin/wget
usr/bin/rtcwake
usr/bin/tac
usr/bin/tftp
usr/bin/nslookup
usr/bin/who
usr/bin/sha1sum
usr/bin/od
usr/lib/
usr/lib/libjpeg.so.62.0.0
usr/lib/libstdc++.so.6
usr/lib/libjpeg.so
usr/lib/libjpeg.so.62
usr/lib/libChunkAlloc.so
usr/lib/libstdc++.so
usr/lib/libstdc++.so.6.0.10
usr/sbin/
usr/sbin/ftpd
usr/sbin/inetd
usr/sbin/setfont
usr/sbin/setlogcons
usr/sbin/telnetd
usr/sbin/gps_test5
usr/sbin/gprs_s3c2410_linux
usr/sbin/loadfont
usr/sbin/readprofile
usr/sbin/boa
usr/sbin/i2cdump
usr/sbin/app_tv
usr/sbin/fakeidentd
usr/sbin/gps_test2
usr/sbin/i2cset
usr/sbin/chroot
usr/sbin/cam2fb
usr/sbin/mouse_capture
usr/sbin/rdate
usr/sbin/i2cget
usr/sbin/spin
usr/sbin/flash_info
usr/sbin/dnsd
usr/sbin/udhcpd
usr/sbin/v4l2-capture
usr/sbin/gears
usr/sbin/gps_test3
usr/sbin/rdev
usr/sbin/chat
usr/sbin/v4l2
usr/sbin/fbset
usr/sbin/texobj
usr/sbin/httpd
usr/sbin/dhcprelay
usr/sbin/v4lgrab2
usr/sbin/webcam
usr/sbin/gps_test4
usr/sbin/i2cdetect
usr/sbin/real6410_gps_test
usr/sbin/camera
usr/sbin/v4l2grab2
usr/sbin/crond
usr/sbin/tip
usr/sbin/pppd
usr/sbin/mech
usr/sbin/ts_calibrate
var/
3.Umounting /dev/mtd1.....
UBIFS: un-mount UBI device 0, volume 0

3.Reboot and change the cmdline
Now you can reboot the machine,then enter the u-boot shell,
change the cmdline to
setenv bootargs noinitrd console=ttySAC0 init=/init ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs

And if you want to repeat this process,enter the u-boot shell,
change the cmdline to
setenv bootargs noinitrd root=/dev/mtdblock0 console=ttySAC0 init=/init
Do you want to reboot now(y/n)?
y

 


SMDK6410 # setenv bootargs noinitrd console=ttySAC0 init=/linuxrc ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs
SMDK6410 # saveenv

Saving Environment to NAND...

Erasing Nand...Writing to Nand... done

 


再次重启,有了界面了。

SMDK6410 # OK


U-Boot 1.1.6 (Jun 18 2010 - 23:35:06) for SMDK6410

 

CPU:     S3C6410@800MHz

         Fclk = 800MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode)

Board:   SMDK6410

DRAM:    256 MB

Flash:   0 kB

NAND:     Maf. ID is d3

1024 MB

In:      serial

Out:     serial

Err:     serial

Hit any key to stop autoboot:  0


NAND read: device 0 offset 0x40000, size 0x300000

 3145728 bytes read: OK

Boot with zImage


Starting kernel ...


Uncompressing Linux.................................................................................................................................................................. done, booting the kernel.
Linux version 2.6.28.6 (figo@figo-desktop) (gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72) ) #528 PREEMPT Sun Jun 20 13:56:56 CST 2010
CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv7), cr=00c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: SMDK6410
Memory policy: ECC disabled, Data cache writeback
CPU S3C6410 (id 0x36410101)
S3C24XX Clocks, (c) 2004 Simtec Electronics
S3C64XX: PLL settings, A=800000000, M=532000000, E=24000000
S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
div1: 00000555
mout_apll: source is fout_apll (1), rate is 800000000
mout_epll: source is fout_epll (1), rate is 24000000
mout_mpll: source is mpll (1), rate is 532000000
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
mmc_bus: source is dout_mpll (1), rate is 44333333
usb-host-bus: source is mout_epll (0), rate is 24000000
uclk1: source is dout_mpll (1), rate is 66500000
spi_epll: source is mout_epll (0), rate is 24000000
spi_epll: source is mout_epll (0), rate is 24000000
sclk_audio0: source is mout_epll (0), rate is 24000000
sclk_audio1: source is mout_epll (0), rate is 24000000
sclk_audio2: source is mout_epll (0), rate is 24000000
irda-bus: source is mout_epll (0), rate is 24000000
s3c64xx: 10485760 bytes SDRAM reserved for fimc at 0x50751000
s3c64xx: 8388608 bytes SDRAM reserved for pp at 0x51151000
s3c64xx: 8388608 bytes SDRAM reserved for tv at 0x51951000
s3c64xx: 6291456 bytes SDRAM reserved for mfc at 0x52151000
s3c64xx: 4194304 bytes SDRAM reserved for jpeg at 0x52751000
s3c64xx: 1048576 bytes SDRAM reserved for cmm at 0x52b51000
s3c64xx: 19922944 bytes SDRAM reserved for s3c-g3d at 0x52c51000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: noinitrd console=ttySAC0 init=/linuxrc ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x30
console [ttySAC0] enabled
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 256MB = 256MB total
Memory: 196864KB available (4708K code, 519K data, 144K init)
SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
net_namespace: 288 bytes
NET: Registered protocol family 16
S3C6410 Power Management, (c) 2008 Samsung Electronics
S3C6410: Initialising architecture
S3C DMA-pl080 Controller Driver, (c) 2006-2007 Samsung Electronics
Total 32 DMA channels will be initialized.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
 (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
 (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
 (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
 (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
NET: Registered protocol family 1
S3C64XX ADC driver, (c) 2008 Samsung Electronics
S5P64XX ADC driver successfully probed
NetWinder Floating Point Emulator V0.97 (double precision)
ashmem: initialized
yaffs Jun 20 2010 13:53:43 Installing.
msgmni has been set to 385
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
S3C_LCD clock got enabled :: 133.333 Mhz
LCD TYPE :: WX4300F will be initialized
Window[0] - FB1: map_video_memory: clear ff000000:0007f800
            FB1: map_video_memory: dma=5f180000 cpu=ff000000 size=0007f800
Window[0] - FB2: map_video_memory: clear ff03fc00:0003fc00
            FB2: map_video_memory: dma=5f1bfc00 cpu=ff03fc00 size=0003fc00
Console: switching to colour frame buffer device 60x34
fb0: s3cfb frame buffer device
Window[1] - FB1: map_video_memory: clear ff080000:0003fc00
            FB1: map_video_memory: dma=5f200000 cpu=ff080000 size=0003fc00
Window[1] - FB2: map_video_memory: clear ff09fe00:0001fe00
            FB2: map_video_memory: dma=5f21fe00 cpu=ff09fe00 size=0001fe00
fb1: s3cfb frame buffer device
Window[2] - FB1: map_video_memory: clear ff0c0000:0003fc00
            FB1: map_video_memory: dma=5f240000 cpu=ff0c0000 size=0003fc00
fb2: s3cfb frame buffer device
Window[3] - FB1: map_video_memory: clear ff100000:0003fc00
            FB1: map_video_memory: dma=5f280000 cpu=ff100000 size=0003fc00
fb3: s3cfb frame buffer device
s3c-aes initialized
S3C AES Drvier
Serial: 8250/16550 driver4 ports, IRQ sharing disabled
s3c6400-uart.0: s3c2410_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C6400/10
s3c6400-uart.1: s3c2410_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C6400/10
s3c6400-uart.2: s3c2410_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C6400/10
s3c6400-uart.3: s3c2410_serial3 at MMIO 0x7f005c00 (irq = 28) is a S3C6400/10
brd: module loaded
loop: module loaded
nbd: registered device at major 43
usbcore: registered new interface driver ub
dm9000 Ethernet Driver
eth0: dm9000 at d0894000,d0894004 IRQ 108 MAC: 00:22:12:34:56:90
usbcore: registered new interface driver asix
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
console [netcon0] enabled
netconsole: network logging started
Linux video capture interface: v2.00
s3c-fimc: controller 0 registered successfully
s3c-fimc: controller 1 registered successfully
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C6400 MFC Driver, (c) 2007 Samsung Electronics
S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
S3C6410 TV encoder Driver, (c) 2008 Samsung Electronics
 S3C6410 TV encoder Driver init OK.
S3C6410 TV scaler Driver, (c) 2008 Samsung Electronics
 S3C6410 TV scaler Driver init OK.
S3C Rotator Driver, (c) 2008 Samsung Electronics
s3c_rotator_probe called
s3c_rotator_probe success
S3C JPEG Driver, (c) 2007 Samsung Electronics
s3c_g2d_probe called
 s3c_g2d_probe Success
 S3C G2D Init : Done
S3C G3D Driver, (c) 2007-2009 Samsung Electronics
s3c_g3d version : 0x1050000
 S3C G3D Init : Done
S3C CMM Driver, (c) 2008 Samsung Electronics
Driver 'sd' needs updating - please use bus_type methods
Driver 'sr' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2008 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)
Creating 2 MTD partitions on "NAND 1GiB 3,3V 8-bit":
0x00400000-0x00800000 : "cramfs"
0x00800000-0x40000000 : "ubifs"
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size:   262144 bytes (256 KiB)
UBI: logical eraseblock size:    258048 bytes
UBI: smallest flash I/O unit:    2048
UBI: VID header offset:          2048 (aligned 2048)
UBI: data offset:                4096
UBI: attached mtd1 to ubi0
UBI: MTD device name:            "ubifs"
UBI: MTD device size:            1016 MiB
UBI: number of good PEBs:        4064
UBI: number of bad PEBs:         0
UBI: max. allowed volumes:       128
UBI: wear-leveling threshold:    4096
UBI: number of internal volumes: 1
UBI: number of user volumes:     1
UBI: available PEBs:             0
UBI: total number of reserved PEBs: 4064
UBI: number of PEBs reserved for bad PEB handling: 40
UBI: max/mean erase counter: 2/1
UBI: background thread "ubi_bgt0d" started, PID 1030
Samsung SoC SPI Driver loaded for Bus SPI-0 with 2 Slaves attached
 Max,Min-Speed [33333333, 130208]Hz
 Irq=80 IOmem=[0x7f00bfff-0x7f00b000] DMA=[Rx-33, Tx-34]
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
s3c2410-ohci s3c2410-ohci: S3C24XX OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 79, io mem 0x74300000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: S3C24XX OHCI
usb usb1: Manufacturer: Linux 2.6.28.6 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
s3c-udc : S3C HS USB OTG Device Driver, (c) 2008-2009 Samsung Electronics
s3c-udc : version 15 March 2009 (DMA Mode)
mice: PS/2 mouse device common for all mice
gpio-keys init
input: gpio-keys as /class/input/input0
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C TouchScreen got loaded successfully : 12 bits
input: S3C TouchScreen as /class/input/input1
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410_rtc: tick irq 34, alarm irq 92
s3c2410-rtc s3c2410-rtc: rtc disabled, re-enabling
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2440-i2c s3c2440-i2c: slave address 0x10
s3c2440-i2c s3c2440-i2c: bus frequency set to 378 KHz
[OV965X]ov965x_attach_adapter.
parent clock for camera: 266.666 MHz, divisor: 11
s3c2440-i2c s3c2440-i2c: i2c-0: S3C I2C adapter
at24 0-0050: 1024 byte 24c08 EEPROM (writable)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.0: clock source 2: mmc_bus (44333333 Hz)
mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using ADMA
sdhci: card inserted.
s3c-sdhci s3c-sdhci.1: clock source 0: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 1: hsmmc (133333333 Hz)
s3c-sdhci s3c-sdhci.1: clock source 2: mmc_bus (44333333 Hz)
sdhci: card removed.
mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.1] using ADMA
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
ASoC version 0.13.2
smdk6400_init:67
WM9713/WM9714 SoC Audio Codec 0.15
playback: 1, capture : 1
asoc: AC97 HiFi <-> s3c64xx-ac97 mapping ok
mmc1: new high speed SD card at address 1234
mmcblk0: mmc1:1234 SA02G 1.83 GiB
 mmcblk0: p1
usb 1-1: new low speed USB device using s3c2410-ohci and address 2
ALSA device list:
  #0: SMDK6410 (WM9713)
TCP cubic registered
NET: Registered protocol family 17
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation
VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
s3c2410-rtc s3c2410-rtc: setting system clock to 2030-10-06 22:52:41 UTC (1917557561)
UBIFS: mounted UBI device 0, volume 0, name "rootfs"
UBIFS: file system size:   1034514432 bytes (1010268 KiB, 986 MiB, 4009 LEBs)
UBIFS: journal size:       33546240 bytes (32760 KiB, 31 MiB, 130 LEBs)
UBIFS: media format:       4 (latest is 4)
UBIFS: default compressor: LZO
UBIFS: reserved for root:  5182151 bytes (5060 KiB)
VFS: Mounted root (ubifs filesystem).
Freeing init memory: 144K
usb 1-1: configuration #1 chosen from 1 choice
input:   USB Keyboard as /class/input/input2
generic-usb 0003:04D9:1603.0001: input: USB HID v1.10 Keyboard [  USB Keyboard] on usb-s3c24xx-1/input0
input:   USB Keyboard as /class/input/input3
generic-usb 0003:04D9:1603.0002: input: USB HID v1.10 Device [  USB Keyboard] on usb-s3c24xx-1/input1
usb 1-1: New USB device found, idVendor=04d9, idProduct=1603
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Keyboard
usb 1-1: Manufacturer: 
Try to bring eth0 interface up......eth0: link down
Done

Starting Qtopia, please waiting...

Please press Enter to activate this console. s3c-nand: 1 bit(s) error detected, corrected successfully
s3c-nand: 1 bit(s) error detected, corrected successfully
Warning: could not register server
QDir::readDirEntries: Cannot read the directory: /usr/lib/ipkg/externinfo
usb 1-2: new full speed USB device using s3c2410-ohci and address 3
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 4
usb 1-2: device descriptor read/64, error -62
usb 1-2: device descriptor read/64, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 5
usb 1-2: device not accepting address 5, error -62
usb 1-2: new full speed USB device using s3c2410-ohci and address 6
usb 1-2: device not accepting address 6, error -62
hub 1-0:1.0: unable to enumerate USB device on port 2

你可能感兴趣的:(嵌入式系统及开发)