<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto">
<div dir="auto">
<div dir="auto">Increasing the size of the allocated memory worked. Thank you!</div>
<div><br>
<div class="elided-text">On Jun 23, 2023 08:20, Joel Sherrill <joel@rtems.org> wrote:<br type="attribution">
<blockquote style="margin:0 0 0 0.8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div dir="ltr">Hi
<div><br>
</div>
<div><br>
</div>
<div>The message "<span style="color:rgb(0 ,0 ,0); font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:16px">sec1: (tsec ethernet) Your application has not enough mbuf clusters </span><span style="color:rgb(0 ,0 ,0); font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:16px">configured
for this driver." would normally indicate that you don't have enough mbuf memory configured. See</span></div>
<div><span style="color:rgb(0 ,0 ,0); font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:16px"><br>
</span></div>
<div><a href="https://git.rtems.org/network-demos/tree/networkconfig-mpc8313erdb.h">https://git.rtems.org/network-demos/tree/networkconfig-mpc8313erdb.h</a> </div>
<div><br>
</div>
<div>around line 88 for the parameters you likely need to increase.<span style="color:rgb(0 ,0 ,0); font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:16px"><br>
</span></div>
<div><br>
</div>
<div>If there is a minimum, it is in the network driver itself somewhere. Should be under ./bsps/powerpc/mvme3100/</div>
<div><br>
</div>
<div>If this is a GigE interface, it is sometimes surprising how much buffering you need.</div>
<div><br>
</div>
<div>--joel</div>
</div>
<br>
<div class="elided-text">
<div dir="ltr">On Thu, Jun 22, 2023 at 4:21 PM Zainab Olalekan <<a href="mailto:zolaleka@uccs.edu">zolaleka@uccs.edu</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204 ,204 ,204); padding-left:1ex">
<div>
<div dir="ltr">
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
Hi everyone, </div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<div><br>
</div>
<div>I am having issues running rtems network legacy on the MVME3100 board. The configuration setup and output are below. Could you advise on how to resolve this problem? Thank you.</div>
<div><br>
</div>
<div><br>
</div>
<div>NET_CFG_IFACE =tse1</div>
<div>NET_CFG_BOOT_PROT = dhcp</div>
<div>NET_CFG_SELF_IP = xx.xx.xx.xx</div>
<div>NET_CFG_NETMASK = 255.xx.xx.xx</div>
<div>NET_CFG_MAC_ADDR = xx:xx:xx:xx:xx:xx</div>
<div>NET_CFG_GATEWAY_IP = 0.0.0.0</div>
NET_CFG_DOMAINNAME = localnet<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<table cellspacing="0" cellpadding="1" style="border-collapse:collapse">
<tbody>
<tr>
<td scope="" style="width:663.021px; border-width:1px; border-style:solid; border-color:rgb(171 ,171 ,171); height:1613.39px; white-space:normal">
Welcome to rtems-6.0.0 (PowerPC/Generic (no FPU)/mvme3100)
<div>BSP: mvme3100, CVS Release ($Name$)</div>
<div>CPU 0x8020 - rev 0x20</div>
<div>Additionnal boot options are H</div>
<div>Initial system stack at 117070</div>
<div>Going to start PCI buses scanning and initialization</div>
<div>Board Type: MVME3100-1152 (S/N E1726C0)</div>
<div>External (=PCI Bus) Clock Freq : 66666666 Hz</div>
<div>Core Complex Bus (CCB) Clock Freq: 333333330 Hz</div>
<div>CPU Clock Freq: 133333332 Hz</div>
<div>Ethernet 0 EC:9E:CD:19:B3:53</div>
<div>Ethernet 1 EC:9E:CD:19:B3:54</div>
<div>Ethernet 2 EC:9E:CD:19:B3:55</div>
<div>Number of PCI buses found is : 2</div>
<div>BUS:SLOT:FUN VENDOR-DEV_ID: COMMAND STATUS BASE_ADDR0 BASE_ADDR1 IRQ_PIN -> IRQ_LINE</div>
<div> 0:0x00:0 0x1057-0x0008: 0x0006 0x20b0 0x80000000 0x00000000 0 -> 0 (=0x00)</div>
<div> 0:0x11:0 0x10e3-0x0148: 0x0146 0x02b0 0x80100004 0x00000000 1 -> 0 (=0x00)</div>
<div> 0:0x12:0 0x10b5-0x6520: 0x0147 0x02b0 0x00000000 0x00000000 0 -> 0 (=0x00)</div>
<div> 0:0x14:0 0x1095-0x3124: 0x01c7 0x02b0 0x80300004 0x00000000 1 -> 2 (=0x02)</div>
<div>Memory: 268435456 bytes</div>
<div>Cleared PCI errors: pci_stat was 0x20b0</div>
<div>OpenPIC Version 1.2 (1 CPUs and 56 IRQ sources) at 0x3775135744</div>
<div>OpenPIC Vendor 0 (Unknown), Device 0 (Unknown), Stepping 0</div>
<div>OpenPIC timer frequency is 41666666 Hz</div>
<div>MSR is 0x00001000, TCR 0x04000000</div>
<div>-----------------------------------------</div>
<div>Exit from bspstart</div>
<div>Tundra Tsi148 PCI-VME bridge detected at 0x80100000, IRQ 0</div>
<div>Tsi148 Outbound Ports:</div>
<div>Port VME-Addr Size PCI-Adrs Mode:</div>
<div>0: 0x20000000 0x0e000000 0xc0000000 A32, SUP, D32, SCT</div>
<div>1: 0x00000000 0x00ff0000 0xcf000000 A24, SUP, D32, SCT</div>
<div>2: 0x00000000 0x00010000 0xcfff0000 A16, SUP, D32, SCT</div>
<div>7: 0x00000000 0x01000000 0xce000000 CSR, SUP, D32, SCT</div>
<div>Tsi148 Inbound Ports:</div>
<div>Port VME-Addr Size PCI-Adrs Mode:</div>
<div>0: 0xc0000000 0x10000000 0x00000000 A32, PGM, DAT, SUP, USR, MBLT, BLT</div>
<div>vmeTsi148 IRQ manager: looking for registers on VME...</div>
<div>Trying to find CSR on VME...</div>
<div>vmeTsi148 - IRQ manager using VME CSR to flush FIFO</div>
<div>libi2c: Claiming driver slot failed (rtems status code 5)</div>
<div>Initializing I2C library failed</div>
<div>Registering /dev/console as minor 0 (==/dev/ttyS0)</div>
<div><br>
</div>
<div><br>
</div>
<div>*** BEGIN OF TEST TELNETD 2 ***</div>
<div>*** TEST VERSION: 6.0.0.b2967081e5daa673141d714a2e53280898dce566</div>
<div>*** TEST STATE: EXPECTED_PASS</div>
<div>*** TEST BUILD: RTEMS_POSIX_API</div>
<div>*** TEST TOOLS: 12.2.1 20230425 (RTEMS 6, RSB 3c8c2ce38a8fe0a622f88fb3422d1f8fa609609b, Newlib 9ae9eef)</div>
<div>tsec1: (tsec ethernet) Your application has not enough mbuf clusters</div>
<div> configured for this driver.</div>
<div>Can't bring tse1 up: No such device or address</div>
<div> an't set default route: Network is</div>
<div> unr[e aRchTaEblMe</div>
<div>c./.S. /stehsutsuittdeso/wtelnent d02]/init.</div>
<div> : 6R3T rv E=M= 0S</div>
<div> version: 6.0.0.b2967081e5daa673141d714a2e53280898dce566</div>
<div>RTEMS tools: 12.2.1 20230425 (RTEMS 6, RSB 3c8c2ce38a8fe0a622f88fb3422d1f8fa609609b, Newlib 9ae9eef)</div>
<div>executing thread ID: 0x0a010001</div>
executing thread name: UI1<br>
</td>
</tr>
</tbody>
</table>
<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div>
<div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
Best Regards,</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
Zainab Olalekan</div>
</div>
</div>
</div>
</div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users">http://lists.rtems.org/mailman/listinfo/users</a></div>
</blockquote>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
<div><br>
<div class="elided-text">On Jun 23, 2023 08:20, Joel Sherrill <joel@rtems.org> wrote:<br type="attribution">
<blockquote style="margin:0 0 0 0.8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div dir="ltr">Hi
<div><br>
</div>
<div><br>
</div>
<div>The message "<span style="color:rgb(0 ,0 ,0); font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:16px">sec1: (tsec ethernet) Your application has not enough mbuf clusters </span><span style="color:rgb(0 ,0 ,0); font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:16px">configured
for this driver." would normally indicate that you don't have enough mbuf memory configured. See</span></div>
<div><span style="color:rgb(0 ,0 ,0); font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:16px"><br>
</span></div>
<div><a href="https://git.rtems.org/network-demos/tree/networkconfig-mpc8313erdb.h">https://git.rtems.org/network-demos/tree/networkconfig-mpc8313erdb.h</a> </div>
<div><br>
</div>
<div>around line 88 for the parameters you likely need to increase.<span style="color:rgb(0 ,0 ,0); font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:16px"><br>
</span></div>
<div><br>
</div>
<div>If there is a minimum, it is in the network driver itself somewhere. Should be under ./bsps/powerpc/mvme3100/</div>
<div><br>
</div>
<div>If this is a GigE interface, it is sometimes surprising how much buffering you need.</div>
<div><br>
</div>
<div>--joel</div>
</div>
<br>
<div class="elided-text">
<div dir="ltr">On Thu, Jun 22, 2023 at 4:21 PM Zainab Olalekan <<a href="mailto:zolaleka@uccs.edu">zolaleka@uccs.edu</a>> wrote:<br>
</div>
<blockquote style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204 ,204 ,204); padding-left:1ex">
<div>
<div dir="ltr">
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
Hi everyone, </div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<div><br>
</div>
<div>I am having issues running rtems network legacy on the MVME3100 board. The configuration setup and output are below. Could you advise on how to resolve this problem? Thank you.</div>
<div><br>
</div>
<div><br>
</div>
<div>NET_CFG_IFACE =tse1</div>
<div>NET_CFG_BOOT_PROT = dhcp</div>
<div>NET_CFG_SELF_IP = xx.xx.xx.xx</div>
<div>NET_CFG_NETMASK = 255.xx.xx.xx</div>
<div>NET_CFG_MAC_ADDR = xx:xx:xx:xx:xx:xx</div>
<div>NET_CFG_GATEWAY_IP = 0.0.0.0</div>
NET_CFG_DOMAINNAME = localnet<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<table cellspacing="0" cellpadding="1" style="border-collapse:collapse">
<tbody>
<tr>
<td scope="" style="width:663.021px; border-width:1px; border-style:solid; border-color:rgb(171 ,171 ,171); height:1613.39px; white-space:normal">
Welcome to rtems-6.0.0 (PowerPC/Generic (no FPU)/mvme3100)
<div>BSP: mvme3100, CVS Release ($Name$)</div>
<div>CPU 0x8020 - rev 0x20</div>
<div>Additionnal boot options are H</div>
<div>Initial system stack at 117070</div>
<div>Going to start PCI buses scanning and initialization</div>
<div>Board Type: MVME3100-1152 (S/N E1726C0)</div>
<div>External (=PCI Bus) Clock Freq : 66666666 Hz</div>
<div>Core Complex Bus (CCB) Clock Freq: 333333330 Hz</div>
<div>CPU Clock Freq: 133333332 Hz</div>
<div>Ethernet 0 EC:9E:CD:19:B3:53</div>
<div>Ethernet 1 EC:9E:CD:19:B3:54</div>
<div>Ethernet 2 EC:9E:CD:19:B3:55</div>
<div>Number of PCI buses found is : 2</div>
<div>BUS:SLOT:FUN VENDOR-DEV_ID: COMMAND STATUS BASE_ADDR0 BASE_ADDR1 IRQ_PIN -> IRQ_LINE</div>
<div> 0:0x00:0 0x1057-0x0008: 0x0006 0x20b0 0x80000000 0x00000000 0 -> 0 (=0x00)</div>
<div> 0:0x11:0 0x10e3-0x0148: 0x0146 0x02b0 0x80100004 0x00000000 1 -> 0 (=0x00)</div>
<div> 0:0x12:0 0x10b5-0x6520: 0x0147 0x02b0 0x00000000 0x00000000 0 -> 0 (=0x00)</div>
<div> 0:0x14:0 0x1095-0x3124: 0x01c7 0x02b0 0x80300004 0x00000000 1 -> 2 (=0x02)</div>
<div>Memory: 268435456 bytes</div>
<div>Cleared PCI errors: pci_stat was 0x20b0</div>
<div>OpenPIC Version 1.2 (1 CPUs and 56 IRQ sources) at 0x3775135744</div>
<div>OpenPIC Vendor 0 (Unknown), Device 0 (Unknown), Stepping 0</div>
<div>OpenPIC timer frequency is 41666666 Hz</div>
<div>MSR is 0x00001000, TCR 0x04000000</div>
<div>-----------------------------------------</div>
<div>Exit from bspstart</div>
<div>Tundra Tsi148 PCI-VME bridge detected at 0x80100000, IRQ 0</div>
<div>Tsi148 Outbound Ports:</div>
<div>Port VME-Addr Size PCI-Adrs Mode:</div>
<div>0: 0x20000000 0x0e000000 0xc0000000 A32, SUP, D32, SCT</div>
<div>1: 0x00000000 0x00ff0000 0xcf000000 A24, SUP, D32, SCT</div>
<div>2: 0x00000000 0x00010000 0xcfff0000 A16, SUP, D32, SCT</div>
<div>7: 0x00000000 0x01000000 0xce000000 CSR, SUP, D32, SCT</div>
<div>Tsi148 Inbound Ports:</div>
<div>Port VME-Addr Size PCI-Adrs Mode:</div>
<div>0: 0xc0000000 0x10000000 0x00000000 A32, PGM, DAT, SUP, USR, MBLT, BLT</div>
<div>vmeTsi148 IRQ manager: looking for registers on VME...</div>
<div>Trying to find CSR on VME...</div>
<div>vmeTsi148 - IRQ manager using VME CSR to flush FIFO</div>
<div>libi2c: Claiming driver slot failed (rtems status code 5)</div>
<div>Initializing I2C library failed</div>
<div>Registering /dev/console as minor 0 (==/dev/ttyS0)</div>
<div><br>
</div>
<div><br>
</div>
<div>*** BEGIN OF TEST TELNETD 2 ***</div>
<div>*** TEST VERSION: 6.0.0.b2967081e5daa673141d714a2e53280898dce566</div>
<div>*** TEST STATE: EXPECTED_PASS</div>
<div>*** TEST BUILD: RTEMS_POSIX_API</div>
<div>*** TEST TOOLS: 12.2.1 20230425 (RTEMS 6, RSB 3c8c2ce38a8fe0a622f88fb3422d1f8fa609609b, Newlib 9ae9eef)</div>
<div>tsec1: (tsec ethernet) Your application has not enough mbuf clusters</div>
<div> configured for this driver.</div>
<div>Can't bring tse1 up: No such device or address</div>
<div> an't set default route: Network is</div>
<div> unr[e aRchTaEblMe</div>
<div>c./.S. /stehsutsuittdeso/wtelnent d02]/init.</div>
<div> : 6R3T rv E=M= 0S</div>
<div> version: 6.0.0.b2967081e5daa673141d714a2e53280898dce566</div>
<div>RTEMS tools: 12.2.1 20230425 (RTEMS 6, RSB 3c8c2ce38a8fe0a622f88fb3422d1f8fa609609b, Newlib 9ae9eef)</div>
<div>executing thread ID: 0x0a010001</div>
executing thread name: UI1<br>
</td>
</tr>
</tbody>
</table>
<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
<br>
</div>
<div>
<div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
Best Regards,</div>
<div style="font-family:'calibri' ,'arial' ,'helvetica' ,sans-serif; font-size:12pt; color:rgb(0 ,0 ,0)">
Zainab Olalekan</div>
</div>
</div>
</div>
</div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users">http://lists.rtems.org/mailman/listinfo/users</a></div>
</blockquote>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Jun 23, 2023 08:20, Joel Sherrill <joel@rtems.org> wrote:<br type="attribution">
</div>
</div>
<div>
<div dir="ltr">Hi
<div><br>
</div>
<div><br>
</div>
<div>The message "<span style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">sec1: (tsec ethernet) Your application has not enough mbuf clusters </span><span style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px">configured
for this driver." would normally indicate that you don't have enough mbuf memory configured. See</span></div>
<div><span style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px"><br>
</span></div>
<div><a href="https://git.rtems.org/network-demos/tree/networkconfig-mpc8313erdb.h" target="_blank">https://git.rtems.org/network-demos/tree/networkconfig-mpc8313erdb.h</a> </div>
<div><br>
</div>
<div>around line 88 for the parameters you likely need to increase.<span style="color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif; font-size:16px"><br>
</span></div>
<div><br>
</div>
<div>If there is a minimum, it is in the network driver itself somewhere. Should be under ./bsps/powerpc/mvme3100/</div>
<div><br>
</div>
<div>If this is a GigE interface, it is sometimes surprising how much buffering you need.</div>
<div><br>
</div>
<div>--joel</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, Jun 22, 2023 at 4:21 PM Zainab Olalekan <<a href="mailto:zolaleka@uccs.edu" target="_blank">zolaleka@uccs.edu</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div>
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi everyone, </div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<div><br>
</div>
<div>I am having issues running rtems network legacy on the MVME3100 board. The configuration setup and output are below. Could you advise on how to resolve this problem? Thank you.</div>
<div><br>
</div>
<div><br>
</div>
<div>NET_CFG_IFACE =tse1</div>
<div>NET_CFG_BOOT_PROT = dhcp</div>
<div>NET_CFG_SELF_IP = xx.xx.xx.xx</div>
<div>NET_CFG_NETMASK = 255.xx.xx.xx</div>
<div>NET_CFG_MAC_ADDR = xx:xx:xx:xx:xx:xx</div>
<div>NET_CFG_GATEWAY_IP = 0.0.0.0</div>
NET_CFG_DOMAINNAME = localnet<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<table cellspacing="0" cellpadding="1" style="border-collapse:collapse; box-sizing:border-box">
<tbody>
<tr>
<td scope="" style="width:663.021px; border-width:1px; border-style:solid; border-color:rgb(171,171,171); box-sizing:border-box; height:1613.39px; word-break:break-word; white-space:normal">
Welcome to rtems-6.0.0 (PowerPC/Generic (no FPU)/mvme3100)
<div>BSP: mvme3100, CVS Release ($Name$)</div>
<div>CPU 0x8020 - rev 0x20</div>
<div>Additionnal boot options are H</div>
<div>Initial system stack at 117070</div>
<div>Going to start PCI buses scanning and initialization</div>
<div>Board Type: MVME3100-1152 (S/N E1726C0)</div>
<div>External (=PCI Bus) Clock Freq : 66666666 Hz</div>
<div>Core Complex Bus (CCB) Clock Freq: 333333330 Hz</div>
<div>CPU Clock Freq: 133333332 Hz</div>
<div>Ethernet 0 EC:9E:CD:19:B3:53</div>
<div>Ethernet 1 EC:9E:CD:19:B3:54</div>
<div>Ethernet 2 EC:9E:CD:19:B3:55</div>
<div>Number of PCI buses found is : 2</div>
<div>BUS:SLOT:FUN VENDOR-DEV_ID: COMMAND STATUS BASE_ADDR0 BASE_ADDR1 IRQ_PIN -> IRQ_LINE</div>
<div> 0:0x00:0 0x1057-0x0008: 0x0006 0x20b0 0x80000000 0x00000000 0 -> 0 (=0x00)</div>
<div> 0:0x11:0 0x10e3-0x0148: 0x0146 0x02b0 0x80100004 0x00000000 1 -> 0 (=0x00)</div>
<div> 0:0x12:0 0x10b5-0x6520: 0x0147 0x02b0 0x00000000 0x00000000 0 -> 0 (=0x00)</div>
<div> 0:0x14:0 0x1095-0x3124: 0x01c7 0x02b0 0x80300004 0x00000000 1 -> 2 (=0x02)</div>
<div>Memory: 268435456 bytes</div>
<div>Cleared PCI errors: pci_stat was 0x20b0</div>
<div>OpenPIC Version 1.2 (1 CPUs and 56 IRQ sources) at 0x3775135744</div>
<div>OpenPIC Vendor 0 (Unknown), Device 0 (Unknown), Stepping 0</div>
<div>OpenPIC timer frequency is 41666666 Hz</div>
<div>MSR is 0x00001000, TCR 0x04000000</div>
<div>-----------------------------------------</div>
<div>Exit from bspstart</div>
<div>Tundra Tsi148 PCI-VME bridge detected at 0x80100000, IRQ 0</div>
<div>Tsi148 Outbound Ports:</div>
<div>Port VME-Addr Size PCI-Adrs Mode:</div>
<div>0: 0x20000000 0x0e000000 0xc0000000 A32, SUP, D32, SCT</div>
<div>1: 0x00000000 0x00ff0000 0xcf000000 A24, SUP, D32, SCT</div>
<div>2: 0x00000000 0x00010000 0xcfff0000 A16, SUP, D32, SCT</div>
<div>7: 0x00000000 0x01000000 0xce000000 CSR, SUP, D32, SCT</div>
<div>Tsi148 Inbound Ports:</div>
<div>Port VME-Addr Size PCI-Adrs Mode:</div>
<div>0: 0xc0000000 0x10000000 0x00000000 A32, PGM, DAT, SUP, USR, MBLT, BLT</div>
<div>vmeTsi148 IRQ manager: looking for registers on VME...</div>
<div>Trying to find CSR on VME...</div>
<div>vmeTsi148 - IRQ manager using VME CSR to flush FIFO</div>
<div>libi2c: Claiming driver slot failed (rtems status code 5)</div>
<div>Initializing I2C library failed</div>
<div>Registering /dev/console as minor 0 (==/dev/ttyS0)</div>
<div><br>
</div>
<div><br>
</div>
<div>*** BEGIN OF TEST TELNETD 2 ***</div>
<div>*** TEST VERSION: 6.0.0.b2967081e5daa673141d714a2e53280898dce566</div>
<div>*** TEST STATE: EXPECTED_PASS</div>
<div>*** TEST BUILD: RTEMS_POSIX_API</div>
<div>*** TEST TOOLS: 12.2.1 20230425 (RTEMS 6, RSB 3c8c2ce38a8fe0a622f88fb3422d1f8fa609609b, Newlib 9ae9eef)</div>
<div>tsec1: (tsec ethernet) Your application has not enough mbuf clusters</div>
<div> configured for this driver.</div>
<div>Can't bring tse1 up: No such device or address</div>
<div> an't set default route: Network is</div>
<div> unr[e aRchTaEblMe</div>
<div>c./.S. /stehsutsuittdeso/wtelnent d02]/init.</div>
<div> : 6R3T rv E=M= 0S</div>
<div> version: 6.0.0.b2967081e5daa673141d714a2e53280898dce566</div>
<div>RTEMS tools: 12.2.1 20230425 (RTEMS 6, RSB 3c8c2ce38a8fe0a622f88fb3422d1f8fa609609b, Newlib 9ae9eef)</div>
<div>executing thread ID: 0x0a010001</div>
executing thread name: UI1<br>
</td>
</tr>
</tbody>
</table>
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div id="m_-4489778123519644100m_-2931019636179479116m_1620411159523813136Signature">
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Best Regards,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Zainab Olalekan</div>
</div>
</div>
</div>
</div>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></div>
</blockquote>
</div>
</div>
</body>
</html>