Quantcast
Viewing all articles
Browse latest Browse all 116964

Forum Post: RE: WL18xx card on EVM3358 can not work well

Hi Nobu,

You are throwing in too many unnecessary commands. You don't need all of those to construct the wl18xx-conf.bin file.
Please try the following for MIMO configuration:

  • cd <path to wlconf>
  • ./wlconf -o <location of wl18xx-conf.bin> -I official_inis/WL8_System_parameters_PG2_RDL_2_4_SP_MIMO.ini
  • ./wlconf -i <location of wl18xx-conf.bin> -o <location of wl18xx-conf.bin> wl18xx.ht.mode=0
  • ./wlconf -i <location of wl18xx-conf.bin> -o <location of wl18xx-conf.bin> wl18xx.phy.board_type=4
  • ./wlconf -i <location of wl18xx-conf.bin> -o <location of wl18xx-conf.bin> wl18xx.phy.number_of_assembled_ant2_4=2
  • ./wlconf -i <location of wl18xx-conf.bin> -o <location of wl18xx-conf.bin> wl18xx.phy.number_of_assembled_ant5=2
  • insmod <location of wl18xx.ko>
  • insmod <location of wl1core_sdio.ko>
  • (and then your regular ifconfig stuff)

Viewing all articles
Browse latest Browse all 116964

Trending Articles