* fadsrom @ 1999-07-17 2:10 Claude Robitaille 1999-07-20 4:21 ` fadsrom Dan Malek 0 siblings, 1 reply; 6+ messages in thread From: Claude Robitaille @ 1999-07-17 2:10 UTC (permalink / raw) To: dmalek; +Cc: linuxppc-dev Hi Dan, I want to use your fadsrom and I also want to modify it to add s-record download (unless you or somebody else on the list has already done it ...). The first thing is, obviously, to compile it as is; I fail ..... :-( I am missing start.o. Where is it coming from? There is no source in fadsrom.tgz (BTW I also notice that bintos19.c is missing, this would be pretty handy ....) Thanks Claude Robitaille [[ This message was sent via the linuxppc-dev mailing list. Replies are ]] [[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]] [[ reply is of general interest. Please check http://lists.linuxppc.org/ ]] [[ and http://www.linuxppc.org/ for useful information before posting. ]] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fadsrom 1999-07-17 2:10 fadsrom Claude Robitaille @ 1999-07-20 4:21 ` Dan Malek 1999-07-24 20:41 ` fadsrom Claude Robitaille 0 siblings, 1 reply; 6+ messages in thread From: Dan Malek @ 1999-07-20 4:21 UTC (permalink / raw) To: Claude Robitaille; +Cc: linuxppc-dev Claude Robitaille wrote: > I want to use your fadsrom and I also want to modify it to > add s-record download (unless you or somebody else on the list > has already done it ...). Go for it! > The first thing is, obviously, to compile it as is; I fail ..... :-( > I am missing start.o. Where is it coming from? >From start.S....... > There is no > source in fadsrom.tgz (BTW I also notice that bintos19.c is > missing, this would be pretty handy ....) I don't know what you downloaded, but I just downloaded the file from ftp://linuxppc.cs.nmt.edu/pub/linuxppc/embedded/ and everything was there..... -- Dan [[ This message was sent via the linuxppc-dev mailing list. Replies are ]] [[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]] [[ reply is of general interest. Please check http://lists.linuxppc.org/ ]] [[ and http://www.linuxppc.org/ for useful information before posting. ]] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fadsrom 1999-07-20 4:21 ` fadsrom Dan Malek @ 1999-07-24 20:41 ` Claude Robitaille 1999-07-25 9:31 ` fadsrom Bill Royal 0 siblings, 1 reply; 6+ messages in thread From: Claude Robitaille @ 1999-07-24 20:41 UTC (permalink / raw) To: Dan Malek; +Cc: linuxppc-dev Dan, Ok, I'll work on it; part time... so it may take a little while.. Where is start.S? I searched on my whole system (thinking it is a generic source, which probably does not make sense but just in case). Anyway, I did not find it, all I found is start.c in coffboot and chrpboot. for bintos19.c; I downloaded from the same place as you. I just did it again, gunzipped and did tar tf on it; no bintos19.c or start.S. There is 19 files, is this ok? Do you untar in an existing directory on your system where does files already exists? Claude On Tue, 20 Jul 1999, Dan Malek wrote: > Claude Robitaille wrote: > > > I want to use your fadsrom and I also want to modify it to > > add s-record download (unless you or somebody else on the list > > has already done it ...). > > Go for it! > > > > The first thing is, obviously, to compile it as is; I fail ..... :-( > > I am missing start.o. Where is it coming from? > > >From start.S....... > > > > There is no > > source in fadsrom.tgz (BTW I also notice that bintos19.c is > > missing, this would be pretty handy ....) > > I don't know what you downloaded, but I just downloaded the > file from ftp://linuxppc.cs.nmt.edu/pub/linuxppc/embedded/ > and everything was there..... > [[ This message was sent via the linuxppc-dev mailing list. Replies are ]] [[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]] [[ reply is of general interest. Please check http://lists.linuxppc.org/ ]] [[ and http://www.linuxppc.org/ for useful information before posting. ]] ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: fadsrom 1999-07-24 20:41 ` fadsrom Claude Robitaille @ 1999-07-25 9:31 ` Bill Royal 1999-07-26 14:07 ` fadsrom Dan Malek 0 siblings, 1 reply; 6+ messages in thread From: Bill Royal @ 1999-07-25 9:31 UTC (permalink / raw) To: Claude Robitaille, Dan Malek; +Cc: linuxppc-dev claude, start.s is in there; try opening fadsrom.tgz with something like WinZip on a PC. I'm no expert on compression formats, but we found that opening it with 'tar zxvf' didn't produce that file, but winzip95 extracted everything. Maybe Dan added that file to the archive after it was created? Bill -----Original Message----- From: owner-linuxppc-dev@lists.linuxppc.org [mailto:owner-linuxppc-dev@lists.linuxppc.org]On Behalf Of Claude Robitaille Sent: Saturday, July 24, 1999 4:42 PM To: Dan Malek Cc: linuxppc-dev@lists.linuxppc.org Subject: Re: fadsrom Dan, Ok, I'll work on it; part time... so it may take a little while.. Where is start.S? I searched on my whole system (thinking it is a generic source, which probably does not make sense but just in case). Anyway, I did not find it, all I found is start.c in coffboot and chrpboot. for bintos19.c; I downloaded from the same place as you. I just did it again, gunzipped and did tar tf on it; no bintos19.c or start.S. There is 19 files, is this ok? Do you untar in an existing directory on your system where does files already exists? Claude On Tue, 20 Jul 1999, Dan Malek wrote: > Claude Robitaille wrote: > > > I want to use your fadsrom and I also want to modify it to > > add s-record download (unless you or somebody else on the list > > has already done it ...). > > Go for it! > > > > The first thing is, obviously, to compile it as is; I fail ..... :-( > > I am missing start.o. Where is it coming from? > > >From start.S....... > > > > There is no > > source in fadsrom.tgz (BTW I also notice that bintos19.c is > > missing, this would be pretty handy ....) > > I don't know what you downloaded, but I just downloaded the > file from ftp://linuxppc.cs.nmt.edu/pub/linuxppc/embedded/ > and everything was there..... [[ This message was sent via the linuxppc-dev mailing list. Replies are ]] [[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]] [[ reply is of general interest. Please check http://lists.linuxppc.org/ ]] [[ and http://www.linuxppc.org/ for useful information before posting. ]] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fadsrom 1999-07-25 9:31 ` fadsrom Bill Royal @ 1999-07-26 14:07 ` Dan Malek 1999-07-26 18:11 ` fadsrom Todd C. Larsen 0 siblings, 1 reply; 6+ messages in thread From: Dan Malek @ 1999-07-26 14:07 UTC (permalink / raw) To: Bill Royal; +Cc: Claude Robitaille, linuxppc-dev Bill Royal wrote: > start.s is in there; Everything is there. I just retrieved the tar file _again_ and did tar zxvf fadsrom.tgz and got everything. For some reason, the dates on bintos19 and start.S are weird, but it is all there. -- Dan [[ This message was sent via the linuxppc-dev mailing list. Replies are ]] [[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]] [[ reply is of general interest. Please check http://lists.linuxppc.org/ ]] [[ and http://www.linuxppc.org/ for useful information before posting. ]] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fadsrom 1999-07-26 14:07 ` fadsrom Dan Malek @ 1999-07-26 18:11 ` Todd C. Larsen 0 siblings, 0 replies; 6+ messages in thread From: Todd C. Larsen @ 1999-07-26 18:11 UTC (permalink / raw) Cc: linuxppc-dev Dan Malek wrote: > For some reason, the dates on bintos19 and start.S are weird, > but it is all there. Dan, I had the same experience as Bill and the others, but I was able to retrieve the files using WinZip. I got the files, though, so I'm not complaining... -- Todd C. Larsen Yesterday it worked tlarsen@openbits.net Today it is not working ICQ: 29125733, "RealTime" on /. Windoze is like that [[ This message was sent via the linuxppc-dev mailing list. Replies are ]] [[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]] [[ reply is of general interest. Please check http://lists.linuxppc.org/ ]] [[ and http://www.linuxppc.org/ for useful information before posting. ]] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~1999-07-26 18:11 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 1999-07-17 2:10 fadsrom Claude Robitaille 1999-07-20 4:21 ` fadsrom Dan Malek 1999-07-24 20:41 ` fadsrom Claude Robitaille 1999-07-25 9:31 ` fadsrom Bill Royal 1999-07-26 14:07 ` fadsrom Dan Malek 1999-07-26 18:11 ` fadsrom Todd C. Larsen
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 NNTP newsgroup(s).