[Armadeus-commitlog] UNNAMED PROJECT branch, armadeus-2020.07, updated. 648e57ce6d2cae60f018a4fd83
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-10-13 13:41:10
|
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 "UNNAMED PROJECT".
The branch, armadeus-2020.07 has been updated
via 648e57ce6d2cae60f018a4fd83eceb4c3e0ad848 (commit)
from d6d02af214540d67e195729581c1f5dd5d38cb95 (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 648e57ce6d2cae60f018a4fd83eceb4c3e0ad848
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Oct 13 15:38:44 2020 +0200
opos8mmdev.h: rootfs on part 2, fix partition offsets
-----------------------------------------------------------------------
Summary of changes:
include/configs/opos8mmdev.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/configs/opos8mmdev.h b/include/configs/opos8mmdev.h
index 0c372af850..771c010971 100644
--- a/include/configs/opos8mmdev.h
+++ b/include/configs/opos8mmdev.h
@@ -96,8 +96,8 @@
"stdout=serial\0" \
"stderr=serial\0" \
"mmcdev=0\0" \
- "mmcpart=1\0" \
- "mmcroot=/dev/mmcblk0p1 ro\0" \
+ "mmcpart=2\0" \
+ "mmcroot=/dev/mmcblk0p2 ro\0" \
"mmcrootfstype=ext4 rootwait\0" \
"kernelimg=" __stringify(CONFIG_BOARD_NAME) "-linux.bin\0" \
"splashpos=0,0\0" \
@@ -154,7 +154,7 @@
"if mmc dev 0 0; then " \
"setexpr nbblocks ${filesize} / 0x200; " \
"setexpr nbblocks ${nbblocks} + 1; " \
- "if mmc write ${loadaddr} 0x40800 ${nbblocks}; then " \
+ "if mmc write ${loadaddr} 0x100800 ${nbblocks}; then " \
"echo Flashing of rootfs image succeed; " \
"else echo Flashing of rootfs image failed; " \
"fi; " \
@@ -187,8 +187,8 @@
"mw ${loadaddr} 0 0x200000; " \
"mmc write ${loadaddr} 0 0x1000; " \
"mmc write ${loadaddr} 0x800 0x1000; " \
- "mmc write ${loadaddr} 0x40800 0x1000; " \
- "mmc write ${loadaddr} 0x440800 0x1000; " \
+ "mmc write ${loadaddr} 0x100800 0x1000; " \
+ "mmc write ${loadaddr} 0x200800 0x1000; " \
"fi;" \
"mmc rescan\0" \
"update_all=run update_rootfs update_uboot\0" \
hooks/post-receive
--
UNNAMED PROJECT
|