#!/bin/sh # # Copyright © 2020 David Woodhouse # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # Generate as "scatter file" for use with the MediaTek SP Flash tool for # writing images to MediaTek boards. This can be used to write images # even on a bricked board which has no preloader installed, or broken # U-Boot. # # NOTE: At the time of writing (2020-07-20), the Linux tool linked from # the front page of https://spflashtool.com/ is out of date and does not # support MT7623. The newer v5.1916 found on the download page at # https://spflashtool.com/download/ has been tested on UniElec U7623 and # Banana Pi R2 from Linux, and does work. # SOC=$1 IMAGE=${2%.gz} PROJECT=${3%-scatter.txt} DEVICENAME="$4" cat <