| Obě strany předchozí revizePředchozí verzeNásledující verze | Předchozí verze |
| airos [2016/11/06 16:58] – djbuldog | airos [2025/08/28 10:09] (aktuální) – upraveno mimo DokuWiki 127.0.0.1 |
|---|
| * vypadá to ale jako stringy nějaké binárky než skript. Že by tak vypadal ten U-Boot script image? | * vypadá to ale jako stringy nějaké binárky než skript. Že by tak vypadal ten U-Boot script image? |
| |
| * http://free-electrons.com/doc/training/embedded-linux/ zde je super pdf, komplexně vše o embedded | * http://binwalk.org/ |
| | <code> |
| | binwalk /home/djbuldog/Downloads/XM.v5.6.9.29546.160819.1157.bin |
| | |
| | DECIMAL HEXADECIMAL DESCRIPTION |
| | -------------------------------------------------------------------------------- |
| | 0 0x0 Ubiquiti firmware header, header size: 264 bytes, ~CRC32: 0x8DAC2BC9, version: "XM.ar7240.v5.6.9.29546.160819.1157" |
| | 260 0x104 Ubiquiti partition header, header size: 56 bytes, name: "PARTu-boot", base address: 0x00000000, data size: 0 bytes |
| | 140580 0x22524 U-Boot version string, "U-Boot 1.1.4.2-s956 (Jun 10 2015 - 10:54:50)" |
| | 140772 0x225E4 CRC32 polynomial table, big endian |
| | 161032 0x27508 Ubiquiti firmware header, header size: 264 bytes, ~CRC32: 0x65746831, version: " APP Magic mismatch, addr=%x, magic=%x " |
| | 203044 0x31924 CRC32 polynomial table, big endian |
| | 209568 0x332A0 Ubiquiti partition header, header size: 56 bytes, name: "PARTkernel", base address: 0x00000001, data size: -2147475456 bytes |
| | 209632 0x332E0 uImage header, header size: 64 bytes, header CRC: 0x4DF2A4D3, created: 2016-08-19 08:58:26, image size: 1008812 bytes, Data Address: 0x80002000, Entry Point: 0x80002000, data CRC: 0x9788B2CA, OS: Linux, CPU: MIPS, image type: OS Kernel Image, compression type: lzma, image name: "MIPS Ubiquiti Linux-2.6.32.68" |
| | 209696 0x33320 LZMA compressed data, properties: 0x5D, dictionary size: 8388608 bytes, uncompressed size: 2931300 bytes |
| | 1218508 0x1297CC Ubiquiti partition header, header size: 56 bytes, name: "PARTrootfs", base address: 0x00000002, data size: 0 bytes |
| | 1218572 0x12980C Squashfs filesystem, little endian, version 4.0, compression:lzma, size: 6077311 bytes, 1372 inodes, blocksize: 131072 bytes, created: 2016-08-19 08:58:28 |
| | 7510092 0x72984C gzip compressed data, from Unix, last modified: 2016-08-19 08:56:51 |
| | </code> |
| |
| * https://sites.google.com/site/shihsung/rc32xxx-soc/analyze-firmware | * https://sites.google.com/site/shihsung/rc32xxx-soc/analyze-firmware |
| * http://binwalk.org/ | * http://free-electrons.com/doc/training/embedded-linux/ zde je super pdf, komplexně vše o embedded |
| |
| ===== Co s tím tedy je? ===== | ===== Co s tím tedy je? ===== |