Hi, I'm new to the mailing list so you'll have to excuse me for asking a newbee question. In the Princeton work with the IXP1200, what environment runs in the StrongArm of the IXP1200 ? Is it vxWorks ? Thanks. -- Hal Rosenstock
Hal Rosenstock writes:
In the Princeton work with the IXP1200, what environment runs in the StrongArm of the IXP1200 ? Is it vxWorks ?
We run our own code on the StrongARM. We temporarily remove the flash memory from the evaluation board (it is socketed), and use an external device programmer to get our firmware into the device. The code sets up the board to act as a PCI peripheral so that we can plug it into a standard PC. The firmware implements a simple protocol which allows the host CPU to download StrongARM code to the IXP1200 evaluation board over the PCI bus. We run Linux on the Pentium and have our own device driver which interacts with the board. We run an unmodified GCC configured as a cross-compiler to compile the StrongARM code. Scott
participants (2)
-
Hal Rosenstock
-
Scott C. Karlin