"Can't find an empty slot in FIS directory!" when tried Fis Create with imx35

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

"Can't find an empty slot in FIS directory!" when tried Fis Create with imx35

跳至解决方案
928 次查看
santhoshsl
Contributor III

Steps followed

1. Tried to boot Redboot from MMC

2. used serial port and following command to load Linux image (zImage)

   load -r -b 0x100000 -m xmodem

Redboot now is ready to receive data and printing out character “C” continuously. To send a file, click on “Transfer -

> Send File -> Xmodem (under Protocol) -> Browse”, choose the file to download and then click on “Send”.

Ymodem can also be chosen for download.

3. Then tried " fis Create zImage " to load this image on to Flash.

but this command is giving following error.

... Read from 0x07ee0000-0x07eff000 at 0x00060000: .

... Read from 0x07ee0000-0x07eff000 at 0x00060000: .

... Read from 0x07ee0000-0x07eff000 at 0x00060000: .

Can't find an empty slot in FIS directory!

So can someone help me in this regard.

标签 (1)
1 解答
774 次查看
jimmychan
NXP TechSupport
NXP TechSupport

have you try to "fis init" first?

在原帖中查看解决方案

2 回复数
775 次查看
jimmychan
NXP TechSupport
NXP TechSupport

have you try to "fis init" first?

774 次查看
santhoshsl
Contributor III

Hello Jimmychan,

yes initially i tried this Fis init and then tried to create. Even then it didnt worked.

But today i tried that Fis init and then Fis create, it worked correctly.

Thanks for your input.