![](https://secure.gravatar.com/avatar/6fa2e5999426fe8ddc787363908e43b0.jpg?s=120&d=mm&r=g)
Hi, Did you get this running yet? You seem to be mixing up the "workbench" and "non-workbench" mode. If you are running with mode=0, you need the SlowIngressCount.uof and SlowEgressRR.uof files in your bin/arm-be directory. This is because the ixconfig app loads the microcode with the help of RM and uclo in the non-wkbench mode. You can build them from the command line on your windows machine using src/microace/ucbuild/Makefile.win For mode=1, you can build and download the single Count_8_1Gig.uof from the workbench. See if this works. -- abhijeet On 20 Jun 2003, Øyvind Hvamstad wrote:
Hi, I'm trying to do the "tutorial" for the ENP-2505 card. The card is up after numerous hours of compiling and tweeking. So now I am ready for some programming; I thought..
I tried to start with the Count_8_1 project. I follow the README in $IXROOT/src/microace/aces/tutorial1 and use the workbench to build the microACE. This results in a single .uof file, Count_8_1Gig.uof. I copy this to the $IXROOT/bin/arm-be directory, then I run export CONFIG=ARM_BE and make the code. I modify the ixsys.config file to use interface 0-3 and mode=0, then I copy it to $IXROOT/bin/arm-be. That's it.
The output when I run ./ixstart on the board outputs: <snip> ConfigureFBusInterface: ENP has 64Bit IXbus. ConfigureFBusInterface: ENP has 64Bit IXbus. ixconfig: Initialized Resource Manager ixconfig: ix_task_init successful ixconfig: Created OSSL thread ixconfig: ix_res_open_sync successful ixconfig: ix_ns_open_sync successful ixconfig: File ./SlowIngressCount.uof doesn't Exist or doesn't have READ permission. </snip>