On 19/08/14 16:22, Aaron Durbin wrote:
How are you extracting it? Does cbfstool list the file? You could add
it as a raw file as a workaround. Alternatively, it's possible to
re-make it into an elf. This is the same problem as any other stage.
Once you add it and pull it out it can't be added back w/ add-stage.
It's not loaded like a stage, and to be honest I can't remember why I
chose to use add-stage to begin with. I have a feeling I didn't want to
change anything for relocatable ramstage in the Makefile so I did it
like that. Then just did something similar.
Yeah, cbfstool lists the file, and I can extract it, just the make
process doesn't like sticking it back in.
Okay, I'm fine with editing the make file, and adding it as a raw file.
Now to get someone daft enough to test it. ;)
Thank you!