grant-h / omap_loader

A USB BootROM uploading utility for TI ARM OMAP3 family processors. Rewrite of omap3_usbload. Supports USBLOAD functionality in TI's X-Loader.
GNU General Public License v2.0
5 stars 5 forks source link

omap refuses to recognize device (Nest Thermostat v2) #6

Open drownedGirl-7E7 opened 5 months ago

drownedGirl-7E7 commented 5 months ago

I have successfully compiled this source. The program just waits forever after running this command: "sudo Linux/omap_loader -f 'Nest/x-load.bin' -f 'Nest/u-boot.bin' -a 0x080A00000 -f 'Nest/uImage' -a 0x80800000 -v -j 0x080100000"

output: OMAP Loader 1.0.0 File 'x-load.bin' at 0x40200000, size 27788 File 'u-boot.bin' at 0x80a00000, size 246572 File 'uImage' at 0x80800000, size 6970152 [+] scanning for USB device matching 0451:d00e...

I have a Nest v2 plugged in and being recognized as: Bus 003 Device 008: ID 15a2:0071 Freescale Semiconductor, Inc. SP Blank PELE

When I hold down the Nest's button for 10 to 15 seconds the usb momentarily disconnects and reconnects but that is all that happens. The usb device ID and description never changes and omap never sees it. I know this project is old but it should still work right? Any help is appreciated getting this to work. Thanks --Gwen