A guide on updating your WCH-LinkE Debugger without contaminating your host system
- Windows Sandbox
- USBIPD installed on host (see: https://learn.microsoft.com/en-us/windows/wsl/connect-usb)
- Open an administrator cmd
# ------------------------------------------------------------------------------ | |
# @brief | |
# Import raw binary data | |
# | |
# The binary data will be imported into an object file and placed into the | |
# ".rodata" section of the target. Each data import adds three global symbols: | |
# - <data_name>_start: Start marker (extern unsigned char) | |
# - <data_name>_end: End marker (extern unsigned char) | |
# - <data_name>_size: Size of the data (extern unsigned int) | |
# |
A guide on updating your WCH-LinkE Debugger without contaminating your host system
A short guide to installing and using Xilinx ISE 14.7 on Windows 10