mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
9 lines
287 B
INI
9 lines
287 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
set _CHIPNAME bcm4706
|
|
set _CPUID 0x1008c17f
|
|
|
|
jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID
|
|
|
|
set _TARGETNAME $_CHIPNAME.cpu
|
|
target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME
|