Difference between revisions of "Linux Image"

From IPLOG
Jump to: navigation, search
 
Line 14: Line 14:
 
== Storage ==  
 
== Storage ==  
 
All images are stored in internal NAND memory. NAND memory has a capacity of 256 MB.
 
All images are stored in internal NAND memory. NAND memory has a capacity of 256 MB.
 +
 +
== Partitions ==
 +
{{NotePre|text=
 +
root@buildroot:~# metel-partition
 +
Row    Offset      Size  Opt Partition
 +
  1 0x00000000 0x00400000 0x00 bootstrap
 +
  2 0x00400000 0x01C00000 0x00 recovery
 +
  3 0x02000000 0x03000000 0x01 image
 +
  4 0x05000000 0x03000000 0x02 image
 +
  5 0x08000000 0x08000000 0x00 user
 +
}}

Latest revision as of 14:49, 11 May 2018

IPLOG has several images/firmware that provide the low-level control for the device's specific hardware.

List of Images

Recovery image - The unit software that helps you to restore or update Firmware image 1 or 2, read-only.

Firmware image 1 - Standard image.

Firmware image 2 - Standard image.

Note: Normally, the firmware image 1 or 2 is executed. During an upgrade, the image that is not currently running is overwritten and can not be tampered with. The new image is started even after the upload was successful.


Storage

All images are stored in internal NAND memory. NAND memory has a capacity of 256 MB.

Partitions

root@buildroot:~# metel-partition
Row     Offset       Size  Opt Partition
  1 0x00000000 0x00400000 0x00 bootstrap
  2 0x00400000 0x01C00000 0x00 recovery
  3 0x02000000 0x03000000 0x01 image
  4 0x05000000 0x03000000 0x02 image
  5 0x08000000 0x08000000 0x00 user