Moderator Control Panel ]

[SOLVED] Can install/update software.

Anything from the case design to the chip inside, from expectation to suggestion, the most important thing is, you are IN.

Re: Can install/update software.

Postby destinqo2 » Tue Jul 23, 2013 9:29 pm

i see difference in automatic and manual writing:

automatic looks:

NAND write: device 0 offset 0x50c0000, size 0xaf40000
Input block length is not page aligned
Data did not fit into device, due to bad blocks
183762944 bytes written: ERROR


manual:

nand write.yaffs c0008000 50c0000 ${filesize}

NAND write: device 0 offset 0x50c0000, size 0x2a4a940

Bad block at 0x52e0000 in erase block from 0x52e0000 will be skipped
Bad block at 0x5fc0000 in erase block from 0x5fc0000 will be skipped
Writing data at 0x7a02000 -- 100% complete.
44345664 bytes written: OK


size is different in automatic why?

can you post me your printenv, please.

i'm sorry to bother you with that, i got this unit from previous developer (and was like that, nonworking, atleast now it works after manual write).
destinqo2
 
Posts: 8
Joined: Wed Jul 17, 2013 9:37 pm

Re: Can install/update software.

Postby gfi » Tue Jul 23, 2013 9:38 pm

Not ", but ' - not important.

In Your printenv missing ${filesize}. Control, what You're doing.
You have:
updatekfs=nand erase 50c0000;nand write.yaffs c0008000 50c0000

I wrote:
setenv updatekfs 'nand erase 50c0000;nand write.yaffs c0008000 50c0000 ${filesize}'
gfi
 
Posts: 114
Joined: Tue Mar 05, 2013 10:55 pm

Re: Can install/update software.

Postby destinqo2 » Tue Jul 23, 2013 9:52 pm

gfi Wrote:Not ", but ' - not important.

In Your printenv missing ${filesize}. Control, what You're doing.
You have:
updatekfs=nand erase 50c0000;nand write.yaffs c0008000 50c0000

I wrote:
setenv updatekfs 'nand erase 50c0000;nand write.yaffs c0008000 50c0000 ${filesize}'


ok now it is ok, it is important to have ' not ". (my bad)

thank you.
destinqo2
 
Posts: 8
Joined: Wed Jul 17, 2013 9:37 pm

Previous

Return to General discussion

Who is online

Users browsing this forum: No registered users and 4 guests