If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:mwrite

From BoxMatrix


BoxMatrix >> Shell-Commands >> mwrite @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

Chipset-Command

Goto:   Examples  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

mwrite writes 32-bit values to the memory of a Fusiv AP. It is part of the sysutil multi-call binary.
To read from the AP memory use mread.

In the Fusiv an AP is a 400 MHz Xtensa Acceleration Processor. On a 7390 there are 6 of them:

There is also some info about the APs in the old wiki (german).

7390 fw 6.04 help:

root@fritz:/var/mod/root# mread
Wrong Number Of Parameters

[mread/mwrite] <mem-address> <len> <value>

    mread/mwrite : Memory read or write operation
    mem-address  : 32bit Address in hex range 0x80000000 - 0xc0000000 
    len          : No.of 32bit words in Decimal to read/write 
    value        : 32bit Value to be written at 
                   mem-address location

    Ex: mread b9110300 10 
        mwrite 801ecfb4 1 11112222 

Examples

7390 fw 6.04 example:

root@fritz:/var/mod/root# mwrite 801ecfb4 1 11112222

Successfully written Val:11112222 at Address:0x801ecfb4 for 1 32bit words

Excerpt of a strace of this example:

root@fritz:/var/mod/root# strace mwrite 801ecfb4 1 11112222 2>&1 | grep -e proc -e write

open("/proc/sysutil/utilfile", O_RDWR)  = 3
write(3, "1 0801ecfb4 01 11112222", 23) = 23
write(1, "\nSuccessfully written Val:111122"..., 76  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-20 07:33 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Symlink to cmd sysutil 4 4.76 - 6.32 Multi-call binary providing 26 Fusiv diagnostic and maintenance tools. Fusiv
1 dependency for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-20 05:16 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box Fon WLAN 7340 4.83 - 5.05 /sbin Link
FRITZ!Box 7369 6.30 - 6.32 /sbin Link
FRITZ!Box Fon WLAN 7390 4.81 - 5.22 /sbin Link
Speedport W 722V 4.76 - 4.79 /sbin Link
4 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-20 07:33 GMT.

Firmware Symbol
0 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.