Page 1 of 2 12 LastLast
Results 1 to 15 of 28

Thread: Где можно скачать toolchain?

  1. #1

    Question Где можно скачать toolchain?

    Я следую инструкциям для того, чтобы собрать самую последнюю версию.

    Инструкции дать ссылку на набор инструментов на code.google.com, но это больше не существует.

    Где можно скачать последнюю toolchain?

    Кроме того что я должен делать специальные, чтобы заставить его работать с BCM4322 картой?

    Спасибо

    Извините за перевод Русский, но я думал, что я мог бы получить быстрый ответ на русской секции.

  2. #2
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by mockingbird View Post
    Где можно скачать последнюю toolchain?
    Project moved to github, moreover there is automatic redirect from googlecode page set.
    Toolchain actual sources
    https://github.com/wl500g/toolchain

    Кроме того что я должен делать специальные, чтобы заставить его работать с BCM4322 картой?
    It's too different task than your first question - say thanks to Broadcom for Wi-Fi driver blob(no sources). You have to read two forum threads:

    http://wl500g.info/showthread.php?27...5-GHz-DualBand
    http://wl500g.info/showthread.php?29...5-GHz-DualBand

  3. #3
    Join Date
    Mar 2009
    Location
    Russia, Moscow
    Posts
    2,119
    Blog Entries
    33
    Проект переехал на GitHub:
    https://github.com/wl500g
    Можно еще посмотреть здесь:
    http://vampik.ru/wl500g/toolchain/
    http://asus.vectormm.net/compiled%20tools/
    Готовые сборки для Asus WL-500gP с картой BCM43222:
    http://www.mediafire.com/download/c6..._Firmwares.exe
    http://wl500g.info/showthread.php?24...-Fi-N-!/page19

  4. #4
    Quote Originally Posted by lly View Post
    Project moved to github, moreover there is automatic redirect from googlecode page set.
    Toolchain actual sources
    https://github.com/wl500g/toolchain
    Thanks.
    It's too different task than your first question - say thanks to Broadcom for Wi-Fi driver blob(no sources). You have to read two forum threads:

    http://wl500g.info/showthread.php?27...5-GHz-DualBand
    http://wl500g.info/showthread.php?29...5-GHz-DualBand
    True. B43 is binary only. But this is not a problem anymore. I have heard that it is stable now. Anyways, open source Atheros is not much better. Using DIR-615 C1 with Gargoyle and it is pretty good but not 100%.
    Quote Originally Posted by Omega View Post
    Готовые сборки для Asus WL-500gP с картой BCM43222:
    http://www.mediafire.com/download/c6..._Firmwares.exe
    Спасибо!

    Стоит ли пытаться построить себе? Я прошу, потому что его последняя сборка R5631. Какие различные шаги нужно предпринять построить его для BCM43222?


    редактировать: как имена файлов в архиве сказать «WL500W»? (Последний из них является «WL500W-1.9.2.7-РТН r5631M_BRCM_43222_T4.6.3.trx»).

    Есть только два для WL - 500G Premium V1, и они являются:
    WL500gp-1.9.2.7-РТН r4330M.trx
    WL500gp-1.9.2.7-РТН r4717M.trx

    редактировать #2:

    What is the correct way to build the toolchain?

    So far I do:
    git clone http://github.com/wl500g/toolchain.git toolchain

    Code:
    Checking 'working-make'... ok.
    Checking 'case-sensitive-fs'... ok.
    Checking 'working-gcc'... ok.
    Checking 'working-g++'... ok.
    Checking 'ncurses'... ok.
    Checking 'zlib'... ok.
    Checking 'gawk'... ok.
    Checking 'bison'... ok.
    Checking 'flex'... ok.
    Checking 'unzip'... ok.
    Checking 'bzip2'... ok.
    Checking 'patch'... ok.
    Checking 'perl'... ok.
    Checking 'wget'... ok.
    Checking 'gnutar'... ok.
    Checking 'autoconf'... ok.
    Checking 'gnu-find'... ok.
    Checking 'git'... ok.
    Checking 'non-root'... ok.
    #
    # using defaults found in .config
    #
    
    
    *** End of Toolchain configuration.
    *** Execute 'make' to build the Toolchain or try 'make help'.
    
    + mkdir -p /opt/brcm/hndtools-mipsel-uclibc-4.6.4
    mkdir: cannot create directory `/opt/brcm/hndtools-mipsel-uclibc-4.6.4': Permission denied
    + cd /opt/brcm/hndtools-mipsel-uclibc-4.6.4
    bash: line 3: cd: /opt/brcm/hndtools-mipsel-uclibc-4.6.4: No such file or directory
    + mkdir -p bin lib include stamp
    install: cannot create regular file `/opt/brcm/hndtools-mipsel-uclibc-4.6.4/info.mk': No such file or directory
    /bin/sh: Syntax error: word unexpected
    make: *** [world] Error 2
    редактировать #3:

    Ok, ran "sudo chmod -R user:user opt" to give user access to root directory opt.

    Ran make again in toolchain. This time, different error:

    "/bin/sh: Syntax error: Word unexpected"

    Any idea?

    редактировать #4:
    Ok, so I think it has to do with the ancient versions of Binutils and GCC on Debian 6 "Squeeze". The only reason I tried on Debian 6 instead of 7 is that compiling on 7 gave me "Stop: Unsupported Target" or something like that. But I think I just need to download 2.6 Kernel headers or source on Debian 7. I'll give it a shot.

    Otherwise I'll have to find backports for newer GCC and Binutils for Squeeze... Maybe I'll write a step-by-step process if I'm successful, because the current one, while not outdated, isn't exactly newbie-friendly... What I'd like to know in the meantime is how to modify the 500GPV1 target to use BCM4322. Anyone know?

    редактировать #5:
    Ok, Debian 7 Wheezy is also too old I think. I'll try to compile the Toolchain on a modern Linux distro.
    Last edited by mockingbird; 30-11-2015 at 21:10.

  5. #5
    Eugene,

    Are you able to do a compile of the latest build for WL-500G Premium V1 with BCM4322 ?

    Thanks

  6. #6
    Join Date
    Oct 2012
    Location
    Санкт-Петербург
    Posts
    71
    Quote Originally Posted by NOVAK View Post
    ...в очень важных онлайн играх. Можно ли это как-то побороть или может кто-нибудь встречался с такой проблемой и знает решение? Прошивка последняя от Вас r5631M.
    Доброго времени суток. Что-то похожее я видел, но это было критично только для iPhone. Возможно это пофикшено в новой версии драйвера Broadcom, но где его взять я не знаю, я не занимался этим вопросом. Так что вопросы к Broadcom. Новыми сборками я не занимался.
    Про "очень важные онлайн игры" - не используйте технологию для того, для чего она не предназначена. Кабельное соединение всегда гораздо стабильнее и не подвержено помехам\отражениям сигнала и прочим минусам, которые есть у радиоканала. Да и латентность у кабельного соединения теоретически ниже. Если вам действительно важны игры - пожалуйста используйте кабель. Все профессиональные геймеры сидят на кабеле.

    Are you able to do a compile of the latest build for WL-500G Premium V1 with BCM4322 ?
    Yes i am, but i have to fix the build before))) Didn't do that cause it's low priority task for me.
    Asus RT-N66U + 12 dbi antennas.

  7. #7
    Quote Originally Posted by Евгений Л View Post
    Yes i am, but i have to fix the build before))) Didn't do that cause it's low priority task for me.
    Would you also be able to post instructions of how to change the 500GP V1 target to acommodate the BCM4322 please? I am trying to compile myself.

    Thanks

    I am out of ideas. I'm getting this error in Debian 8 when trying to run 'make' in the toolchain:

    /bin/sh: 1: Syntax error: word unexpected
    /home/moishe/Downloads/toolchain/include/toplevel.mk:99: recipe for target 'world' failed
    make: *** [world] Error 2
    Last edited by Omega; 06-03-2017 at 18:46.

  8. #8
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by mockingbird View Post
    I am out of ideas. I'm getting this error in Debian 8 when trying to run 'make' in the toolchain:

    /bin/sh: 1: Syntax error: word unexpected
    /home/moishe/Downloads/toolchain/include/toplevel.mk:99: recipe for target 'world' failed
    make: *** [world] Error 2
    toolchain build not intended for end-users, so it has near zero fool-proof rules. You simply must prepare ".config" for it. For example:
    Code:
    make .config

  9. #9
    Quote Originally Posted by lly View Post
    toolchain build not intended for end-users, so it has near zero fool-proof rules. You simply must prepare ".config" for it. For example:
    Code:
    make .config
    I tried that now, it gives me this error:
    Code:
    make .config
    Checking 'non-root'... ok.
    Checking 'working-make'... ok.
    Checking 'case-sensitive-fs'... ok.
    Checking 'working-gcc'... ok.
    Checking 'working-g++'... ok.
    Checking 'ncurses'... ok.
    Checking 'zlib'... ok.
    Checking 'gawk'... ok.
    Checking 'bison'... ok.
    Checking 'flex'... ok.
    Checking 'unzip'... ok.
    Checking 'bzip2'... ok.
    Checking 'patch'... ok.
    Checking 'perl'... ok.
    Checking 'wget'... ok.
    Checking 'gnutar'... ok.
    Checking 'autoconf'... ok.
    Checking 'gnu-find'... ok.
    Checking 'git'... ok.
    /bin/sh: 1: Syntax error: word unexpected
    /home/debian/Downloads/toolchain/include/toplevel.mk:51: recipe for target 'scripts/config/conf' failed
    make: *** [scripts/config/conf] Error 2

  10. #10
    I had no problems building this toolchain on debian 8 several months ago.
    A couple of tips - add en_US.UTF-8 locale & install libtool-bin and gcc-multilib (for x64 host).

    Here is a list of host packages that I use (not for this toolchain, for another project) - http://forums.zyxmon.org/viewtopic.php?f=8&t=17

  11. #11
    Quote Originally Posted by Zyxmon View Post
    I had no problems building this toolchain on debian 8 several months ago.
    A couple of tips - add en_US.UTF-8 locale & install libtool-bin and gcc-multilib (for x64 host).

    Here is a list of host packages that I use (not for this toolchain, for another project) - http://forums.zyxmon.org/viewtopic.php?f=8&t=17
    Thank you for your response.

    I installed all those packages that you listed in that post (I already had a lot of them), but I'm still getting the same error.

    Can you please try to download it again and compile just to see if the problem is really on my end?
    Code:
    git clone http://github.com/wl500g/toolchain.git toolchain

  12. #12
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by mockingbird View Post
    I tried that now, it gives me this error:
    Code:
    ...
    /bin/sh: 1: Syntax error: word unexpected
    /home/debian/Downloads/toolchain/include/toplevel.mk:51: recipe for target 'scripts/config/conf' failed
    make: *** [scripts/config/conf] Error 2
    OK, there might be some problem in build scripts. To see what happens you have to increase verbosity:
    Code:
    make V=99 .config

  13. #13
    Quote Originally Posted by lly View Post
    OK, there might be some problem in build scripts. To see what happens you have to increase verbosity:
    Code:
    make V=99 .config
    Success!

    For some reason, with make v=99 it compiles successfully.

    The only thing that needs changing in 'make .config' is the default 2.6 kernel source which has your directory specified. I downloaded the latest 2.6 from kernel.org, and voila!

    Code:
    ...
    ....
    .....
    ln -sf mipsel-linux-gcc         /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-linux-cc
    ln -sf mipsel-linux-uclibc-g\+\+        /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-g\+\+
    ln -sf mipsel-linux-uclibc-addr2line    /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-addr2line
    ln -sf mipsel-linux-uclibc-as           /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-as
    ln -sf mipsel-linux-uclibc-c\+\+filt    /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-c\+\+filt
    ln -sf mipsel-linux-uclibc-gcov /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-gcov
    ln -sf mipsel-linux-uclibc-gprof        /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-gprof
    ln -sf mipsel-linux-uclibc-readelf      /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-readelf
    ln -sf mipsel-linux-uclibc-c\+\+        /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-c\+\+
    ln -sf mipsel-linux-uclibc-cpp          /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-cpp
    ln -sf mipsel-linux-uclibc-ar           /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-ar
    ln -sf mipsel-linux-uclibc-gcc          /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-gcc
    ln -sf mipsel-linux-uclibc-gcc-4.8.5    /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-gcc-4.8.5
    ln -sf mipsel-linux-uclibc-ld           /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-ld
    ln -sf mipsel-linux-uclibc-nm           /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-nm
    ln -sf mipsel-linux-uclibc-objcopy      /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-objcopy
    ln -sf mipsel-linux-uclibc-objdump      /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-objdump
    ln -sf mipsel-linux-uclibc-ranlib       /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-ranlib
    ln -sf mipsel-linux-uclibc-size /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-size
    ln -sf mipsel-linux-uclibc-strings      /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-strings
    ln -sf mipsel-linux-uclibc-strip        /opt/brcm/hndtools-mipsel-uclibc-4.8.5/bin/mipsel-uclibc-strip
    make[1]: Leaving directory '/home/debian/Downloads/toolchain'
    Thanks. Now it's time to compile the actual firmware.


    lly - Do you think it will be simple enough for me to modify the WL500GP V1 target myself to the BCM4322? Or does that require advanced knowledge? It seems like the firmware should already support BCM4322, because the module is showing as selected in the config.

    edit:
    Got this error during compiling:
    Code:
    mipsel-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -mips32 -mtune=mips32 -Wno-pointer-sign -mno-branch-likely -DBCMWPA2 -I. -I/home/debian/Downloads/wl500g/broadcom/src/gateway/ppp/pppd/.. -idirafter/home/debian/Downloads/wl500g/broadcom/src/linux/linux-2.6/include -MT pptp.lo -MD -MP -MF .deps/pptp.Tpo -c pptp.c  -fPIC -DPIC -o .libs/pptp.o
    pptp.c: In function 'pptp_start_client':
    pptp.c:151:18: error: 'union <anonymous>' has no member named 'pptp'
      dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
                      ^
    pptp.c:154:29: error: 'union <anonymous>' has no member named 'pptp'
       route_add(dst_addr.sa_addr.pptp.sin_addr, &rt);
                                 ^
    pptp.c:160:33: error: 'union <anonymous>' has no member named 'pptp'
       addr.sin_addr=dst_addr.sa_addr.pptp.sin_addr;
                                     ^
    pptp.c:171:19: error: 'union <anonymous>' has no member named 'pptp'
       src_addr.sa_addr.pptp.sin_addr=addr.sin_addr;
                       ^
    pptp.c:180:23: error: 'PX_PROTO_PPTP' undeclared (first use in this function)
      src_addr.sa_protocol=PX_PROTO_PPTP;
                           ^
    pptp.c:180:23: note: each undeclared identifier is reported only once for each function it appears in
    pptp.c:181:18: error: 'union <anonymous>' has no member named 'pptp'
      src_addr.sa_addr.pptp.call_id=0;
                      ^
    pptp.c:185:18: error: 'union <anonymous>' has no member named 'pptp'
      dst_addr.sa_addr.pptp.call_id=0;
                      ^
    pptp.c:201:26: error: 'union <anonymous>' has no member named 'pptp'
      call_ID=src_addr.sa_addr.pptp.call_id;
                              ^
    pptp.c:210:47: error: 'union <anonymous>' has no member named 'pptp'
       callmgr_sock = open_callmgr(src_addr.sa_addr.pptp.call_id, dst_addr.sa_addr.pptp.sin_addr, pptp_phone, 50);
                                                   ^
    pptp.c:210:78: error: 'union <anonymous>' has no member named 'pptp'
       callmgr_sock = open_callmgr(src_addr.sa_addr.pptp.call_id, dst_addr.sa_addr.pptp.sin_addr, pptp_phone, 50);
                                                                                  ^
    pptp.c:217:74: error: 'union <anonymous>' has no member named 'pptp'
      } while (get_call_id(callmgr_sock, getpid(), getpid(), &dst_addr.sa_addr.pptp.call_id) < 0);
                                                                              ^
    pptp.c:227:60: error: 'union <anonymous>' has no member named 'pptp'
      sprintf(ppp_devnam,"pptp (%s)", inet_ntoa(dst_addr.sa_addr.pptp.sin_addr));
                                                                ^
    pptp.c: At top level:
    pptp.c:403:1: warning: 'route_del' defined but not used [-Wunused-function]
     route_del(struct rtentry *rt)
     ^
    Makefile:298: recipe for target 'pptp.lo' failed
    make[3]: *** [pptp.lo] Error 1
    make[3]: Leaving directory '/home/debian/Downloads/wl500g/broadcom/src/gateway/accel-pptp/pppd_plugin/src'
    Makefile:257: recipe for target 'all-recursive' failed
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory '/home/debian/Downloads/wl500g/broadcom/src/gateway/accel-pptp/pppd_plugin'
    Makefile:186: recipe for target 'all' failed
    make[1]: *** [all] Error 2
    make[1]: Leaving directory '/home/debian/Downloads/wl500g/broadcom/src/gateway/accel-pptp/pppd_plugin'
    Makefile:855: recipe for target 'accel-pptp' failed
    make: *** [accel-pptp] Error 2
    debian@debian:~/Downloads/wl500g/broadcom/src/gateway$
    Should I symlink hndtools-mipsel-uclibc-4.6.4 or hndtools-mipsel-uclibc-4.8.5? Compiling toolchain produced both in /opt/brcm.

    Thanks

    edit: Indeed, the 4.8.5 is the correct version. It will not even start compiling with 4.6.4 symlinked. I will try to remove pptp from menuconfig and see what happens.

    edit #2:

    Ok, disabled PPTP but now getting this error:

    Code:
    mipsel-uclibc-gcc -Wall -O2 -DUSB_SUPPORT -DQOS -DWPA2_WMM -DASUS_EXT -mips32 -mtune=mips32 -Wno-pointer-sign -mno-branch-likely  -DBCMWPA2  -DBCMWPS -ffunction-sections -fdata-sections -I. -I/home/debian/Downloads/wl500g/broadcom/src/gateway/shared -I/home/debian/Downloads/wl500g/broadcom/src/include -idirafter/home/debian/Downloads/wl500g/broadcom/src/linux/linux-2.6/include -Wall -DWEBSTRFILTER   -c -o network.o network.c
    network.c: In function 'prepare_wan_unit':
    network.c:912:12: error: invalid storage class for function 'add_wan_routes'
     static int add_wan_routes(const char *wan_ifname)
                ^
    network.c:923:12: error: invalid storage class for function 'del_wan_routes'
     static int del_wan_routes(const char *wan_ifname)
                ^
    network.c:2032:13: error: invalid storage class for function 'lan_up'
     static void lan_up(const char *lan_ifname)
                 ^
    network.c:2156:12: error: invalid storage class for function 'notify_nas'
     static int notify_nas(const char *type, const char *ifname, const char *action)
                ^
    network.c:2371:12: error: invalid storage class for function 'wait_for_ifup'
     static int wait_for_ifup(const char *prefix, const char *wan_ifname, struct ifreq *ifr)
                ^
    network.c:2412:1: error: expected declaration or statement at end of input
     }
     ^
    network.c: At top level:
    network.c:45:13: warning: 'lan_up' used but never defined [enabled by default]
     static void lan_up(const char *lan_ifname);
                 ^
    network.c:46:12: warning: 'wait_for_ifup' used but never defined [enabled by default]
     static int wait_for_ifup(const char *prefix, const char *wan_ifname, struct ifreq *ifr);
                ^
    <builtin>: recipe for target 'network.o' failed
    make[1]: *** [network.o] Error 1
    make[1]: Leaving directory '/home/debian/Downloads/wl500g/broadcom/src/gateway/rc'
    Makefile:621: recipe for target 'rc' failed
    make: *** [rc] Error 2
    debian@debian:~/Downloads/wl500g/broadcom/src/gateway$
    Last edited by mockingbird; 03-12-2015 at 01:08.

  14. #14
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by mockingbird View Post
    For some reason, with make v=99 it compiles successfully.
    Looks like no - see following firmware compilation problems.

    lly - Do you think it will be simple enough for me to modify the WL500GP V1 target myself to the BCM4322? Or does that require advanced knowledge? It seems like the firmware should already support BCM4322, because the module is showing as selected in the config.
    I don't know - it depends on your desire & free time.

    edit:
    Got this error during compiling:
    Code:
    mipsel-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -mips32 -mtune=mips32 -Wno-pointer-sign -mno-branch-likely -DBCMWPA2 -I. -I/home/debian/Downloads/wl500g/broadcom/src/gateway/ppp/pppd/.. -idirafter/home/debian/Downloads/wl500g/broadcom/src/linux/linux-2.6/include -MT pptp.lo -MD -MP -MF .deps/pptp.Tpo -c pptp.c  -fPIC -DPIC -o .libs/pptp.o
    pptp.c: In function 'pptp_start_client':
    pptp.c:151:18: error: 'union <anonymous>' has no member named 'pptp'
      dst_addr.sa_addr.pptp.sin_addr=*(struct in_addr*)hostinfo->h_addr;
    Makefile:855: recipe for target 'accel-pptp' failed
    make: *** [accel-pptp] Error 2
    debian@debian:~/Downloads/wl500g/broadcom/src/gateway$
    Something goes wrong and compiler trying to include bad if_pppox.h header file. It must contain both PX_PROTO_PPTP & struct pptp_addr definitions.


    edit: Indeed, the 4.8.5 is the correct version. It will not even start compiling with 4.6.4 symlinked. I will try to remove pptp from menuconfig and see what happens.
    I should notify you that gcc 4.8.5 still has some problems with global pointers on MIPS in some cases. So, 4.6.4 is default

  15. #15
    Hello Eugene,

    Have been using your build for a couple of weeks now on the WL-500GP V1 modded with BCM43222 Single Band (Dual Band card is no longer sold).

    Have a few questions:

    1) Is your modded firmware able to also support dual-band functionality if I was able to obtain such a card?
    2) I flashed WL-500W firmware, because that was the latest one. It's working, but I noticed that when overclocking to 300MHZ,
    it is displaying 295MHZ which is quite odd. Is this because the WL-500W and WL-500GPV1 CPU clock tables are incompatible?
    3) Did you have any time yet to compile the latest build?

    Thanks

    --------
    Здравствуйте Евгений,

    Использую сборку в течение нескольких недель на WL-500gP V1 Modded с BCM43222 Single Band (Dual Band карта больше не продается).

    Есть несколько вопросов:

    1) Возможно ли также поддерживать функциональность двухдиапазонный, если я смог получить такую ​​карту. Является ли ваша прошивка модом?
    2) Я залил прошивку WL-500W, потому что это была последняя из них. Это работает, но я заметил, что при разгоне до 300 МГц, это отображение
    295MHZ что весьма странно. Является ли это потому, что таблицы тактовой частоты процессора WL-500W и WL-500GPV1 несовместимы?
    3) Будет ли у Вас время еще скоро собрать последнюю версию?

    Благодарю
    Last edited by Omega; 27-05-2016 at 01:53. Reason: google translation :)

Page 1 of 2 12 LastLast

Similar Threads

  1. making toolchain fails
    By !gm in forum WL-500gP Firmware Discussion
    Replies: 27
    Last Post: 11-04-2012, 18:44
  2. cross compiling with the toolchain
    By PB_LIST in forum WL-500gP Firmware Discussion
    Replies: 48
    Last Post: 18-08-2009, 00:23
  3. Help to compile toolchain please
    By QMax in forum WL-500gP Q&A
    Replies: 12
    Last Post: 15-10-2007, 14:30
  4. wl500/wlhdd toolchain on gentoo
    By ray in forum WL-500g Q&A
    Replies: 4
    Last Post: 09-08-2005, 01:44
  5. toolchain question (c++ ?)
    By QuarterPounder in forum WL-500g Custom Development
    Replies: 5
    Last Post: 28-05-2004, 14:57

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •