thetallone wrote:Hi i've recently purchased a var11n plus and had attached a serial connection but can't interrupt u-boot as apparently it's locked? What flash programmer do I need to buy and how do i use it to get the initial image?
Its even easier if you have a system setup to intercept the vonets communication. proftpd does not work (has to do with null character termination from the vonets for file requests). vsftpd does work. The newVersion.txt file is a simple character replacement (not really encrypted, just obfuscated).
I've stopped using the reader/writer as I no longer need it and can flash these fresh from factory with openwrt in a two step process. First step is to enable telnet on these devices so they can be manually flashed with openwrt (there must be some internal checks in the settings program which checks to see if there is a squashfs image in the file and fails if one is found.) The second step is flashing from the telnet prompt in order to get a true openwrt image in there.
None of the openwrt images will work with these devices (the stock images). I had to hack together the dts file as well as the mt7620.c file in order to get openwrt to boot and function 99% properly on these. As I had to hack together the dts, I only have 1 network cable operational (the female plug I do not have operational, and as it is not needed in this project, I didn't pursue making it work)
Since I will be flashing 20 - 50 of these a day, I needed to cut down on time required to push these out the door (hence reverse engineering vonets "encryption" on the ftp server.)
If you need to know the model of reader/writer I used in order to de-brick these devices/read the rom/write the rom manually. I can ask my co-worker who's I borrowed.
Doesn't look like I can upload files here, so I'll have to find a site to upload them to. You will need the openwrt builder, in order to compile the firmwares as well.
If need be, I can provide the hacked vonet firmware with telnet enabled, the newVersion.txt file targetting the var11n model, as well as a base firmware for the 2nd flash with openwrt. My modified dts and mt7620.c files I can also include. Remember, I'm not a developer for openwrt, I just hacked the snot out of this until I made it work.