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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
860 Views
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.

Labels (1)
1 Solution
706 Views
jimmychan
NXP TechSupport
NXP TechSupport

have you try to "fis init" first?

View solution in original post

2 Replies
707 Views
jimmychan
NXP TechSupport
NXP TechSupport

have you try to "fis init" first?

706 Views
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.