-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safe Mode #7
Comments
|
How did you fix your issue ? |
Hi @nlienard, My apologies for the lateness of my reply, but I must have missed the notification, so thank you for asking via direct email as well! I did not solve it, went back to official firmware, as I didn't hear back from @vzhilov, couldn't easily find a solution via Google, and ran out of time and energy. Sorry for not being able to actually help directly, but one of my problems that I wanted to solve with non-official firmware, apart from the joy of tinkering, was woeful NFS performance that seems related to the official kernel version, and what I did instead, was to create an iSCSI target instead, which seems to work vastly better, at least for my use case. |
thanks for this feedback. i'll try to solder an UART/USB cable for having a console. I guess it is needed for these step but i'm not sure
I'm in 4.14.4 kernel and would like to update to 5.11.5 and i thought that the step was only:
but reading your issue made me stop :) |
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.
The text was updated successfully, but these errors were encountered: