Thread: how to install an rtos at naked hardware

  1. #1
    Registered User
    Join Date
    Jan 2007
    Posts
    330

    how to install an rtos at naked hardware

    How do you install an RTOS on hardware that has no software running yet?
    I mean in a general way, is there install tools that go with it and you send it with serial port or how does that work? I cant imagine that that would work because for serial ports to work doesnt the target hardware need some software installed first?

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Depends on the system naturally, and on the RTOS. I've seen it done before by building an offsite image of the device filesystem and then dumping that into the device. I suppose you can also simply send the files (usually the binary contents of the main branch) to most devices through network transfer, since those protocols are hard wired on many of the typical target devices for an RTOS.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Old Style: you flash your OS onto an EEPROM (or similar), then plug that into your board. This may be a simple boot loader which allows you to load something more substantial using available communication ports.

    New Style: the boot-rom is already provided for you on the development board.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 21
    Last Post: 06-24-2009, 09:49 AM
  2. New Hardware install kills sound (card?)
    By lightatdawn in forum Tech Board
    Replies: 4
    Last Post: 06-22-2005, 03:30 PM
  3. Linux install
    By moi in forum Tech Board
    Replies: 0
    Last Post: 12-08-2002, 10:35 AM
  4. How to install hardware on Redhat
    By Jaguar in forum Linux Programming
    Replies: 2
    Last Post: 11-03-2002, 01:45 PM
  5. trying to install linux
    By task in forum Linux Programming
    Replies: 19
    Last Post: 10-28-2002, 09:42 AM