Is there a program to pull the firmware of the modem,
modify it and add some codes?
Netgear M5 firmware ?
- Rich Hathaway
- Posts: 609
- Joined: Mon Mar 08, 2021 2:41 pm
- Has thanked: 12 times
- Been thanked: 210 times
Re: Netgear M5 firmware ?
more info is needed for a proper answer such as, which part of the firmware, this devices firmware has 31 partitions some being mbn, some img, and some triple layered ubi, ( ubi over ubifs over mtd)
but if you mean like a one click tool or something the answer is no, you have to dump then decompile or unpack depending on which file type you are working with then make your edits with the proper tool then repack back to factory specs and then reload it.
but if you mean like a one click tool or something the answer is no, you have to dump then decompile or unpack depending on which file type you are working with then make your edits with the proper tool then repack back to factory specs and then reload it.
- Rich Hathaway
- Posts: 609
- Joined: Mon Mar 08, 2021 2:41 pm
- Has thanked: 12 times
- Been thanked: 210 times
Re: Netgear M5 firmware ?
I see, ok so if you are not familiar with the things I wrote about in my previous post, you would be much better off if you are just needing to change some images to make your project on a live filesystem and not fool with all the work of the previously mentioned method