diff options
author | Jeonghoon Park <jh1979.park@samsung.com> | 2017-09-11 13:17:33 +0900 |
---|---|---|
committer | Jeonghoon Park <jh1979.park@samsung.com> | 2017-09-11 13:17:33 +0900 |
commit | dee0772b53700e2405180565cfead84e74d2b8eb (patch) | |
tree | be10525f1d5ca1e6cf854ededbe9d220b5d5ad63 | |
parent | 055c1fb9c8d18635c4d9f180a81fa84abdde37a6 (diff) | |
download | position-finder-client-dee0772b53700e2405180565cfead84e74d2b8eb.tar.gz position-finder-client-dee0772b53700e2405180565cfead84e74d2b8eb.tar.bz2 position-finder-client-dee0772b53700e2405180565cfead84e74d2b8eb.zip |
apply sd fusing scrpit changes
Change-Id: I2ca2ab5591ef271e58fce6e6fed4a9fd10bf225a
-rwxr-xr-x | tool/rpi_sdcard_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/rpi_sdcard_setup.sh b/tool/rpi_sdcard_setup.sh index 8432751..0dd3e49 100755 --- a/tool/rpi_sdcard_setup.sh +++ b/tool/rpi_sdcard_setup.sh @@ -16,7 +16,7 @@ else fi if [ ! -e $download_dir/$script_fusing ]; then - wget https://git.tizen.org/cgit/platform/kernel/linux-rpi3/plain/scripts/sd_fusing_rpi3.sh?h=submit/tizen/20170725.223437 --output-document=$download_dir/$script_fusing + wget https://git.tizen.org/cgit/platform/kernel/u-boot/plain/scripts/tizen/sd_fusing_rpi3.sh?h=tizen --output-document=$download_dir/$script_fusing fi chmod 755 $download_dir/$script_fusing |