You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
143 B
Batchfile

2 years ago
@REM xfel ddr t113-s3
@REM xfel write 0x40000000 xboot.bin
@REM xfel exec 0x40000000;
xfel write 0x00028000 app.bin
xfel exec 0x00028000;
pause