How to install Arch linux on pandaboard [closed] - arm

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Im having problems with the installation.
I tried this already , http://archlinuxarm.org/platforms/armv7/ti/pandaboard i don't know if im doing it correctly because when i connect it to the HDMI and the tv, nothing seems to work.

I recently got the same problem with my pandaboard ES. I can't say I have everything working now, but you can have a feedback of the boot with the DB9-RS232 port. You'll probably need to use an adaptator DB9/USB to open a serial connection at 115200 baud with the card (you can use the screen program to do so).

Related

Error Packets contained no EAPOL data; unable to process this AP [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 days ago.
Improve this question
Anybody know what this error means?
Packets contained no EAPOL data; unable to process this AP.
The error is the output when I execute this:
aircrack-ng -w password.lst *.cap
You are probably trying to crack a WPA2-PSK passphrase but you didn't capture the right data in your *.cap file.

How can I open a .nsi file? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have downloaded a .nsi file and now I have to launch this to get my missing Windows registry keys installed. I tried different things to open it but so far everything didnt work. Can anyone please tell me how to run this kind of files?
A .nsi file is an input to the process that creates an executable. You need the Nullsoft Scriptable Install System compiler: https://nsis.sourceforge.io/Download
More info: https://nsis.sourceforge.io/Simple_tutorials

C using dig in ubuntu DNS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I'm trying to make a DNS in Ubuntu and sometimes I have to use the dig command(I'm using test=system("dig www.google.com")
How can I get the IPv4 from the return of the dig command to them be able to use it?
Do you mean "make a DNS lookup"? If so, try the functions gethostbyname and gethostbyaddr. This is much more efficient than dig.
Or do you specifically want the output of dig? If so, use popen().

How does the kernel know which drivers belong to which peripherals? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
When the Kernel needs to send output to a certain peripheral, how does it know which driver to use?
The usual way is for each driver when first loaded, typically at boot time, to poll the buses it supports and look for matches between what it is designed to support and the returned signatures (vendor and device IDs), and their classes.
This is at least the way it works for the so-called plug and play peripherals.

what happen while debugging my source code if power is off [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
while debugging my source code my pc pointing inside the ISR function.so now what happens if power is off? please tell me answer the pc start at what location if power will come again?
When the computer restarts the PC will be reset to its initial value which points at the entrance of the BIOS. The exact value depends on the platform. Your ISR and the contents of memory will also be gone.

Resources