public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: leandro@av.it.pt
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Installing the eCos monitor boot floppy
Date: Thu, 19 Oct 2000 06:10:00 -0000	[thread overview]
Message-ID: <39EEF223.52703A4A@redhat.com> (raw)
In-Reply-To: <NEBBIMHEEKJOHEHGOOIFKEHOCAAA.leandro@av.it.pt>

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

  reply	other threads:[~2000-10-19  6:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-19  4:19 Leandro Vieira
2000-10-19  6:10 ` Jonathan Larmour [this message]
     [not found] <NEBBIMHEEKJOHEHGOOIFEEIDCAAA.leandro@av.it.pt>
2000-10-19  7:14 ` Jonathan Larmour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=39EEF223.52703A4A@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=leandro@av.it.pt \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).