Skip to content

Commit

Permalink
push_firmware: detect memsize if no default is set
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Feb 6, 2025
1 parent 307da59 commit 40095e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/push_firmware
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,9 @@ if [ -n "$ISRAM$ISFIT" ]; then
# Fritz_Box_HW287*) FULLSIZE=0x??000000 ;; # 4050 (??? MB)
# defaults
*)
[ $ISRAM ] && FULLSIZE=0x0D000000 # (208 MB)
[ $ISFIT ] && FULLSIZE=0x18000000 # (384 MB)
# [ $ISRAM ] && FULLSIZE=0x0D000000 # (208 MB)
# [ $ISFIT ] && FULLSIZE=0x18000000 # (384 MB)
FULLSIZE=x
;;
esac
fi
Expand Down

0 comments on commit 40095e6

Please sign in to comment.