So, I did the following:
wget --no-check-certificate https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uImage && dd if=/dev/zero of=/dev/mtdblock1 && dd if=uImage of=/dev/mtdblock1
wget --no-check-certificate https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uInitrd && dd if=/dev/zero of=/dev/mtdblock2 && dd if=uInitrd of=/dev/mtdblock2
reboot -f
...and ended up not being able to log in to complete the steps via SSH, and meeting this screen when going to the IP address in the browser.
Please advise.
So, I did the following:
wget --no-check-certificate https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uImage && dd if=/dev/zero of=/dev/mtdblock1 && dd if=uImage of=/dev/mtdblock1wget --no-check-certificate https://raw.githubusercontent.com/vzhilov/WDMC-Ex2-Ultra/master/uInitrd && dd if=/dev/zero of=/dev/mtdblock2 && dd if=uInitrd of=/dev/mtdblock2reboot -f...and ended up not being able to log in to complete the steps via SSH, and meeting this screen when going to the IP address in the browser.
Please advise.