Questions tagged [firmware]

Firmware is one of the most often used terms to denote the fixed programs and/or data structures that internally control an electronic device.

The wiki page describes firmware as the combination of persistent memory and program code and data stored in it.

Typical examples of devices containing firmware are embedded systems (such as traffic lights, consumer appliances, and digital watches), computers, computer peripherals, mobile phones, and digital cameras. The firmware contained in these devices provides the control program for the device. Firmware is held in non-volatile memory devices such as , , or .

Changing the firmware of a device may rarely or never be done during its economic lifetime; some firmware memory devices are permanently installed and cannot be changed after manufacture. Common reasons for updating firmware include fixing bugs or adding features to the device. This may require physically changing ROM integrated circuits, or reprogramming flash memory with a special procedure.

Firmware such as the ROM of a personal computer may contain only elementary basic functions of a device and may only provide services to higher-level software. Firmware such as the program of an embedded system may be the only program that will run on the system and provide all of its functions.

640 questions
0
votes
1 answer

DLL in microprocessors?

After several months reading and learning from stackoverflow I have decided to post a question I cannot solve. I would like to add program code (some kind of .dll) to a microprocessor in real time. I mean, lets say I have a set of functions (for…
0
votes
1 answer

Custom action camera sj4000 firmware

Is anybody knows if there is custom firmware for sj4000 action cameras? I would like to use camera for timelapse video. There is a setting in Photo Mode that will take a snapshot every 5, 10 or 20 seconds from the time you press the Ok/Record…
0
votes
2 answers

How to extract dd-wrt firmware image for development?

I am a beginner in dd-wrt firmware development. I have a Linksys router (Model Number E900) and download the suitable firmware for this model from dd-wrt website to customize this firmware web pages for some personal requirements. I know dd-wrt is…
Ragesh P Raju
  • 3,879
  • 14
  • 101
  • 136
0
votes
1 answer

Finding ImageHandle of an uefi shell app. or module

I have a uefi shell app and a uefi module, providing similar functionality, I am trying to merge them into a single entity that can be executed either as a module from Boot Menu or from uefi shell. Is it possible to create an efi app that can be…
user28264
  • 249
  • 2
  • 9
0
votes
2 answers

Customizing Router Firmware

i've got a netgear DG834 router, and i want to have a go at hacking the firmware on it to try and add a Wake on Lan option. Netgear let you download the source and the tools to build an image, but i'm not sure where to start. I've never programmed…
beakersoft
  • 2,316
  • 6
  • 30
  • 40
0
votes
1 answer

Board revision detection in an embedded environment

I am building mixed signal electronics hardware (containing analog and digital sections) for quite some time. Often I need to enhance the design of my boards to incorporate new features in the system. This hardware revision often induces a…
Krishnendu
  • 116
  • 4
0
votes
1 answer

Is it possible to modify the TI Sensor Tag firmware to make communication between Sensor Tags possible?

I have several TI Sensor Tag modules. The Sensor Tag can only communicate with Smarphones/computers out of the box. I would like to also make communication between Sensor Tags possible, so that i can exchange Sensor data between Sensor Tags. Making…
0
votes
0 answers

Adding Own Controller to arduino platform

Previously I am using arduino Uno for programming.Next version of arduino board with no pins avialble is Arduino mega2560/1280.Product wise good. BUt if i wanted to develop my own controller With above IC. Price of IC itself takes 1000Rs from…
Ajit N
  • 1
  • 3
0
votes
0 answers

How do I remove and repair the hex file on my Ds2250t-32-16 micro controller

Hi I have a circuit board that runs my on board water maker the chip Ds2250t-32-16 is faulty. The manufacturer won't supply the chip or the hex file . They want me to upgrade to a new board cost $3k Aud. I can but the chip for $50 online and a kit…
0
votes
3 answers

Getting UDID from deactivated device without iTunes or XCode?

I installed iPhone OS 4.0 on my friends iPod Touch 3rd gen and forgot to add the udid to the provisioning portal. The device is locked and I can't seem to find a way to revert it to get the UDID. I don't have XCode here. Using iTunes, how can I…
Moshe
  • 57,511
  • 78
  • 272
  • 425
0
votes
2 answers

Where can I find the Windows version Galileo firmware v1.0.0

I have registered the Windows Developer Program for IoT and received the Intel Galileo board from Microsoft. According to the information on the box, there has a pro-production Windows come with this board, so that we can boot into Windows using the…
James MA
  • 323
  • 5
  • 14
0
votes
0 answers

Stuck with applying the device tree overlay file (dtbo) On BeagleBoard-XM, any suggestions how?

I have recently took my Beagleboard-xM (Rev B) and put on it the Ubuntu 14.04 LTS (3.14.2-armv7-x5), then I tried to mux Pin3 (GPIO_139), after reading thoroughly the pages from both the "System Reference Manual"(Page 110) and the "Technical…
JammingThebBits
  • 732
  • 11
  • 31
0
votes
1 answer

is it possible for iBeacon to act as just normal BLE data transmission module after connection?

i know that iBeacon use only advertising channel. which means there is no need connection. im trying to make my own beacon module which send and receive data. im curious about what makes the packet in iBeacon format(prefix /UUID / minor/ major/ TX)…
ctrlcnv
  • 43
  • 5
0
votes
1 answer

Change access type to SNMP MIB object to read-write

Is it possible to change access type to specific SNMP MIB object from read-only (default) to read-write? By modifying firmware.
user2427839
0
votes
1 answer

Enable end user to update firmware of mikroe stm32f207vg

I have developed an embedded device using mikroe development board stm32f207vg. I am new to this so plz bear with me. My question is if later (after release to public) I want end users of my device to update the device software how can I enable this…