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: | vxworks 6.9 mvme6100 ETIMEDOUT(ox3c) error |
From: | whitetiger1123 via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 10 Nov 2022 15:21:00 +0900 |
I really appreciate helping me and solve this problem Now I know how to put a filename path, and it doesn’t show me weird word(like /???/test/vxworks???/) anymore But I have some questions about configuration of MVME6100 My purpose is to booting vxWorks 6.9 on MVME6100 When I try to download(by tftp) vxWorks boot file from server to MVME6100, there is an error message for ‘Error loading file:errorno = 0x3c.’ So I research this error and it shows me this error means ETIMEDOUT. I think this error is because of server (that has the vxWorks boot file) can’t run tftp. Is my guess right? But I install tftp on the server very well and I tested this tftp on this server as well. I don’t know what problem is. Is anyone check my error and environment s what problem is? My error and environments are below: 1. Hardware : MVME6100 2. Software : Ubuntu 9.04 (this server has vxWorks Image setup file) 1. MVME6100 setting Switch(s4) position 4,2,1 OFF / 4 ON 2. Booting log on MVME6100 by vxWorks kernel [Vxworks Boot]:@ Boot device : geisc0 Unit number : 0 Processor number : 0 Host name : host File name : /work/vxconfig/vxworks/default/vxWorks Inet on ethernet : 10.4.49.67:ffffff00 Host inet :10.4.49.170 Gateway inet :10.4.49.99 User :test ftp password :test flags :0x0 Attached TCP/IP interfce to geisc0. Attaching network interface lo0… done. Loading.. Error loading file : errno = 0x3c. vxWorks boot file path is /home/test/work/vxconfig/vxworks/default/vxWorks. Do I have to use file path host:/work/vxconfig/vxworks/default/vxWorks or /home/test/work/vxconfig/vxworks/default/vxWorks like this? (←but it shows me a same error 0x3c.) I really want to know how to solve this error And always appreciate to reply my message and help me how to solve lots of error. Thanks! |