
On Thu, 2003-07-24 at 08:55, Martin, Vitali wrote:
I checked the memory with "md 100000" in U-Boot and there seems to be not the same data on the memory address 0x100 when I using "tftp 1000 pImage" and "fsload 10000 pImage". From address 0x101000 the data im the RAM memory is different???
So what address are you loading to 1000 10000 or 100000
->tftp 10000 pImage
So you load at 0x10000 add 500kB and you do not write any data at 0x100000.
TFTP from server 172.22.20.193; our IP address is 172.22.10.33 Filename 'pImage'. Load address: 0x10000 Loading: T ###################T #TX timeout done Bytes transferred = 520149 (7efd5 hex) ->md 100000 200000 00100000: 27051956 52c9c624 3f1d4bb5 0007ef95 '..VR..$?.K..... 00100010: 00000000 00000000 5171b599 05070201 ........Qq...... 00100020: 4c696e75 782d322e 342e3400 00000000 Linux-2.4.4..... ... 00101000: dfc958e0 5f66d603 e27f2fe3 0027f536 ..X._f..../..'.6 00101010: c055f99e f5e16e85 bd761595 a9ce7bd2 .U....n..v....{.
->fsload 100000 pImage ### JFFS2 loading 'pImage' to 0x100000 ### JFFS2 load complete: 520149 bytes loaded to 0x100000 ->md 100000 200000 00100000: 27051956 52c9c624 3f1d4bb5 0007ef95 '..VR..$?.K..... 00100010: 00000000 00000000 5171b599 05070201 ........Qq...... 00100020: 4c696e75 782d322e 342e3400 00000000 Linux-2.4.4..... ... 00101000: dfc9c970 de53a432 188d2417 af469b2b ...p.S.2..$..F.+ 00101010: 7dd3d9cf e1df4c64 65acdb75 83efc98b }.....Lde..u....