Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SeeedStudio Xiao mg24 #193

Merged
merged 3 commits into from
Feb 20, 2025
Merged

Add SeeedStudio Xiao mg24 #193

merged 3 commits into from
Feb 20, 2025

Conversation

darkxst
Copy link
Owner

@darkxst darkxst commented Feb 20, 2025

Add support for SeedStudio XIAO MG24 devkit. This device requires to flash bootloader first.

You will need to use openocd to flash bootloader

openocd -s scripts/ -f interface/cmsis-dap.cfg -f target/efm32s2_g23.cfg -c "flash bank bank0 efm32s2 0x08000000 0x6000 0 0 0 efm32s2.cpu; init; reset_config srst_nogate; program  ../xiao_mg24_bootloader_2.5.2_BL_PC00.hex; reset; exit"

Upstream openocd doesnt have support for efm32s2 target so I used the packages provided for unbricking device:
https://wiki.seeedstudio.com/xiao_mg24_getting_started/#unbricking

After that you can just use universal-silabs-flasher to flash Zigbee firmware

universal_silabs_flasher.flasher INFO Detected ApplicationType.EZSP, version '8.0.2.0 build 397' (8.0.2.0.397) at 115200 baudrate (bootloader baudrate None)

@darkxst darkxst merged commit 68a5be5 into SiSDK Feb 20, 2025
3 checks passed
@darkxst darkxst changed the title Add Xiao mg24 Add SeeedStudio Xiao mg24 Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant