 |
| Author |
Message |
|
|
Posted: Jan 06, 2012 - 09:39 PM |
|

Joined: Dec 20, 2011
Posts: 33
|
|
Hi all,
I want to upgrade firmware of my NGW100. I have have downloaded the tar ball from
http://www.atmel.no/buildroot/buildroot-bin.html
Then I have extracted this tar ball to my bootable sd card. The following message is shown when I boot from sd card.
mmcblk0: mmc0:e193 S032B 29.6 MiB
mmcblk0: p1
EXT2-fs (mmcblk0p1): warning: mounting unchecked fs, running e2fsck is recommend
ed
VFS: Mounted root (ext2 filesystem) on device 179:1.
Freeing init memory: 80K (90000000 - 90014000)
Starting portmap: done
Initializing random number generator... done.
Enabling USB CDC composite gadget...
Starting network...
Starting Network Interface Plugging Daemon: eth0.
Enable NAT:
IPv4 forwarding: done
iptables postrouting: done
iptables incoming trafic: done
iptables outgoung trafic: done
Starting network time protocol daemon: ntpd.
Starting dropbear sshd: OK
Starting httpd: done
Starting ProFTPD: done
Starting dnsmasq: done
Welcome to Buildroot
ngw.example.net login: root
Password:
# ls
I have typed the login as root and the password as roota. Then after that its not showing me anything else. |
|
|
| |
|
|
|
|
|
Posted: Jan 09, 2012 - 09:35 AM |
|


Joined: Aug 22, 2002
Posts: 1586
Location: Arendal Norway
|
|
| Do:
Code:
cd /
ls
Still nothing? |
_________________ Life's to short for waiting on slow CPU's
|
| |
|
|
|
|
|
Posted: Oct 01, 2012 - 09:57 AM |
|

Joined: Dec 20, 2011
Posts: 33
|
|
Thank you.
No I need to use my NGW100 mkII again.
So, when I booted from SD card, it asked me for login and password and I provided root and roota.
Then I followed your commands as bellow
cd /
ls
And it showed me the contents of the SD card.
But When I tried executing my generated elf file present in SD card then it give me an error about a library. Though this library is present and I have used it before.
How can I access the library which is in the lib folder?
Or how can I login without given user name and password? I mean the direct login.
When I used the same NGW100 mkII in january 2012 then sometime it was asking for login and sometime not.
Please tell me how to boot whitout login? |
|
|
| |
|
|
|
|
|
Posted: Oct 01, 2012 - 10:15 AM |
|


Joined: Aug 22, 2002
Posts: 1586
Location: Arendal Norway
|
|
| Could you post the commands and errors? |
_________________ Life's to short for waiting on slow CPU's
|
| |
|
|
|
|
|
|
|