求解 单系统群晖如何修改Mac SN
根据坛友所授方法:接ttl,打开串口,上电,不断点击回车,进uboot,依次输入以下命令:
sf probe
sf updatemacsn 112233445566 12345abcdefgh
112233445566为mac,后者为sn,按需修改
没有修改成功
求指点 问题出在哪儿,不知道是不是命令输入有误
在此跪谢给位大佬
Marvell>> sf probe
machine id: 59d27c40ee176d8a9690c9e459a049ad
SF: Detected g325lp64d with page size 256 Bytes, erase size 4 KiB, total 8 MiB
Marvell>> sf updatemacsn 001132B60655 1980S6R9Z0BSM
sf - SPI flash sub-system
Usage:
sf probe [cs] - init flash device on given SPI bus
and chip select
sf read addr offset|partition len - read `len' bytes starting at
`offset' or from start of mtd
`partition'to memory at `addr'
sf write addr offset|partition len - write `len' bytes from memory
at `addr' to flash at `offset'
or to start of mtd `partition'
sf erase offset|partition [+]len - erase `len' bytes from `offset'
or from start of mtd `partition'
`+len' round up `len' to block size
sf update addr offset|partition len - erase and write `len' bytes from memor y
at `addr' to flash at `offset'
or to start of mtd `partition'
sf protect lock/unlock sector len - protect/unprotect 'len' bytes starting
at address 'sector'
Marvell>>
单群晖怎么刷的? 同问,
单群晖怎么刷的? 这是uboot里面本身没有做这个命令,这个命令应该是某一个单系统群晖作者内置的,不是他做的固件就不支持。 ImissLC 发表于 2019-10-27 01:46
这是uboot里面本身没有做这个命令,这个命令应该是某一个单系统群晖作者内置的,不是他做的固件就不支持。 ...
有没有办法破 求教 单群晖系统有什么好处? sd6930737 发表于 2019-10-27 04:36
有没有办法破 求教
没办法了,只有想办法修改SPI的二进制了.
比如编程器备份整个SPI,然后去搜索SN和MAC对应的位置,改完重写SPI sd6930737 发表于 2019-10-27 04:36
有没有办法破 求教
或者知道vendor.bin的偏移量,直接在uboot下写入相应的位置也行 ImissLC 发表于 2019-10-28 14:05
或者知道vendor.bin的偏移量,直接在uboot下写入相应的位置也行
我有debian群晖双系统的 vendor.bin
求教如何在uboot写入
命令是啥
页:
[1]
2