Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Design Hardware for Embedded Linux

Status
Not open for further replies.

morcillo

Newbie level 4
Joined
Apr 1, 2010
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,334
Hello.

I know there are many processor requirements for porting Embedded Linux to a microcontroller based embedded system (I don't know if I am using the correct words for it .. english isn't my first language), like for example: memory management unit, lots of RAM and flash.

I would like to know where to start learning about how to develop hardware that can support Embedded Linux. How can I make the external RAM and flash that I add to the microcontroller be accessed directly by the microcontroller, without an specific routine. In short ... how do I start developing hardware for embedded linux. That's the main question .. other questions that may not be related to hardware please ignore them
 

Hello Morcillo,

Well you have asked a very big and general question so probably the answer will be general as well. I don't know how much experience in electronics and software you have so if I will write something that won't be clear for you just post me for explanation and if I will write something that is clear for you then forgive me but I don't know nothing about your knowledge.

First you must to define the most general features of the project which will limit of possibilities of choosing the hardware. I mean the price and the market. The market is important as well because you will use different components for military / aerospace market and different ones for toys market. When you will have answer for those question you must to specify the project requirements and try to search components that will match them. This requirements should be as well regarding the software. I am assuming that you (your team) have already checked that embedded Linux meets your needs.

Lets go to the platform. You can find a list of supported architectures by given linux OS. And the OS producer probably will write in specification what is the minimal footprint for this OS and how much RAM memory does it need. There are Linux systems that are working on MMUless platforms. You can find many different Linux based operating systems.

You are asking how you can make the external RAM and flash to be accessed directly, without an specific routine. I am not sure what do you mean by that.

If you will have chosen a platform for given OS then you must to read following documentations which will help you most:
- the datasheet, schematics and PCB design of some board development kit made by any well know producer - this will give you general information about what you will need for designing the system
- the datashees of the microprocessor / microcontroller for more information about its peripherals and how to connect external chips to the processor
- the datasheet of memory chips (if it supports external memory) so you will have information about how to eventually increase or decrease the memory size, chose another chips or route tracks to those chips (which really won't be easy if it has DDR type memory!)

Generally the requirements for the hardware are: CPU architecture (for example ARM7, ARM9, PowerPC etc.), RAM and Flash size. In case of other peripherals then you must to watch for the drivers or write them by yourself.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top