General :: Install Gcc To Arm9 Board?
May 13, 2010
i installed linux OS on my lpc3131 board with kernel 2.6.20. I want to install gcc to my board in order to compile codes without cross compiler or auxilary PCs. But i think it must be different then installing gcc rpm on Fedora PC or untar and make gcc, I dont know what i must do. what release or version of gcc should i download and what kind of changes must i do in Makefile.
View 5 Replies
ADVERTISEMENT
Aug 26, 2010
i wanna do somthing in this can any one help me how i have to start with linux and how to proside to develop some small applications its very much essential for me. give me a guide path with that i have to get things ASAP.
View 1 Replies
View Related
Nov 14, 2010
But started to develop Embedded linux in ARM9 controller.
View 12 Replies
View Related
Apr 28, 2011
i am using classpath-0.98,jamvm-1.5.4 and arm9 cortex processor. so my question is after install classpath and jamvm on arm9 , i am getting around 30MB FAT file. so tell me some tips how to reduce the size of FAT file as much as possible.
View 1 Replies
View Related
Jul 16, 2010
I have a Intel server board machine that has a on board Matrox cardWith 11.2 the install barfs to text mode configuring the card during install butonce you log in a root and run sax2 it is OK once the machine restartsWith 11.3 it installs ( apparently ) perfectly then just goes to a blackscreen .. the usb keyboard is dead and that is that
View 3 Replies
View Related
Jan 14, 2010
I tried to install Ubuntu Server on an Alix2d2 board: [URL]It has a CF card connected with an IDE interface and no vga output. The processor is a AMD Geode. I'm aware that I need a 386 kernel as described in the german wiki:
[URL]
What I did so far:
Installed imedia linux PCengines Alix build [URL] on an other Ubuntu machine with usb cf interface. This worked but I don't know how I can install Ubuntu from imedia linux.
Installed Ubuntu Server on the same Ubuntu machine. Installed the 386 kernel and changed the grub config file to enable the serial output to a terminal and updated grub[URL]. I created the file /etc/init/ttyS0.conf that the serial interface still works after the bootloader [URL].Unfortunately the alix board writes only "GRUB loading." and some empty lines.
Tried to boot with Tftpd32.exe by Ph. Jounin following this guide: [URL] So I set up a TFPT server following this german wiki: [URL]As advised changed /etc/inetd.conf and /etc/default/tftpd-hpa, prepared the boot image and the DHCP server. This should be enough on the server. I have to write N over the serial port to the board while it performs memory test to enable PXE boot. This was partly successful: it gets an IP adress but afterwards nothing happens. I can't find any error message in the syslog.
I attached my configuration files. As boot image I used [URL] and used the following commands to bring it into the right place:
Code:
sudo tar -xvzf netboot.tar.gz -C /var/lib/tftpboot/
sudo chown -R nobody:nogroup /var/lib/tftpboot
installing Ubuntu Server with PXE or from the other machine to the CF card or even directly from imedia linux.
View 9 Replies
View Related
Jul 2, 2010
Is there any difference between an ARM7 toolchain and an ARM9 toolchain? Or is it all ARM toolchain can be used to compile for these different processors.
View 5 Replies
View Related
May 28, 2010
i am trying to compile too the sqlite for arm9 - mini2440.could you please tell me what was the steps you make? im read that book but im still having some trouble while i compile i have been trying to do the compilation.
View 3 Replies
View Related
Jan 3, 2011
I want to compile mysql for arm9 linux box, I did not find any good resource.
View 5 Replies
View Related
Apr 7, 2010
Doing a fresh F12 install on a Dell Vostro 430. Machine needs to have 2 Network adapters for our setup.The install seems to go just fine but the on board network adapter doesn't appear to get detected/configured. If I look in /etc/sysconfig/network-scripts all I find is ifcfg-eth0 and ifcfg-lo. Looking carefully at ifcfg-eth0 I see it's the second card that I've put in the machine.As a test I removed the second network card and did another fresh install of F12. This time in /etc/sysconfig/network-scripts all I have is ifcfg-lo. When I go to system>Administration>Network Device Control I see no network devices displayed.
Is this an issue others have seen with F12 or is it possible my on board network adapter has an issue?BTW I did check the BIOS to be sure that Onboard Lan was enabled and it is.output from "lspci -k " with both cards installed on machine (I only listed Ethernet controllers)
View 2 Replies
View Related
Oct 6, 2010
installing CentOS 5.5 on intel desktop board dh55jp?i cannot install the centos on it.. either python got an error or halt on loading the OS...
View 2 Replies
View Related
Jul 5, 2010
I'm a newbie when it comes to embedded linux / cross compiling. Never had to have anything to do with it b4 I bought my NAS. The Nas only has a 500MHZ ARM9 so compiling anything is painfully slow. Also only has 128MB ram. I managed to cross compile the kernel but am not sure how would you cross compile something like HPLIP for example.
View 1 Replies
View Related
Mar 22, 2011
I am impressed with 11.4 and am happy that for the first time ever I don't need to install a kernel patch to support my on-board nVidia graphics. However, the on-board sound no longer works now. I don't know how to set it up in phonon. My device number 0 in phonon is MCP72XE/MCP72P/MCP78U/MCP78S high definition audio, and I assume this is my nVidia on-board sound card. The driver information states snd-hda-intel.
How can I check what is wrong with it? It did work fine on 11.2 right up to the 11.4 installation. I do get system sounds (like the start-up and shut-down sounds), but nothing from any application, e.g., firefox playing a video. Based on the advice from another thread I tried: speaker-test -c2 -l5 -twav This does not produce any sound, but gives the following information: speaker-test 1.0.24.2
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 96 to 1048576
Period size range from 32 to 349526
Using max buffer size 1048576
[Code]...
View 9 Replies
View Related
Dec 13, 2010
We are using LPC3250 ARM9 and LTIB for building the Linux 2.6.27.8 We have written some code to access GPIO and was working earlier with opensuse 9.0 We now have fedora 11 32 bit 2.6.30.10-105.2.23.fc11.i686.PAE When we make the program we get following errors we are using GCC3.4.5
#make -C /lib/modules/`uname -r`/build M=`pwd` modules
make -C /home/shekhar/lpc3250/ltib/rpm/BUILD/linux-2.6.27.8 M=`pwd` modules
make[1]: Entering directory
`/home/shekhar/lpc3250/ltib/rpm/BUILD/linux-2.6.27.8'
CC [M] /home/shekhar/samsung_lcd/gpio/char.o
cc1: error: invalid option `64'
[code]....
View 1 Replies
View Related
Dec 29, 2010
I compiled dropbear with arm-linux-gcc version:Quote:
arm-linux-gcc -v
Using built-in specs.
Target: arm-none-linux-gnueabi
[code]....
View 6 Replies
View Related
Dec 12, 2010
How do I delete one of my posts?
View 6 Replies
View Related
Aug 30, 2010
I'm searching for the cheapest single board computer which can run Linux. It must have ethernet and at least one serial port.I'm currently looking at these modules from Technologic Systems, but wondering if there's anything cheaper out there?
[URL]
View 2 Replies
View Related
May 10, 2011
I have found two ways to get the main board product name: [sudo lshw][sudo dmidecode] Is it the nature of this info that's making it protected or is it the source code of these tools?Is there any way to get main board product name without sudo? Shall I dig inside the source code of these tools?
View 2 Replies
View Related
May 18, 2010
My board is not supported for U-boot. But it got an ARM920T core onboard running at 100MHz. It got a serial, JTAG and USB line. Can I custom port the U-boot for my board?
View 1 Replies
View Related
Mar 13, 2011
I am trying to build a low cost computer, and over the last few days, I was interested in Linux as my OS to use. All I really need for the computer was the internet, word processors, and 3 games: "Wizard101", "Fusion Fall", and "Free Realms". Would Linux run on a built computer with an AMD processor and an on-board GPU? And would Linux run all of my needs/wants for this computer?
View 9 Replies
View Related
May 10, 2011
I have found two ways to get the main board product name:sudo lshw sudo dmidecode Is it the nature of this info that's making it protected or is it the source code of these tools? Is there any way to get main board product name without sudo?
View 5 Replies
View Related
Feb 8, 2010
I am trying to load u-boot 1.1.6 in my samsung s3c6410 board. i am getting a error in this process,
s3c6410 # make clean
s3c6410 # make smdk6410_config
Above two command worked fine with out any error.
s3c6410 #make
executing the above command i am getting a lot of errors, such as
start.s:o: error:bad value (armv5t) for -march=switch
interrput.s:o: error:bad value (armv5t) for -march=switch
I am new to the porting, get me out of this problem
View 1 Replies
View Related
Aug 23, 2010
I've been trying to use the onboard modem on my laptop for Internet connectivity. From what I can gather, Ubuntu hasn't installed a driver for the modem.
When I connect my phone using a usb cable to the laptop, I'm able to connect and browse. However, the network manager doesn't seem to have a driver for the onboard modem because it doesn't recognize it.
View 1 Replies
View Related
Aug 3, 2010
My friend has a HP Pavilion dv2699ea (dv2500 series - somehow *shrugs*) that has stopped working. It's a Core2Duo laptop with a Nvidia GPU. The unit is no longer under warranty. Problems first started a few days ago with the laptop showing corrupted graphics in Windows and BSOD'ing after a few minutes of use. I tried booting to an Ubuntu LiveCD which worked for a while before succuming and crashing as well. The freezing/graphics corruption/BSODing does seem somewhat heat related (CPU runs at ~95'c under load) however I believe that if it is heat related, then it's already damaged components inside.
Now the system has corrupted graphics on bootup[1], including booting Ubuntu[2], and neither operating systems will boot at all (Windows can sometimes get logged in before showing a black screen and becoming unresponsive. Ubuntu just looks like [3] after X starts). (See comment below for links.)
The fact the problem occurs both under Linux and Windows says to me this is not a driver issue. I have run Memtest which passed fine and none of this seems HDD related as I managed to get ~30GB of data off the system before it finally gave up the ghost.
She has been using it repeatedly without giving it adequate ventilation for years (i.e. on the bed, or on a pillow), so it's my opinion that the system board has probably warped over years of cooling/heating and that's causing this current problem. If that is the case, then I can buy a replacement system board and fit it myself, saving about £200 over the cost of an out-of-warranty HP repair. Of course, I don't want to make her spend £100 on a replacement part for it to be the wrong thing, hence asking for a second opinion here!
Hopefully I've covered all the bases here. I'm a former IT support guy myself, so I've tried all the dumb stuff (driver updates, examining memory dumps from BSODs [one 'unrecoverable hardware error', three relating to the graphics card], etc).
View 4 Replies
View Related
Sep 24, 2010
I'm trying to run a shell script on a kern board (av1100) that shows some text output on the attached screen. The big problem is that the screen goes to blank in like 2 minutes.I'd just like to have the script showing it's output while the thing is on.Isn't there a command to stop the screen from going to blank?p.s. there is no bash available, just #!/bin/sh
Code:
#!/bin/sh
###########################################################
[code]....
View 2 Replies
View Related
Apr 12, 2011
I have installed slacware 13 on an intel server, but the IP add that i have assigned does not work. I used ifconfig to check the ip but it shows me 127.0.0.1. I have run netconfig with the ip address i need and restart the machine, but it goes back to 127.0.0.1
View 2 Replies
View Related
Oct 1, 2010
So I just got a MSI 870A-G54 and have been trying to get the CPU temperature on the command line. I ran the following
Code:
sudo apt-get install lm-sensors hddtemp sensors-applet computertemp
And ran sensors-detect
Code:
sudo sensors-detect
# sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)
# System: MSI MS-7599
# Board: MSI 870A-G54 (MS-7599)
[Code].....
View 9 Replies
View Related
Aug 4, 2010
is there a reason why OpenSUSE won't come with SUN Java prepakaged? Preinstalled Java seems to be ice something, which doesn't work with most of the Java software. Is there an easy way to replace it with real Java and have all the settings ready made. With this I refer to environment.
My current project is to make IDE for the BV513 PIC-board.
View 8 Replies
View Related
Feb 27, 2011
My keyboard (usb) keep on stopping working after about 30-60 sec Then I have to removed the cable and re-install it then it works again.
View 1 Replies
View Related
Nov 19, 2010
I am having DM6446 board. I am trying to connect internet via this board. In this I am having some issues regarding this. Normally in terminal when I ping to particular site, I will use the following command
>> ping google.com
I will get proper response with the packets details. When I am trying the same thing in minicom terminal I am not getting anything even the proper error messages. If I use the same ping command in different way
>> ping 209.85.231.10(ip of google.com)
I am getting proper response. I don't know why the DNS name is not resolving in the board. Is there any documentation is available to do the internet connectivity with this board?
View 3 Replies
View Related