View Single Post

  #3 (permalink)  
Old 05-29-2007, 08:10 AM
mighty mighty is offline
Junior Member
User
 
Join Date: May 2007
My distro: ARM-Linux
Posts: 3
Rep Power: 0
mighty is on a distinguished road
Default

Hi,

Thanks for your reply.
Yes, I have these files in the directory. However, it seems the BIN file is not written into the memory correctly. The DBG log is as the following:

*RT61*<7>===> RT61_init_one
PCI: enabling device 00:09.0 (0000 -> 0002)
*RT61*<7>Driver version-1.1.0.0
RT61: Vendor = 0x1814, Product = 0x0301
*RT61*<7>ra0: at 0xa0000000, VA 0xc2e1e000, IRQ 155.
*RT61*<7><=== RT61_init_one
*RT61*<7>--> RTMPAllocAdapterBlock
*RT61*<7><-- RTMPAllocAdapterBlock
*RT61*<7>--> RTMPAllocDMAMemory
*RT61*<7>TxRing[0]: total 64 entry allocated
*RT61*<7>TxRing[1]: total 64 entry allocated
*RT61*<7>TxRing[2]: total 64 entry allocated
*RT61*<7>TxRing[3]: total 64 entry allocated
*RT61*<7>TxRing[4]: total 64 entry allocated
*RT61*<7>MGMT Ring: total 32 entry allocated
*RT61*<7>Rx Ring: total 64 entry allocated
*RT61*<7><-- RTMPAllocDMAMemory
*RT61*<7><--> NICInitTxRxRingAndBacklogQueue
*RT61*<7>--> PortCfgInit
*RT61*<7><-- PortCfgInit
*RT61*<7>===> NICLoadFirmware
*RT61*<7>NICLoadFirmware OK: CRC = 0xbb60 ver=0.8
*RT61*<7>FileLength = 8192
*RT61*<7>NICLoadFirmware: MCU is not ready


*RT61*<7><=== NICLoadFirmware (src=/etc/Wireless/RT61STA/rt2561s.bin, status=1)
*RT61*<7>==> MlmeHalt
*RT61*<7>SW interrupt MCU (cmd=0x50, token=0xff, arg1,arg0=0x00,0x00)
*RT61*<7>--->Disable TSF synchronization
*RT61*<7><== MlmeHalt
*RT61*<7>--> RTMPFreeDMAMemory
*RT61*<7><-- RTMPFreeDMAMemory
*RT61*<7>--> RTMPAllocAdapterBlock
*RT61*<7><-- RTMPAllocAdapterBlock
*RT61*<7>--> RTMPAllocDMAMemory
*RT61*<7>TxRing[0]: total 64 entry allocated
*RT61*<7>TxRing[1]: total 64 entry allocated
*RT61*<7>TxRing[2]: total 64 entry allocated
*RT61*<7>TxRing[3]: total 64 entry allocated
*RT61*<7>TxRing[4]: total 64 entry allocated
*RT61*<7>MGMT Ring: total 32 entry allocated
*RT61*<7>Rx Ring: total 64 entry allocated
*RT61*<7><-- RTMPAllocDMAMemory
*RT61*<7><--> NICInitTxRxRingAndBacklogQueue
*RT61*<7>--> PortCfgInit
*RT61*<7><-- PortCfgInit
*RT61*<7>===> NICLoadFirmware
*RT61*<7>NICLoadFirmware OK: CRC = 0xbb60 ver=0.8
*RT61*<7>FileLength = 8192
*RT61*<7>NICLoadFirmware: MCU is not ready


*RT61*<7><=== NICLoadFirmware (src=/etc/Wireless/RT61STA/rt2561s.bin, status=1)
*RT61*<7>==> MlmeHalt
*RT61*<7>SW interrupt MCU (cmd=0x50, token=0xff, arg1,arg0=0x00,0x00)
*RT61*<7>--->Disable TSF synchronization
*RT61*<7><== MlmeHalt
*RT61*<7>--> RTMPFreeDMAMemory
*RT61*<7><-- RTMPFreeDMAMemory

Thanks,
Reply With Quote