No description
Find a file
Ryan Malloy 890a38bfa0 Fix BCM4500 I2C address and add hardware diagnostic commands
Correct BCM4500 I2C address from 0x10 (8-bit wire) to 0x08 (7-bit)
since fx2lib shifts internally. Add i2c_combined_read() with repeated
START for proper BCM4500 register access. Add I2C bus scan (0xB4),
raw read (0xB5), and indirect protocol diagnostic (0xB6) commands.
Single-transaction indirect reads/writes for BCM4500 register protocol.

Verified on hardware: BCM4500 ACKs at 0x08, BOOT_8PSK returns config
0x03. Register reads still return zeros — BCM4500 needs DSP firmware
loaded via LOAD_BCM4500 (0x88) before registers become functional.
2026-02-12 07:17:47 -07:00
docs/diseqc Initial commit: Genpix SkyWalker-1 DVB-S driver source and DiSEqC docs 2026-02-11 04:22:13 -07:00
firmware Fix BCM4500 I2C address and add hardware diagnostic commands 2026-02-12 07:17:47 -07:00
firmware-driver Extract firmware from official Genpix updater EXEs via Wine memory dump 2026-02-11 06:05:13 -07:00
firmware-dump Add Rev.2 v2.10.4 64K Ghidra image for 8051 analysis 2026-02-11 10:27:05 -07:00
tools Add custom FX2 firmware and RAM loader for open-source development 2026-02-11 19:46:50 -07:00
.gitignore Add custom FX2 firmware and RAM loader for open-source development 2026-02-11 19:46:50 -07:00
dvb-s2-investigation.md Add EEPROM flash tool, TS analyzer, DVB-S2 investigation, and tune.py bugfix 2026-02-11 14:46:20 -07:00
firmware-analysis-v206-vs-v213.md Correct DiSEqC analysis and add complete timing chain documentation 2026-02-11 11:11:54 -07:00
gp8psk-driver-analysis.md Add Linux gp8psk kernel driver analysis and firmware-driver correlation 2026-02-11 10:29:43 -07:00
gpif-streaming-analysis.md Add GPIF streaming path and kernel firmware format analyses 2026-02-11 12:18:09 -07:00
kernel-fw01-analysis.md Add GPIF streaming path and kernel firmware format analyses 2026-02-11 12:18:09 -07:00
rev2-deep-analysis.md Add comprehensive Rev.2 v2.10.4 firmware deep analysis 2026-02-11 12:15:05 -07:00
skywalker1-hardware-reference.md Add SkyWalker-1 tuning tool and consolidated hardware reference 2026-02-11 12:30:05 -07:00
tuning-protocol-analysis.md Add vendor command decode and tuning protocol deep analysis 2026-02-11 12:22:01 -07:00
vendor-commands-unknown.md Add vendor command decode and tuning protocol deep analysis 2026-02-11 12:22:01 -07:00