|
|
|||||||||||||||||||||||||||||||
Onda VX767Port statusSee OndaVX747#Port_statusHow to upload Rockbox to SDRAMSee OndaVX747#How_to_upload_Rockbox_to_SDRAMInformationImagesComponents
GPIO configuration
Firmware upgradeHolding the MENU(?) button down while resetting the device boots it into "Jz4740 USB Boot Device" (VID=601A, PID=4740) which is the same as the information provided by Ingenic's USBboot tools.Official flash recoveryFirmware flash proceduredocumented by wpyh: note: the usbtool steps are taken from usbtool.c
2.bin: this is some kind of return code from the device, after writing 1.bin. this file is 4 bytes long and contains: 0x00000000 3.bin: this is also a resource (6288 bytes) 4.bin: this contains the parameters of 3.bin: uint32 sum of all bytes in 3.bin (0x00059335) uint32 filesize of 3.bin (0x00001890 == 6288) 5.bin: this is a packed file, with this format: uint32 total filesize (0x0004efe0 == 323552) uint32 sum of all bytes in VX767_V1.0.dl (0x00059335) uint32 filesize of VX767_V1.0.dl (0x0x00005ad0 == 23248) char[65524] VX767_V1.0.dl padded with zeros up to (65536-4-4-4) bytes char[258016] resource in onda's writer with size 258016 bytes 6.bin: some kind of parameter, 4 bytes, 0x00000001 7.bin: resource from onda's writer, 24256 bytes 8.bin: some kind of return code, 4 bytes, 0x00000001 9.bin: some kind of return code, 1 byte, 0x01 onda.bin: this is also a packed file, with this format: uint32 total filesize (0x00045380 == 283520) uint32 sum of all bytes in VX767_V1.0.dl (0x00059335) uint32 filesize of VX767_V1.0.dl (0x0x00005ad0 == 23248) char[65524] VX767_V1.0.dl padded with zeros up to (65536-4-4-4) bytes char[217984] resource in onda's writer with size 217984 bytes LinksCategoryFrontpage: Onda VX767 Port Index [New Ports]
r5 - 07 Oct 2008 - 17:44:19 - MaurusCuelenaere
Copyright © by the contributing authors.
|