Tony Shadwick

Results 34 comments of Tony Shadwick

replicated this on my own system, Catalina 10.15.5 x64: ``` $ ~/local/bin/futurerestore Version: 74c065565e64e3b447f73bcd9087ed78080193ec - 187 libipatcher version: 0.81-ad44d0da23f5120c3c77a72062bd627c50f37e71 Odysseus for 32-bit support: yes Odysseus for 64-bit support: yes Usage:...

Coincidentally, TMDS (DVI, HDMI) can also be 10-bit. Who knows what your 10 bits are versus TMDS 10-bit, but that's a thing. [DVI Spec](https://discourse-cloud-file-uploads.s3.dualstack.us-west-2.amazonaws.com/digikey/original/2X/3/3e24b546b4ee5316fb737c6d9f10eb09c2a78f23.pdf)

Maybe, maybe not. I'm headed to bed, cuz it's late where I am, but the question is what we have in data coming across that ribbon cable. Again, if I'm...

Same here. Wonder what's up?

We might be able to revert driver/xclk.c to an earlier version.

https://github.com/espressif/esp32-camera/blob/8a365ee27240756cdd5a5e009db41ddd983b1e0e/driver/xclk.c Using this version allows the patch to apply, but now we have a new error: ``` ❯ make all ─╯ Toolchain path: /Users/tshadwick/esp32/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-80-g6c4433a Compiler version: 5.2.0...

I think the next course of action is going to be to run a diff between this (now patched) version and the current version in the repo. There are some...

If it is helpful: old version but patched, versus current version unpatched (.backup): ``` ❯ diff xclk.c xclk.c.backup ─╯ 4a5 > #include "esp_system.h" 14c15 < esp_err_t camera_enable_out_clock(camera_config_t* config) --- >...

Could be as simple as switching LEDC_USE_APB_CLK to LEDC_AUTO_CLK? I did try that, but it looks like timer_conf.clk_cfg is straight up lacking declaration in either case. I'm a perl guy,...

Yeah, I'm done here. There's no hint of that anywhere in the sources I've checked out, and I'm officially out of ideas: ``` ❯ grep -R clk_cfg * ─╯ Binary...