Skip to content

Releases: YYH2913/http-uboot

xg2010g_260821

Choose a tag to compare

@YYH2913 YYH2913 released this 21 Aug 17:47
board: airoha: complete XG2010G recovery setup

xr1710g_260805

Choose a tag to compare

@YYH2913 YYH2913 released this 05 Aug 13:23
recovery: keep polling after upload confirmation loss

When the browser finishes sending an upload but its response connection fails, continue polling recovery status instead of inviting an unsafe retry. Regenerate the embedded fsdata from the updated page.

Assisted-by: Codex:gpt-5.6-sol
Signed-off-by: Yanghan Ye <yyh94306@gmail.com>

sbe1v1k_260723

Choose a tag to compare

@YYH2913 YYH2913 released this 23 Jul 04:41
net: recovery: fix streamed FIT verification

sbe1v1k_260720

Choose a tag to compare

@YYH2913 YYH2913 released this 20 Jul 18:13
  1. Fixed an issue where the 2.5GbE port was not working.
  2. Significantly improved eMMC read and write speeds, greatly reducing backup time.

sbe1v1k_260717

sbe1v1k_260717 Pre-release
Pre-release

Choose a tag to compare

@YYH2913 YYH2913 released this 17 Jul 01:05
  1. Added support for mainline partition types.
  2. Optimized the backup feature, with support for one-click backup and boot partition backup.

260715: recovery: prepare destructive eMMC streams asynchronously

Choose a tag to compare

@YYH2913 YYH2913 released this 15 Jul 08:40
Move full-partition erase work out of the lwIP POST callback and into the recovery main loop. Add a prepare/status/upload handshake that binds the erased target to the exact payload length before accepting a stream.

Update the web client, generated fsdata, and SBE1V1K documentation to wait for the prepared state before transmitting firmware or chainloader data.

260712

Choose a tag to compare

@YYH2913 YYH2913 released this 12 Jul 15:18
docs: record latest XR1710G recovery artifacts

260621

Choose a tag to compare

@YYH2913 YYH2913 released this 21 Jun 13:20
  • Optimized the XR1710G HTTP Recovery process: Enhanced the re-entry stability of the recovery service, preventing residual lwIP/TCP states during uploads, reboots, or re-entries into recovery from impacting subsequent access.

  • Improved the XR1710G recovery network port path: Restored and stabilized the 1G recovery port, while also enhancing the transmit/receive path selection in 10G and multi-port recovery scenarios.

260524

Choose a tag to compare

@YYH2913 YYH2913 released this 23 May 19:57

Compatible with the address 0x89000000.

260423

Choose a tag to compare

@YYH2913 YYH2913 released this 22 Apr 16:59
Optimize page upload; Add a force-refresh toggle for wrong file uploa…