6 lines
205 B
INI
6 lines
205 B
INI
ODROIDC2-UBOOT-CONFIG
|
|
## copy the jtagenable code to ram and jump to the entry point
|
|
fatload mmc 0 0x20000000 jtagenable_odroid_c2.bin
|
|
go 0x20000000
|
|
## alternative use u-boot builtin function
|
|
# jtagon apao |