-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bootloader is not downloading #34
Comments
Can you please paste the exact error/context. Thanks |
When i Run this Script: It gives following error: I see... Are you 100% sure, on selecting /dev/sdf? y Script Version git: 1a2e463Downloading Device's Bootloaderwget: unable to resolve host address ‘rcn-ee.net’ How could I mount OS image on SD card for using it in beagle board xm. Thank you |
Very odd... Do you have network connection? i have extra logic to detect an old version of wget, so i thought that might be tripping... bu ti looks like it just can not connect... |
Yes i have working network connection. i dont know why that message appearing. i have tried other methods also given in elinux page but same problem occurr. |
I am using Beagle Board xm, and i want to mount ubuntu image on sd card for my board.
While Executing Script from net install, after showing "Downloading Device's Bootloader",it is saying that "wget: unable to resolve host address ‘rcn-ee.net’".
sudo ./mk_mmc.sh --mmc /dev/sdf --dtb omap3-beagle-xm --distro trusty
When i Check wget with rcn-ee.net and google it is working perfectly.
i was downloading ubuntu trusty image. Please help me to sort out this problem.
The text was updated successfully, but these errors were encountered: