请输入您要查询的百科知识:

 

词条 Draft:EX7300v2 EX6400v2 EX6250 Wifi Range Extender
释义

  1. Project name's history

  2. Build-root

  3. Clone Address

  4. Project Branch

  5. Build image

  6. Firmware Upgrade through TFTP

      Steps to burn EX7300v2 firmware    Steps to burn EX6400v2 firmware    Steps to burn EX6250 firmware  

  7. Firmware release history

  8. Uboot

  9. Version

  10. Uboot Burnning

  11. Uboot Parameter Setting

  12. Uboot release history

  13. QSDK Information

  14. QSDK Latest Version

  15. QSDK Burnning

  16. QSDK Document

  17. Partition Tables

  18. Hardware Infomation

  19. Related Document Link

  20. References

{{AFC submission|t||ts=20190107064941|u=Yaoheng.zhang|ns=118|demo=}}

Project Leader: yaoheng.zhang(yaoheng.zhang@deltaww.com)

Project name's history

Build-root

Clone Address

Project Branch

Build image

 1. ln -sf [your server's dl path] dl 2. ln -sf [your git_home path] git_home 3. cp configs/defconfig-ex6250 .config 4. make oldconfig; make V=99

Firmware Upgrade through TFTP


Steps to burn EX7300v2 firmware

Entering into boot loader again

1.       ath> board_hw_id_set 29765907+16+0+128+4X4+4X4

2.       ath> board_model_id_set EX7300v2series

3.       ath> bootm

4.       Then the device should be in tftp recovery mode. Please run the command "tftp -i 192.168.1.1 put EX7300v2-V1.0.0.xx.img " on MS-DOS of your PC.

Steps to burn EX6400v2 firmware

Entering into boot loader again

1.       ath> board_hw_id_set 29765907+16+0+128+3X3+4X4

2.       ath> board_model_id_set EX7300v2series

3.       ath> bootm

4.       Then the device should be in tftp recovery mode. Please run the command "tftp -i 192.168.1.1 put EX6400v2-V1.0.0.xx.img " on MS-DOS of your PC.

Steps to burn EX6250 firmware

Entering into boot loader again

1.       ath> board_hw_id_set 29765907+16+0+128+3X3+3X3

2.       ath> board_model_id_set EX7300v2series

3.       ath> bootm

4.       Then the device should be in tftp recovery mode. Please run the command "tftp -i 192.168.1.1 put EX6250-V1.0.0.xx.img " on MS-DOS of your PC.


Firmware release history

\\\\172.17.92.252\\Project\\EX7300v2\\FW_release

Uboot

Version

u-boot-hw29765907p16p0p128p4x4p4x4-dni29-V0.6.bin

Uboot Burnning

1.       Set up a TFTP server on your PC, its IP address is 192.168.1.10.

2.       Entering into boot loader

3.       ath> set serverip 192.168.1.10

4.       ath> tftp 0x80060000 u-boot-hw29765907p16p0p128p4x4p4x4-dni29-V0.6.bin

5.       ath> crc32 $fileaddr $filesize

6.       ath> erase 0x9f000000 +0x50000 && cp.b $fileaddr 0x9f000000 $filesize

7.       ath> reset

Uboot Parameter Setting

Uboot release history

VersionRelease DateMajor Changes
V0.3Jul 10, 20181.       Specialized for EX7300v2
V0.4Jul 18, 20181.       89919      [LED]Boot up power led is off,wps led is green

2.       89893      [NMRP]DUT not turn to TFTP recovery mode when the firmware is broken

3.       89892      [TFTP LED]Power LED always green on TFTP recovery mode

4.       89889      [LED]Power LED stays green during system is booting up after system powered on

5.       89886      [LED]Test/Power LED should blink (0.5s on and 0.5s off) after NMRP upgrade

6.       89882      [LED]Power/Test LED display green on NMRP mode

V0.5Aug 09, 20181.       Remove read or write LG partition when NMRP.
V0.6Aug 30, 20181.       Change CPU frequency to enhance throuthput

QSDK Information

QSDK Latest Version

qca_networking_2017.spf.6.0_csu1

QSDK Burnning

setenv bc apjet01

setenv ipaddr 192.168.1.1

setenv serverip 192.168.1.10

setenv bootcmd 'bootm 0x9fe80000'

  1. tftp 0x80060000 openwrt-ar71xx-${bc}-qca-legacy-uboot.bin && erase 0x9f000000 +0x30000 && cp.b $fileaddr 0x9f000000 $filesize

setenv lok 'tftp 0x80060000 openwrt-ar71xx-generic-apjet01-kernel.bin && erase 0x9fe80000 +${filesize} && cp.b $fileaddr 0x9fe80000 $filesize'

setenv lof 'tftp 0x80060000 openwrt-ar71xx-generic-apjet01-rootfs-squashfs.bin && erase 0x9f050000 +${filesize} && cp.b $fileaddr 0x9f050000 $filesize'

setenv lqsdk 'run lof && run lok'

saveenv

run lqsdk

QSDK Document

 1.Document   \\\\172.17.92.252\\Project\\EX7300v2\\PRD + SPEC 2.QSDK FW   \\\\172.17.92.252\\Project\\EX7300v2\\QCA image 3.QSDK Code URL $ git clone  $ cd  $ git checkout rr3_00001.2 $ repo init -u git://codeaurora.org/quic/qsdk/releases/manifest/qstak -b release -m caf_AU_LINUX_QSDK_NHSS.QSDK_MIPS.6.0.R4_TARGET_ALL.0.2.3900.010.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable $ repo sync -j8 --no-tags -qc

Partition Tables

For 16M Partition table:

0x000000000000-0x000000040000 : "u-boot"

0x000000040000-0x000000050000 : "u-boot-env"

0x000000050000-0x000000060000 : "config"

0x000000060000-0x000000070000 : "pot"

0x000000070000-0x0000001e0000 : "kernel"

0x0000001e0000-0x000000ea0000 : "rootfs"

mtd: partition "rootfs" set to be root filesystem

mtd: partition "rootfs_data" created automatically, ofs=D10000, len=190000

0x000000d10000-0x000000ea0000 : "rootfs_data"

0x000000ea0000-0x000000fa0000 : "rae"

0x000000fa0000-0x000000fe0000 : "oopsdump"

0x000000fe0000-0x000000ff0000 : "artmtd"

0x000000ff0000-0x000001000000 : "art"

0x000000070000-0x000000ea0000 : "firmware"

Hardware Infomation

Related Document Link

References

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/29 9:26:23