This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Installing the eCos monitor boot floppy


Leandro Vieira wrote:
> 
> I'm trying to Installing the eCos Monitor Boot Floppy without success.
> what i do is this:
> 
> Floppy:
> $mount -f a:/ /dev/fd0
> $ mkdir ecos-work-floppy
> $ cd ecos-work-floppy
> $ ecosconfig new pc stubs
> $ ecosconfig tree
> $ make
> $ dd conv=sync if=install/bin/gdb_module.bin of=/dev/fd0
> 
> after i got thias error message:
>   dd: /a: permission denied
> 
> Somebady can help me to solve this problem?

Floppy write protected?

If you type "mount" after doing the above mount command, do you see
something like:

\\.\a:  /dev/fd0        user    binmode

If not, unmount /dev/fd0 and instead use the mount command:

mount -f -b //./a: /dev/fd0

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]