* [U-Boot-Users] Simple newbie fs question
@ 2007-08-15 15:48 Josiah Allen
2007-08-15 16:00 ` Ben Warren
0 siblings, 1 reply; 5+ messages in thread
From: Josiah Allen @ 2007-08-15 15:48 UTC (permalink / raw)
To: u-boot
I apologize for this beforehand, but maybe there's a simple answer. I'm
very new to uboot.
I've gotten myself into a tough spot. There's a application on my computer
preventing my boot from completing, since it freezes. I can fix it if I can
just remove/corrupt the guilty file on my file system. So I stop the boot
and enter into the uboot command line. I can see the file I want to remove,
but I am not skilled enough to know if/how I can alter it or remove it from
the uboot command line. I'm using version 1.1.3.
If such a thing is possible I would appreciate instructions.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070815/9daf5744/attachment.htm
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Simple newbie fs question
2007-08-15 15:48 [U-Boot-Users] Simple newbie fs question Josiah Allen
@ 2007-08-15 16:00 ` Ben Warren
2007-08-15 16:12 ` Josiah Allen
0 siblings, 1 reply; 5+ messages in thread
From: Ben Warren @ 2007-08-15 16:00 UTC (permalink / raw)
To: u-boot
Josiah Allen wrote:
> I apologize for this beforehand, but maybe there's a simple answer.
> I'm very new to uboot.
>
> I've gotten myself into a tough spot. There's a application on my
> computer preventing my boot from completing, since it freezes. I can
> fix it if I can just remove/corrupt the guilty file on my file
> system. So I stop the boot and enter into the uboot command line. I
> can see the file I want to remove, but I am not skilled enough to know
> if/how I can alter it or remove it from the uboot command line. I'm
> using version 1.1.3.
>
> If such a thing is possible I would appreciate instructions.
>
Sorry, your description is too vague. Please tell us which architecture
(PowerPC, ARM, MIPS, etc.), what type of file storage (CompactFlash,
hard drive etc.), the operating system you're trying to boot and the
file system type. How do you 'see' the file that you want to remove?
regards,
Ben
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Simple newbie fs question
2007-08-15 16:00 ` Ben Warren
@ 2007-08-15 16:12 ` Josiah Allen
2007-08-15 16:31 ` Wolfgang Denk
2007-08-15 16:37 ` Ben Warren
0 siblings, 2 replies; 5+ messages in thread
From: Josiah Allen @ 2007-08-15 16:12 UTC (permalink / raw)
To: u-boot
On 8/15/07, Ben Warren <bwarren@qstreams.com> wrote:
>
> Josiah Allen wrote:
> > I apologize for this beforehand, but maybe there's a simple answer.
> > I'm very new to uboot.
> >
> > I've gotten myself into a tough spot. There's a application on my
> > computer preventing my boot from completing, since it freezes. I can
> > fix it if I can just remove/corrupt the guilty file on my file
> > system. So I stop the boot and enter into the uboot command line. I
> > can see the file I want to remove, but I am not skilled enough to know
> > if/how I can alter it or remove it from the uboot command line. I'm
> > using version 1.1.3.
> >
> > If such a thing is possible I would appreciate instructions.
> >
> Sorry, your description is too vague. Please tell us which architecture
> (PowerPC, ARM, MIPS, etc.), what type of file storage (CompactFlash,
> hard drive etc.), the operating system you're trying to boot and the
> file system type. How do you 'see' the file that you want to remove?
>
> regards,
> Ben
>
Thanks for the reply.
It's a PowerPC Linux Kernel Image.
It's on a 32 mb flash.
fsinfo says it is type JFFS2.
I can view the file using the 'ls' command. I can even 'load' it with
fsload.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070815/bb706ddb/attachment.htm
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Simple newbie fs question
2007-08-15 16:12 ` Josiah Allen
@ 2007-08-15 16:31 ` Wolfgang Denk
2007-08-15 16:37 ` Ben Warren
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2007-08-15 16:31 UTC (permalink / raw)
To: u-boot
In message <8f0d4f790708150912w63fd4652t652190e3e7432c18@mail.gmail.com> you wrote:
>
> It's on a 32 mb flash.
> fsinfo says it is type JFFS2.
U-Boot supports only read-only file system access. All you can do i
erase the whole JFFS2 file system and re-install from a (clkeaned up)
version.
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
Please NEVER post HTML here!
And don't full-quote either, please.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Common sense and a sense of humor are the same thing, moving at
different speeds. A sense of humor is just common sense, dancing.
- Clive James
^ permalink raw reply [flat|nested] 5+ messages in thread* [U-Boot-Users] Simple newbie fs question
2007-08-15 16:12 ` Josiah Allen
2007-08-15 16:31 ` Wolfgang Denk
@ 2007-08-15 16:37 ` Ben Warren
1 sibling, 0 replies; 5+ messages in thread
From: Ben Warren @ 2007-08-15 16:37 UTC (permalink / raw)
To: u-boot
Josiah Allen wrote:
>
> Thanks for the reply.
>
> It's a PowerPC Linux Kernel Image.
>
> It's on a 32 mb flash.
>
> fsinfo says it is type JFFS2.
>
> I can view the file using the 'ls' command. I can even 'load' it with
> fsload.
Bad news. AFAIK, you can only read the file system or wipe out the
whole thing.
regards,
Ben
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-15 16:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-15 15:48 [U-Boot-Users] Simple newbie fs question Josiah Allen
2007-08-15 16:00 ` Ben Warren
2007-08-15 16:12 ` Josiah Allen
2007-08-15 16:31 ` Wolfgang Denk
2007-08-15 16:37 ` Ben Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox