update scripts

This commit is contained in:
2026-04-14 09:22:55 -07:00
parent 52999f4799
commit a665473903
4 changed files with 55 additions and 14 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ step_attach_ch341a() {
echo ""
# Show reference image (cached locally, rendered inline if possible)
show_image "spi_flasher_assembly.png" "Reference: CH341A + SOIC-8 clip assembly"
show_image "spi_flasher_assembly.webp" "Reference: CH341A + SOIC-8 clip assembly"
echo ""
prompt_continue
+6 -6
View File
@@ -46,15 +46,13 @@ step_extract_bios() {
info "Each chip is read twice so we can diff the results and catch flaky reads."
echo ""
# Show reference image for chip locations
show_image "eeprom_chips_location.png" "Reference: EEPROM chip locations on T440p mainboard"
echo ""
cd "$WORK_DIR" || return 1
# --- 4MB chip (do first: smaller = faster iteration on setup) ---
echo ""
info "Clip the CH341A onto the ${BOLD}4MB (top)${NC} chip."
show_image "eeprom_chip_4mb.webp" "Reference: 4MB (top) chip location on T440p"
echo ""
info "Clip the CH341A onto the ${BOLD}4MB (top)${NC} chip shown above."
info "Align the red ribbon wire with the dot/notch on the chip (pin 1)."
prompt_continue
@@ -64,7 +62,9 @@ step_extract_bios() {
# --- 8MB chip ---
echo ""
info "Now move the clip to the ${BOLD}8MB (bottom)${NC} chip."
show_image "eeprom_chip_8mb.webp" "Reference: 8MB (bottom) chip location on T440p"
echo ""
info "Now move the clip to the ${BOLD}8MB (bottom)${NC} chip shown above."
info "Re-check pin 1 alignment before pressing down."
prompt_continue