Files
Gen4_R-Car_Trace32/2_Trunk/demo/arm/hardware/odroid-c2/boot.ini
2025-10-14 09:52:32 +09:00

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