GitHub ameba-rtos-z2
repository is the development framework for AmebaZ2 and AmebaZ2Plus SOCs.
Chip | Project |
---|---|
AmebaZ2 | /project/realtek_amebaz2_v0_example |
AmebaZ2Plus | /project/realtek_amebaz2plus_v0_example |
On Windows, you can use Cygwin as the GCC environment. Cygwin is a large collection of GNU and Open Source tools which provide the similar functionality as a Linux distribution on Windows. Please visit the official website of Cygwin and install the software.
Note:
- Please use Cygwin 32-bit version.
- During the Cygwin installation, please install "math -> bc" and "devel -> make".
On 64-bit Linux, please install packages for the GCC environment.
- Use command
apt-get install make
to install "make". - Use command
apt-get install bc
to install "bc".
- For general configurations, you can configure the options in "platform_opts.h".
- For BT configurations, you can configure the options in "platform_opts_bt.h".
- Open the Cygwin Terminal or Linux terminal.
- Direct to compile path. Execute command
cd /project/.../GCC-RELEASE
. - Clean up pervious compilation files. Execute command
make clean
. - Build the SDK. Execute command
make all
. - Make sure there is no error after compilation.
After a successfully compilation, the images partition.bin
, bootloader.bin
, firmware_is.bin
and flash_is.bin
can be seen in the folder/sub-folder of /GCC-RELEASE.
partition.bin
stores partition table, recording the address of Boot image and firmware image;bootloader.bin
is bootloader image;firmware_is.bin
is application image;flash_is.bin
linkspartition.bin
,bootloader.bin
andfirmware_is.bin
.
To download image to board, you can either
- Directly download the image binary to board from GCC (J-Link debugger is required), please check the ApplicationNote chapter SDK Build Environment Setup for more details.
- Or using the PG tool for Ameba-ZII (in /tools/AmebaZ2), please check the ApplicationNote chapter Image Tool for more details.
Note: Please choose flash_is.bin
when downloading image by PG Tool.
GitHub ameba-rtos-z2
is currently synchronized with 7.1 GIT 240830_26dad548.