[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-122-gd8db674
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2016-09-19 16:47:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, buildroot-update has been updated
via d8db674a4ea5f8eaf19c16cef1f18278e84f5322 (commit)
from d35a953d024dd0b95129b295abfc405abf60f42c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d8db674a4ea5f8eaf19c16cef1f18278e84f5322
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Sep 19 18:49:06 2016 +0200
[TOOLS] apf6_recovery: configs files path of imx_usb has changed. Fix it.
-----------------------------------------------------------------------
Summary of changes:
software/uboot_recover/apf6_recovery.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/software/uboot_recover/apf6_recovery.py b/software/uboot_recover/apf6_recovery.py
index 885b6f9..785b20d 100644
--- a/software/uboot_recover/apf6_recovery.py
+++ b/software/uboot_recover/apf6_recovery.py
@@ -119,7 +119,7 @@ if __name__ == "__main__":
sys.exit(1)
try:
- subprocess.check_call([USB_DOWNLOAD_APP, "-c", BR_HOST_PATH + "/usr/share/imx_usb_loader/", U_BOOT_SPL])
+ subprocess.check_call([USB_DOWNLOAD_APP, "-c", BR_HOST_PATH + "/etc/imx-loader.d/", U_BOOT_SPL])
subprocess.check_call(SERIAL_DOWNLOAD_APP + " -k " + U_BOOT_IMG + " > " + port + " < " + port, shell=True)
except subprocess.CalledProcessError:
print color.RED + "Error: Loading U-Boot binaries failed !" + color.END
hooks/post-receive
--
armadeus
|