nrc7292_sdk
nrc7292_sdk copied to clipboard
NRC7292 Standalone SDK Package
NRC7292 Standalone SDK Package
Notice
[!NOTE] Starting from version 1.4, the normal passthrough mode is not supported in UART mode as mentioned at 7.4 of https://github.com/newracom/nrc7292_sdk/blob/master/package/standalone/doc/UG-7292-006-AT_Command.pdf. However, it can still be used in UART-HFC and HSPI modes. Starting from version 1.4, kindly utilize the FirmwareFlashTool.exe located in the package/standalone/tools/external directory. Please do not use package/standalone/tools/external_tools/FirmwareFlashTool.exe of v1.3.4 rev08. Use other v1.3.4 revision's one instead.
[!CAUTION] The software package released here is specifically designed for the NRC7292 EVK, and the accompanying board data file in https://github.com/newracom/nrc7292_sdk/tree/master/package/standalone/bdf/nrc7292 is intended solely for this model. If users plan to use this software package with other devices that incorporate the NRC7292 chip, they should utilize the board data file supplied by the device's vendor.
Release roadmap
- v1.6.1 (2024.03.22): Hotfix
- v1.6 (2023.10.27)
- v1.5.2 (2023.09.01): Hotfix
- v1.5.1 (2023.08.31)
- v1.5 (2023.06.30)
- v1.4 (2023.03.31)
- v1.3.4_rev09 (2022.10.24)
- v1.3.4_rev08 (2022.08.09)
- v1.3.4_rev07 (2022.07.19)
- v1.3.4_rev06 (2022.04.05)
- v1.3.4_rev05 (2022.03.16)
- v1.3.4_rev04 (2022.03.02)
- v1.3.4_rev03 (2021.12.08)
- v1.3.4_rev02 (2021.12.07)
- v1.3.4_rev01 (2021.11.04)
- v1.3.4 (2021.10.22)
- v1.3.3 (skip to sync the version number with nrc7292_sw_pkg)
- v1.3.2 (2020.09.16)
- v1.3.1 (2020.08.05)
- v1.3.0 (2020.07.19)
Latest release
Release package contents
- standalone: NRC7292 standalone SDK package for global regulatory domains
Apply a specific package
If you want to apply a specific package to your exiting package directory, you can choose one of following methods.
Method #1: replace the whole package
Let's assume that you have v1.3.0 and want to apply v1.3.1 to your package location.
- Download a specific package you want.
- If it is official release version 1.3.1
- Go to https://github.com/newracom/nrc7292_sdk/releases and choose the release package you want.

- Download the compressed package: zip version or tar.gz version
- Check the filename: nrc7292_sdk-1.3.1.zip or nrc7292_sdk-1.3.1.tar.gz
- Go to https://github.com/newracom/nrc7292_sdk/releases and choose the release package you want.
- If it is the latest package
- Click "Code" and then click "Download ZIP"

- Check the filename: nrc7292_sdk-master.zip
- Click "Code" and then click "Download ZIP"
- If it is official release version 1.3.1
- Replace your old package directory with the one you downloaded.
Method #2: pull down a branch
This method requires a cloned repository and a connection to the internet.
- Go to the repository directory
cd repo/nrc7292_sdk - Pull updates
- If you want to pull the latest updates from master branch
git pull- If you want to use a specific branch checkout it by using tag version
git tag -l git checkout v1.3.1
NRC7292 Standalone SDK User Guide
Get NRC7292 Standalone SDK Package
NRC7292 Standalone SDK package is provided in this repository. Please use the following git command to get it.
cd ~/
git clone https://github.com/newracom/nrc7292_sdk.git
Get the detailed user guide
Please refer to UG-7292-004-Standalone SDK.pdf in doc directory.