From 0a35976a61d42c1d85178418ebdca42b811c9b61 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 30 Jul 2008 10:19:33 +0000 Subject: Don't erase people's NAND flash... (aka fix usbtool) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18150 a1c6a512-1295-4272-9138-f99709370657 --- utils/jz4740_tools/jz4740_usbtool.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/jz4740_tools/jz4740_usbtool.c b/utils/jz4740_tools/jz4740_usbtool.c index 165aafb19d..fe8771ae12 100644 --- a/utils/jz4740_tools/jz4740_usbtool.c +++ b/utils/jz4740_tools/jz4740_usbtool.c @@ -489,13 +489,13 @@ int mimic_of(usb_dev_handle *dh) _SLEEP(2); _GET_CPU; _SET_ADDR(0x80E0 << 16); - _SEND_FILE("10.bin"); + _SEND_FILE("onda.bin"); _GET_CPU; - _VERIFY_DATA("10.bin", 0x80E0 << 16); + _VERIFY_DATA("onda.bin", 0x80E0 << 16); _GET_CPU; _FLUSH; _GET_CPU; - _STAGE2(0x80e00008); + _STAGE2(0x80E00008); fprintf(stderr, "[INFO] Done!\n"); return 0; } -- cgit v1.2.3