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: Loading EPICS/RTEMS Apps from local filesystem on VME board |
From: | Daron Chabot <[email protected]> |
To: | Jim Eastman <[email protected]> |
Cc: | EPICS <[email protected]> |
Date: | Wed, 19 Jan 2011 19:33:31 -0500 |
This e-mail and any attachment(s) are from Pro-Dex, Inc. and may contain information that is confidential or privileged. If you are not the intended recipient, do not read, copy or distribute the e-mail or any attachments. Instead, please notify the sender at the phone number indicated above and delete the e-mail and any attachments. Thank you.Hello,
I'm working on setting up a XVME-661 (Pentium III 700 MHz; 256 MB RAM PC on a VME board) to run EPICS/RTEMS applications (and learning my way around both of those at the same time). I'm using RTEMS-4.10 and EPICS 3.14.12 in a mingw32 environment on a Windows 7 machine to build apps. I'm then copying the applications to the VME system hard drive and using GRUB to boot the application.
From what I've read of various getting started documents, it seems like the normal approach is to have an RTEMS-based system get networking information from a BOOTP server and then load application files from a TFTP server. However, I'm not able to run either of those servers, and since I have plenty of hard drive space on the VME system, I would like to able to load complete applications from the local filesystem.
I have tried booting the rtemsTestHarness app, as well a test app (generated using makeBaseApp), GRUB seems to able to load the application just fine but then get hung up on an infinitely looping "BOOTP call failed."
So I'm wondering if there's a simple way of either bypassing the BOOTP while loading the application, or somehow breaking out of that infinite loop and continuing to load the application.
Thanks in advance for any help or advice!
Regards,
Jim Eastman