<br><br><div><span class="gmail_quote">On 8/15/07, <b class="gmail_sendername">Ben Warren</b> <<a href="mailto:bwarren@qstreams.com">bwarren@qstreams.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Josiah Allen wrote:<br>> I apologize for this beforehand, but maybe there's a simple answer.<br>> I'm very new to uboot.<br>><br>> I've gotten myself into a tough spot. There's a application on my
<br>> computer preventing my boot from completing, since it freezes. I can<br>> fix it if I can just remove/corrupt the guilty file on my file<br>> system. So I stop the boot and enter into the uboot command line. I
<br>> can see the file I want to remove, but I am not skilled enough to know<br>> if/how I can alter it or remove it from the uboot command line. I'm<br>> using version 1.1.3.<br>><br>> If such a thing is possible I would appreciate instructions.
<br>><br>Sorry, your description is too vague. Please tell us which architecture<br>(PowerPC, ARM, MIPS, etc.), what type of file storage (CompactFlash,<br>hard drive etc.), the operating system you're trying to boot and the
<br>file system type. How do you 'see' the file that you want to remove?<br><br>regards,<br>Ben<br></blockquote></div><br>Thanks for the reply.<br><br>It's a PowerPC Linux Kernel Image. <br><br>It's on a 32 mb flash.
<br><br>fsinfo says it is type JFFS2.<br><br>I can view the file using the 'ls' command. I can even 'load' it with fsload.<br><br>