Forums Search for: Linux
porting linux to arm
Dear all, I am new on porting linux to arm.i want to port the linux kernel to ARM platform ,but i don't know how to begin.I am having an embedded...
Dear all, I am new on porting linux to arm.i want to port the linux kernel to ARM platform ,but i don't know how to begin.I am having an embedded kit in which ARM7TDMI-S(philips LPC 2362) is the core.But I think i am having only 128 kB on-chip flash and 32KB SRAM on LPC2362.Is it enough for porting linux.If no which controller I should take for starting my project?? Please give your valid sugges...
Compiling for lpc on linux system
Hi, I want to know how to compile programs written in C and in assembly on Linux based host system. I don't want to use linux on my...
Hi, I want to know how to compile programs written in C and in assembly on Linux based host system. I don't want to use linux on my microcontroller. I saw that uClibc document. It seems that this library is for compiling software for ARM microcontroller running Linux on it. Say I just want to assemble the instruction: MOV R0, #10H And say I just want to compile the program: main() { in...
LPC development and Linux environment
Guys, Anyone using Linux on their computer as a development environment for ARM? Which IDE and which schematics software are you using? I am...
Guys, Anyone using Linux on their computer as a development environment for ARM? Which IDE and which schematics software are you using? I am tired of using Windows systems, and thinking of moving to Linux gradually..
Linux/ OSS ISP tools?
Has anyone written Linux/Open Source ISP tools? Apart from use in a Linux environament these can be very useful for anyone doing ...
Has anyone written Linux/Open Source ISP tools? Apart from use in a Linux environament these can be very useful for anyone doing manufacturing loaders. -- CHarles
porting uClinux on LPC2292 with recent linux kernel
Hi all, I have porting uClinux20051014 on LPC2292 Board with linux2.11.8 kernel and uC-20051014-linux-2.6.11.8-ea1.diff (patch Embedded...
Hi all, I have porting uClinux20051014 on LPC2292 Board with linux2.11.8 kernel and uC-20051014-linux-2.6.11.8-ea1.diff (patch Embedded Artist). But, i should use a new linux kernel version (> =2.6.20) because second step is to port xenomai (RTOS) which is compatible with recent linux kernel. Then, my problem now how to replace the Embedded Artist patch ? When i search on the LPC group,
porting rtlinux on lpc2129
Hi,this is debashis from bangalore,india....I am working with ARM lpc2129 and embedded linux....but I have a serious problem to make the linux...
Hi,this is debashis from bangalore,india....I am working with ARM lpc2129 and embedded linux....but I have a serious problem to make the linux 2.4x kernel as embedded linux...can anybody pls help me on how to make linux kernel a real time os and how to port it in arm lpc2129....and also is it possible to port the kernel to nxp made P89V51RD2 80c51 based controller????....pls reply....[image: ...
LPC2000 development on Linux
Hi all, I'm just setting up for development with the Elektor ARMee LPC2106 module. I would prefer to do the development under Linux rather...
Hi all, I'm just setting up for development with the Elektor ARMee LPC2106 module. I would prefer to do the development under Linux rather than Windows. I have the GNU toolchain built and running, now for the final bit. Is there a flash downloader for Linux or does using the Philips utility effectively force me to switch to Windows. Thanks Steve
Porting linux( or others OS like FreeRTOS) to microcontroller
I want to port linux to microcontroller. The microcontroller i have chosen is LPC2368. I have done basic programming on LPC2368 previously. But i...
I want to port linux to microcontroller. The microcontroller i have chosen is LPC2368. I have done basic programming on LPC2368 previously. But i don't have any idea of how to port linux( OR FreeRTOS). Can any body explain me? ------------------------------------
Need to use Linux with LPC2468 or LPC2378
Hello Friends I am planning to use the Linux on sd flash & to use it with LPC2378 . will it work ? Pls comment . Thanks...
Hello Friends I am planning to use the Linux on sd flash & to use it with LPC2378 . will it work ? Pls comment . Thanks bhal. ------------------------------------
LPC2148+Linux...
Hello, I would like to know, if someone can give a hand with my problem. I want to put a linux into ARM7 (LPC2148). I ?ve been looking for a...
Hello, I would like to know, if someone can give a hand with my problem. I want to put a linux into ARM7 (LPC2148). I ?ve been looking for a few place but a can?t catch a clue. I don?t know what I have to do? or How? Thanks anyway. Alex from Argentina
Programming tools for Linux
Hello everybody, I have migrated all my PC to linux, and compiling my ARMs project with GNU GCC is working, but I didn't find any programming...
Hello everybody, I have migrated all my PC to linux, and compiling my ARMs project with GNU GCC is working, but I didn't find any programming tool to download my code into the LPC2000 chips. Any suggestion? Thanks very much Ezequiel
Newbie looking for some recommendations
Hi all: First of all, sorry about my poor english (I'm spanish). I'm just starting with ARM7 and i own a LPC2368 evaluation board. I've...
Hi all: First of all, sorry about my poor english (I'm spanish). I'm just starting with ARM7 and i own a LPC2368 evaluation board. I've several questions to the group.Since i'm using linux (ubuntu) on my desktop computer i would like to keep it as my development OS but its not a "must". I can switch to windows if linux is not well supported. Questions: 1) Is there anybody...
LPC 2138 programmer - LINUX
Hi, I am looking for a LPC2138 serial programmer based on Linux. Do you know about anyone?
Hi, I am looking for a LPC2138 serial programmer based on Linux. Do you know about anyone?
I want to go in Linux OS in LPC2378 so help me urgency
=A0Hi! Dear Friends, I m working with Keil Compiler using C now I want to go in Linux OS with LP= C2378 so how I can go in this...
=A0Hi! Dear Friends, I m working with Keil Compiler using C now I want to go in Linux OS with LP= C2378 so how I can go in this side? please help me? Thanks & Regards Ramesh Khokhani Explore and discover exciting holidays and getaways with Yahoo! India= Travel http://in.travel.yahoo.com/ ------------------------------------
kernel error
Hi experts, when i downloaded my kernel image on LPC2292. it starts with this error: "Error: unrecognized/unsupported processor...
Hi experts, when i downloaded my kernel image on LPC2292. it starts with this error: "Error: unrecognized/unsupported processor variant." I build the uLinux.bin with : * uClinux-dist-20080808 *linux 2.6.25 * arm-linux-gcc-3.4.4 Does anybody know how to solve this problem ?? Thanks in advance, Kind regards, Gh.LAFI ------------------------------------
LPC bootloader interface tools for linux
Hello all, I just posted (in the files area: lpc_host_tools.tar.gz) some code I wrote to support file upload and bootloader...
Hello all, I just posted (in the files area: lpc_host_tools.tar.gz) some code I wrote to support file upload and bootloader interface to the LPC on linux. I did this stuff a few months ago so I don't totally remember everything about it, but its pretty simple and should be able to be
uClinux on LPC2292 board
Hi all, I am new user of uClinux and i have to port uClinux with a recent linux kernel on LPC2292 SODIMM board. I started with...
Hi all, I am new user of uClinux and i have to port uClinux with a recent linux kernel on LPC2292 SODIMM board. I started with uClinux20051014 and Linux2.6.11.8 and it works because of Embedded Artists patch. But, when i move to a recent a linux versions. I am stopped. I will be grateful when you put me in the right direction. Kind regards, GhL --------------------------------...
Talking to boot loader on Olimex LPC-H2214 (LPC2214 via FTDI rs232<->USB)
I'm unable to "syncronize" with the boot loader via hyperterm on windows or minicom on linux. I know that the serial/USB port actually ...
I'm unable to "syncronize" with the boot loader via hyperterm on windows or minicom on linux. I know that the serial/USB port actually works because I'm running a modified version of Olimex's uart_echo on the board. And, the Philip's ISP utility can do it. But, I'm trying to get some of the Linux alternatives (like lpc21isp) to work and they don't. My u
IAR J-Link JTAG debugger + Linux + GCC
I've hit the wall where printf() debugging isn't going to fix a problem I've run into. I've got a USB IAR J-Link dongle, the Olimex LPC-P2148...
I've hit the wall where printf() debugging isn't going to fix a problem I've run into. I've got a USB IAR J-Link dongle, the Olimex LPC-P2148 board, arm-elf-gcc, and a Linux box. Can I make this stuff play together? Got a pointer to a guide on making this work? I've been Googling, but so far I've mostly found Windows solutions. Running the IAR software is not an option. If I *have* t...
LPC313x Linux SD-Card driver
Hi I use the Board from Embedded Artists "LPC3131 Developer's Kit". I have compiled and installed the apex bootloader and the Linux which is...
Hi I use the Board from Embedded Artists "LPC3131 Developer's Kit". I have compiled and installed the apex bootloader and the Linux which is include as a demo. NXP wrote some drivers for this board. One of them is the lpc313x_mmc.c driver which can read from the SD-Card. But the write function isn't implemented. Has someone wrote the write function for this driver? Best thanks, Dani...








