Joseph C. Lehner
Joseph C. Lehner
Just as I thought, the "block rollover" part is not the issue (note that it also completed successfully with the larger file). Something else is wrong with your device. Could...
Hi Rob. It appears that the bootloader never starts the NMRP upload process on your device. So no matter what arguments you use to run `nmrpflash`, it won't work. Since...
Hmm... how about ``` dmesg | grep mmcblk ls /dev/mmcblk* mount busybox ``` EDIT and ``` strings /dev/mmcblk0p8 ```
Hmm... how about ``` grep -li nmrp /dev/mmcblk* grep -li u-boot /dev/mmcblk* ``` What I'm trying to figure out is where U-Boot and its environment variables are stored...
> nmrp server is stopped or failed ! doesn't look good :( This is just an error message that _can_ be printed by the bootloader. There's no saying that it's...
Looks like `bootcmd` isn't overridden anywhere, so the `nmrp` code _should_ run on boot. There's one more reason I can think of why it might not work, but to verify...
Does the solution posted by @faeinthebay in #156 work for you? > I just got a flash to work on an RBS50 (Orbi satellite). I connected Ethernet to the rightmost...
> I do have a RBR50 V2 (thats the one without the USB on the back) that you are welcome to. Its brand new, in a box and I'm happy...
> If I had your email or knew where to find it I would :) Right, [here](https://github.com/jclehner/nmrpflash/blob/b7a4b588b73274398d9957ff137b703e18541af9/nmrpd.h#L3) you go ;)
Thanks to everyone involved! I had already planned for `nmrpflash` to display some hints and possible fixes in case of an error, and I've added this solution to the list....