Skip to content
Snippets Groups Projects
Commit 4e03bdd6 authored by John Crispin's avatar John Crispin
Browse files

scripts/om-fwupgradecfg-gen.sh: add support for the OM5P


Signed-off-by: default avatarMarek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: default avatarSven Eckelmann <sven@open-mesh.com>

SVN-Revision: 41771
parent e50abb5d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
#
usage() {
echo "Usage: $0 <OM2P|MR600> <out file path> <kernel path> <rootfs path>"
echo "Usage: $0 <OM2P|OM5P|MR600> <out file path> <kernel path> <rootfs path>"
rm -f $CFG_OUT
exit 1
}
......@@ -26,7 +26,7 @@ case $CE_TYPE in
FLASH_BS=262144
MD5_SKIP_BLOCKS=1
;;
MR600)
OM5P|MR600)
MAX_PART_SIZE=7808
KERNEL_FLASH_ADDR=0xb0000
FLASH_BS=65536
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment