yindian / dingoo-linux

Automatically exported from code.google.com/p/dingoo-linux
0 stars 0 forks source link

Launch zImage is impossible #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download USB_Boot.exe from the Ingenic FTP site
2. Replace the included USBBoot.cfg by the one you can find in the download
section
3. Copy zImage (from the last dual-boot installer) in the same folder where
you unpacked the usb_boot tool
4. Now place the A320 in USB boot mode (reset while holding the B button
pressed), launch the USB_Boot.exe tool and execute these commands:
boot 0
load 0x80600000 zImage 0
go 0x80600000 0

What is the expected output? What do you see instead?
After "boot 0", the Dingoo's screen is white, the loading of zImage is fine
too, but after the execution I have a problem :
USBBoot :> go 0x80600000 0

Executing No.0 device at address 80600000 !
ERROR: DeviceIoControl returns 1f.
After that, my Dingoo appears unconnected.

What version of the product are you using? On what operating system?
I'm using windows xp sp3 and a have a black Dingoo with an ILI9331 screen.

Please provide any additional information below.
I have already successfully install the dual-boot on linux using the normal
method (I mean by using usbtool-linux), but after an official update of my
Dingoo this "normal" method doesn't work anymore (even if I use
usbtool-win), so it's because I have try this method.
A friend has also this problem (after trying usbtool-win and usbtool-osx),
but it is the first time that he try to install Dingux.

Original issue reported on code.google.com by ghostana...@gmail.com on 29 Oct 2009 at 11:28