1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: vxworks 6.9 mvme6100 ETIMEDOUT(ox3c) error |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Ralph Lange <ralph.lange at gmx.de> |
Cc: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Thu, 10 Nov 2022 13:09:07 +0000 |
I suspect the key to resolving this is to understand that by default the VxWorks bootrom uses FTP, not TFTP, to download the OS image and st.cmd file. You can set a value in the flags boot parameter to tell it to use TFTP, but you’ll have to look at the output
from the bootrom’s ‘?’ command to see what bit needs to be set.
The ETIMEDOUT is because you presumably don’t have an FTP server running.
- Andrew
--
Complicity is easy, Simplexity takes real work
On Nov 10, 2022, at 2:43 AM, Ralph Lange via Tech-talk <tech-talk at aps.anl.gov> wrote:
|