tools/push_firmware --help
Usage: tools/push_firmware [image] [ -m<s|r|d|u|f> ] [ -f ] [ -w ] [ -ip <ip> ] [ -map <hex> ] [ -ali <kb> ] [ -ram <mb> ] [ -lfs <0|1|9> ] [ -cmd <ftp|ncftp> ] [ -hn ]
[image] When no 'image' file is given, images/latest.image will be tried.
-ms Force mode single-boot (classic devices, like 7270 & 7390)
-mr Force mode ram-boot (newer devices, like 7490 & 7590)
-md Force mode dual-boot (classic docsis devices, like 6490 & 6590)
-mu Force mode uimg-boot (newer docsis devices, like 6591 & 6660)
See
Sie müssen registriert sein, um Links zu sehen.
-mf Force mode fit-boot (latest devices, like 5530 & 7530 AX)
-f Disable safety prompt, force instant flash.
-w The device is yet halted in the bootloader, don't wait for shutdown.
-ip <ip> Bootloader IP address or hostname, default 192.168.178.1
-map <hex> Only ram-boot and fit-boot mode: Start of mapped memory (PHYS_OFFSET).
-ali <kb> Only ram-boot and fit-boot mode: Alignment in kB of the uploaded file.
Without this parameter, the default for fit-boot is 64 and ram-boot 0.
-ram <mb> Only ram-boot and fit-boot mode: Usable ram size in MB of your device.
Without this parameter, the default of 128 MB (FIT: 384) will be used.
Some devices like Repeater 3000 need 256 MB to flash.
Use '0' to detect and use all available ram.
-lfs <0|1|9> Not single- and fit-boot mode: Set linux_fs_start to 0 or 1 and flash this.
Without this parameter, the inactive linux_fs_start will be used.
Use '9' for the currently active linux_fs_start.
-afu Only fit-boot: No avm_fwupdate, run system from ram without flash it.
-cmd <ftp|ncftp> Force the prefered usage of ncftp (buggy) or ftp command for upload.
-hn Only single-boot mode: Flash to an 'Alice/HanseNet' version of 7570.
If flashing ram-boot/nand/inmemory does not work...
For ram-boot mode you may need to set a larger '-ram' value then the default of '128' MB.
You could use '-ram 0' to detect the size and use the maximum. The value AVM uses is
hardcoded into the recovery file and does not always use all available memory. A smaller
value is okay as long as the image in the ram has enough ram to boot and flash itsef.