Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1

    Default Who are embedded systems enthusiasts here?????


    May I know who are embedded systems enthusiasts here?? Especially in developing embedded systems for Linux OS..... Pls post your ideas and experiences here.....

  2. #2

    Default Re: Who are embedded systems enthusiasts here?????

    am not an enthusiast, but my project is embedded linux, currently working on uClinux.
    developing embedded application is just easy, you just need a cross compiler toolchain.
    at times its so frustrating coz your program may run fine on your desktop but once you cross compile
    it and run it in your embedded device the output is not the same. beware of memory leak, this make your system crawl.

  3. #3

    Default Re: Who are embedded systems enthusiasts here?????

    Yeah, you're right. We have the same experience when I currently developed embedded linux here. Im just a newbie to this job with so much issues to be consider when developing programs for this kind of system. Have you already developed User Interface for you embedded systems? That's what Im currently working on....

  4. #4

    Default Re: Who are embedded systems enthusiasts here?????

    yup, the embedded system has a nvidia gpu it support opengl 1.1, so the user interface is purely opengl (texturing/vertex/blending/3d models using 3ds). takes time and a lot of patience.
    what linux are you using? used monta vista linux, now, currently customizing ucLinux for the new board, unfortunately no gpu is present so will have to do low level memory access for the display.

  5. #5

    Default Re: Who are embedded systems enthusiasts here?????

    IC.... That's what I am working on..... We're using uCLinux also..... We're currenly working on Gtk. That's what I am working here on how to cross compile Gtk applications. The target board has no gpu also. But we are working on the Framebuffer which has already a ported X server. So Is opengl really requires gpu?

  6. #6

    Default Re: Who are embedded systems enthusiasts here?????

    yup, it requires a gpu. where are you working ryt now?. what's your target board?

  7. #7

    Default Re: Who are embedded systems enthusiasts here?????

    Quote Originally Posted by StyM
    yup, it requires a gpu. where are you working ryt now?. what's your target board?
    Our target board is FR-V board which is made by Fujitsu. This has a cross compiler already but no Gtk libraries compiled yet. This is what I am researching right now, to run my Gtk applications to this target. Do you have idea about this? Im just new to this job but learns a lot.

  8. #8

    Default Re: Who are embedded systems enthusiasts here?????

    cross compile your gtk source using your cross compiler, install in to your target board,
    so your gtk application can use the library on your target board. thats what i'll do.

  9. #9

    Default Re: Who are embedded systems enthusiasts here?????

    Im just confused on the flags in configuring gtk and its dependencies. I can't supply the exact value for --host and --build option. So can I ask you something here? Am I right with this option:

    ./configure CC=<PATH to cross compiler>-gcc --host=<the host PC> --build=<the target board>

    How to register the target so that I can use it on the --build option

    Im just a newbie on this kind of job.

  10. #10

    Default Re: Who are embedded systems enthusiasts here?????

    --host=i386-pc-linux-gnu --build= ?? your target board , check what type of cpu it has. search google.

    here's a sample configuration for our arm board.
    ./configure –-target=arm-linux –-prefix=/opt/arm-linux --host=i386-pc-linux-gnu –-enable-languages=c,c++

  11.    Advertisement

Page 1 of 3 123 LastLast

Similar Threads

 
  1. Who are from Hilongos, Leyte here?
    By enopian in forum Destinations
    Replies: 35
    Last Post: 08-22-2012, 11:21 PM
  2. Who are the MAC user here?
    By stuart in forum Computer Hardware
    Replies: 0
    Last Post: 11-10-2011, 10:57 AM
  3. Who are ACAI BERRY DRINKERS here??
    By ghamvhino in forum Fitness & Health
    Replies: 0
    Last Post: 11-17-2010, 04:05 PM
  4. Who are from Ormoc, Leyte here?
    By hotstud666 in forum General Discussions
    Replies: 7
    Last Post: 08-14-2007, 09:41 AM
  5. Who are embedded systems enthusiasts here?????
    By xyberblue in forum Software & Games (Old)
    Replies: 0
    Last Post: 08-16-2005, 11:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top