Introduction
This is a summary of two historical versions of the IDE. - Telink V323 RDS IDE, which can be used on some of SDKs for TLSR951x/TLSR921x series chips.
- Telink IDE 1.3, which still can be used on the SDKs for TLSR8 series chips.
Telink V323 RDS IDE (IDE for TLSR951x/921x)
Telink V323 RDS IDE is used to develop SDKs or projects for the TLSR951x/921x series chips.Below is a brief overview of its installation and certificate activation process, for more detailed instructions, please refer to the documentation in IDE_ROOT\doc.
Installation
Tested Platforms and System Requirement - Tested platforms
- Windows 7 SP1 (32bit/64bit)
- Windows 10 (64bit)
- System Requirements
- RAM: 2GB is recommended, 1GB is minimum
- Disk space: ~471 MB for installer package, ~960 MB after installation
- Download the IDE
- To install RDS v323 on Windows, execute the installer “Setup.exe” under the directory “INSTALLER_ROOT\Windows\Disk1”
- To invoke the installation wizard, please follow installation instructions through to “successful installation” confirmation.
- Click “Done” to complete the installation process.
License Activation
Step 1: A License dialog pops up to remind you that no license is installed yet. Click the “Install now …” button on the dialog to invoke the page that allows you to input the activation code. You can also click “Windows > Preferences” on the main menu to invoke the Preferences dialog and then click “License > Deploy” on the navigation pane.
Step 2: Enter your serial number that is the name of activation file in the Serial field and click “Browse…” to select the activation file downloaded from Telink Technical Forum. Next, click “Deploy Activation File” or “OK”.
Step 3: The “Preferences” wizard informs you of the successful license deployment. A wizard containing license information pops out next. Click “OK” to complete the license activation.
Building the TLSR951x/921x SDK in Linux
This section explains how to compile them with some tricks on Linux. It is assumed that you already know how to use the Telink V323 RDS IDE.Before you begin, make sure the Telink RDS IDE is correctly installed on your Windows PC, and make sure the Telink RISC-V Linux Toolchain is correctly installed on your Linux PC.
First, you need to import and compile the SDK you want to compile in Windows, using the Telink V323 RDS IDE, and click File --> Clean Project to remove the files generated during compilation.
Copy all the contents of the SDK to your Linux machine. Let's assume your SDK folder path is "SDKRoot" and that the project you're compiling is UART_Demo. Then, in the SDKRoot/UART_Demo directory, there will be a Makefile file.
You need to modify all path strings in the Makefile to match the local paths on your Linux machine.
Then, open a terminal. Let's assume your Telink RISC-V Linux Toolchain path is ToolchainPath. export PATH=ToolchainPath:${PATH}
cd SDKRoot/UART_Demo
make all
Telink IDE 1.3 (IDE for TLSR8)
Telink IDE 1.3 is used to develop SDKs or projects for the TLSR8 series chips. For detailed usage instructions, please refer to the User Guide.
|