Hi
I installed and set up the board (ixp1200),I used linux, vmware and sdk
workbench 2,0 , and ran examples tutorial 1 and 2, all ok.
I want to run a proyect from workbench, load code in ue.
I realized
1- boot board ./bootixp
2- in /nfs/ixasdk/bin /arm-be
insmode ./ue.o
./rs_debug &
mknod /dev/octMac0 c 10 0
mknod /dev/octMac1 c 10 1
mknod /dev/octMac2 c 10 2
mknod /dev/octMac3 c 10 3
insmod --force ./octmac.o minorStart=0 mac0="a0:00:00:b0:00:00" mac1="c0:00:00:00:d0:01"
mac2="e0:00:00:00:f0:02" mac3="50:00:00:0d:00:03"
3- open in Vmware Sdk 2.01 my proyect
- check in menu debug harware
- in menu hardware options conect via ethernet 192.168.0.2
4 - start debuging
After at all, conect packet generator to port 0
in the output there are not packets (port 1)
is it correct to run aplication in this form?
I want tu run an load proyect in board from sdk
what is the procces?
att Karen Saenz