Windows should prompt for a driver; install it from the 'USB Windows Driver' folder in extracted from the zip file. To recover a dead OSK: run the Flash Recovery Utility from which is 'FlashRecoveryUtility OSK Flash Recovery.exe' 1, choose 'Connect and Download' reset the OSK. For patch automatically, use the command line, or download the old version V2.5. Switch UI language between Russian, it will take effect at next start. V2.6.2.75, Build 20090409 (without Virtual Drive) Download Link 1: tcpz20090409.7z (7Z File, 438 KB) Download Link 2: tcpz20090409.7z (7Z File, 438 KB).
Texas Instruments (through Tim Riker) has made the OSKFlash Recovery Utility available. This is an unsupported utility. Tim Riker is happy to answer email questions about it, but Texas Instruments does not support it at present. Add comments here.
- you need to have an older OSK. Rev D1 and later have been reported to not work Please contact Spectrum Digital and/or Texas Instruments and request an updated Flash Recovery Utility if you have a newer board. Unfortunately, Tim Riker no longer works at Texas Instruments, so it's not likely that he will be able to provide an updated version. :(
- you need a USB-A-male to USB-A-male cable. This can be done with a common USB-A-male to USB-B-male cable and a USB-B-female to USB-A-male adapter.
- get the untility: Media:OSK5912FlashRecoveryUtility.zip
- unpack it on a windows XP host (other windows hosts might work)
- set JP3 to the left (pins 1-2)
- disconnect any serial or jtag cables from the OSK (thanx dave)
- connect the USB cables to the XP host
- power up the OSK
- windows should prompt for a driver
- install it from the '
USB Windows Driver
' folder in extracted from the zip file.
To recover a dead OSK:
- Download and run Zadig driver installer from From the device list, choose APX (if it's not showing up in the list, go to Options menu and check List All Devices) For the driver type, cycle the arrows until you see libusbK (v3.0.7.0) in the text box (IMPORTANT!) Click the big Install Driver button.
- Easy2Boot is a freeware USB booter software download filed under disk management and made available by Easy2Boot for Windows. The review for Easy2Boot has not been completed yet, but it was tested by an editor here on a PC and a list of features has been compiled; see below.
- 'Das U-Boot' Source Tree. Contribute to u-boot/u-boot development by creating an account on GitHub.
- run the Flash Recovery Utility from which is '
FlashRecoveryUtilityOSK Flash Recovery.exe
' 1, choose 'Connect and Download
' - reset the OSK
- is should connect, download the reflash code, and bootloader: '
u-bootbinOSK
' and run the reflash code when unprotects the NOR flash and does the writes the bootloader to flash.
Note that you can replace the file 'u-bootbinOSK
' with a different copy of uboot or any other loader if you like.
There have been some failures reported. This might be a useful comment: http://linux.omap.com/pipermail/linux-omap-open-source/2005-April/003491.html
U-Boot 2009.01 Driver Download For Windows
Software Design Solutions licenses FRU
The OMAP Flash Recovery Utility was licensed to Software Design Solutions, Inc. Software Design Solutions. SDS Inc. now sells a Flash Recovery Utility that supports the OSK5912 revision C and revision D hardware.
How Does it Work?
Many OMAP chips support a 'full boot' mode. There is an internal ROM in the chip that the ARM CPU boots from. The ROM tries to talk over the serial port to an external application. It can also support the USB port in client mode. When you set JP3 on the OSK you are telling the OMAP to boot in 'full boot' mode. The ROM code is started and the device enumerates on the SCSI bus. The FRU looks for this enumeration, and sends a small app over USB which then runs. In this case the small app will have u-boot attached to it as data, and the small app just contains code to flash the data payload into NOR flash. Other applets can be developed, but this FRU is just the basic feature. This FRU does not support flashing over serial, though the hardware could do that too.
As an FYI: this internal ROM is also what is used to support 'secure boot'. In 'secure boot' the OMAP verifies a signed binary in some external flash/ROM before running the code. If an OMAP is setup for 'secure boot' it will only run signed code. Contact TI for more information on 'full boot' or 'secure boot' modes of the various OMAP chips.
OMAP Flash Loader
U-boot 2009.01 Driver Download For Windows 10
Luis Recuerda has made a new program, called OMAP Flash Loader (Media:omapfl-1.0.tar.gz), that runs under Linux or other Unixes with libusb support.It is a GPL program (with sources) that can be expanded easily to use diferent flash chips (for new boards) and, perhaps, other OMAP processors.