mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-05 20:41:17 +02:00
Upgraded dev-embedded/smdk-dltool to version 0.20-r2 on amd64. This fixes smdk-dltool to work properly for recovery. BUG=chromium-os:26083 TEST=Manual: 1. Plug SMDK board in with USB 2.0 hooked up to host. Set dip switches to boot from SD and have no SD card. 2. cd to a directory with WIP u-boot 3. Set BL1 to point to your BL1 binary. 4. sudo /usr/bin/smdk-usbdl -a 0x02021400 -f ${BL1} 5. sudo /usr/bin/smdk-usbdl -a 0x02023400 -f bl2.bin 6. sudo /usr/bin/smdk-usbdl -a 0x43e00000 -f u-boot.bin Change-Id: I7d71a2288df662858d30685b9d5c3cb06c66a3ee Reviewed-on: https://gerrit.chromium.org/gerrit/15533 Tested-by: Doug Anderson <dianders@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Ready: Doug Anderson <dianders@chromium.org>