RobertCNelson / netinstall

Network Install for a bunch of arm boards
https://rcn-ee.com
80 stars 19 forks source link

Bootloader is not downloading #34

Open pawan9889 opened 10 years ago

pawan9889 commented 10 years ago

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.

RobertCNelson commented 10 years ago

Can you please paste the exact error/context. Thanks

pawan9889 commented 10 years ago

When i Run this Script: sudo ./mk_mmc.sh --mmc /dev/sdf --dtb omap3-beagle-xm --distro trusty

It gives following error:

I see... lsblk: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 100G 0 disk ├─sda1 8:1 0 98G 0 part / ├─sda2 8:2 0 1K 0 part └─sda5 8:5 0 2G 0 part [SWAP] sdf 8:80 1 1.9G 0 disk └─sdf1 8:81 1 1.9G 0 part /media/vnit/PHONE CARD sr1 11:1 1 1024M 0 rom

Are you 100% sure, on selecting /dev/sdf? y


Script Version git: 1a2e463

Downloading Device's Bootloader

wget: 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

RobertCNelson commented 10 years ago

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...

pawan9889 commented 10 years ago

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 have tried to update wget, it says wget is already latest version. and if without that script i try to use wget it working correctly. even it is also connect that rcn-ee.net also.

thexplanet commented 7 years ago

Dear All, I am too getting the same error. wget: unable to resolve host address ‘rcn-ee.net’ ![Uploading Screenshot from 2017-03-25 13-28-19.png…]()

I do have a working internet connection.