| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above).
SVN-Revision: 24011
|
|
|
|
|
|
| |
to copy the CRC into the imagetag. strncpy stops copying after a 00 byte, memcpy doesn't.
SVN-Revision: 24000
|
|
|
|
| |
SVN-Revision: 23883
|
|
|
|
| |
SVN-Revision: 23832
|
|
|
|
| |
SVN-Revision: 23707
|
|
|
|
| |
SVN-Revision: 23453
|
|
|
|
| |
SVN-Revision: 23288
|
|
|
|
| |
SVN-Revision: 23281
|
|
|
|
|
|
| |
silently skip not existing files. This prepares support for sysupgrade hints using to build the keepfile list. Subsequent commits will rely on this feature - a rebuild of tools/ipkg-utils is necessary!
SVN-Revision: 23256
|
|
|
|
| |
SVN-Revision: 23245
|
|
|
|
| |
SVN-Revision: 23244
|
|
|
|
| |
SVN-Revision: 23241
|
|
|
|
| |
SVN-Revision: 23194
|
|
|
|
|
|
| |
(thanks loswillios & larsc)
SVN-Revision: 23193
|
|
|
|
| |
SVN-Revision: 23192
|
|
|
|
| |
SVN-Revision: 23189
|
|
|
|
| |
SVN-Revision: 23179
|
|
|
|
| |
SVN-Revision: 23176
|
|
|
|
|
|
| |
Darwin) build issues.
SVN-Revision: 23169
|
|
|
|
| |
SVN-Revision: 23137
|
|
|
|
| |
SVN-Revision: 23133
|
|
|
|
| |
SVN-Revision: 23076
|
|
|
|
|
|
| |
instead (#7950)
SVN-Revision: 23075
|
|
|
|
| |
SVN-Revision: 23057
|
|
|
|
| |
SVN-Revision: 23048
|
|
|
|
| |
SVN-Revision: 22934
|
|
|
|
| |
SVN-Revision: 22885
|
|
|
|
| |
SVN-Revision: 22883
|
|
|
|
|
|
| |
to analyze package dependencies at some point
SVN-Revision: 22871
|
|
|
|
| |
SVN-Revision: 22757
|
|
|
|
| |
SVN-Revision: 22751
|
|
|
|
| |
SVN-Revision: 22652
|
|
|
|
| |
SVN-Revision: 22579
|
|
|
|
| |
SVN-Revision: 22552
|
|
|
|
|
|
|
|
|
| |
Thank you realopty for the patch.
tools/firmware-utils/src/mkchkimg.c is from http://www.myopenrouter.com/download/10611/mkchkimg/
This closes #7702.
SVN-Revision: 22516
|
|
|
|
| |
SVN-Revision: 22499
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CFE does not boot images generated with these checksums because of
wrong checksum.
After flashing then with tftp to my Asus wl500-GPv1 the following messages
are show:
Null Rescue Flag.
Boot program checksum is invalid
Hello!! Enter Rescue Mode: (Check error)
SVN-Revision: 22418
|
|
|
|
| |
SVN-Revision: 22414
|
|
|
|
|
|
| |
This fixes build of brcm47xx
SVN-Revision: 22398
|
|
|
|
| |
SVN-Revision: 22397
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* reduce image size for CRC calculation by fs_mark size
sysupgrade sometimes failed for me and I noticed that it was due
to incorrect CRC values in trx-header after performing it.
It seems that the fs_mark was completely included in the calculation
and that it was nevertheless modified by sysupgrade while appending
the jffs data.
This only occurs for the first boot after sysupgrade as the flashmap
driver recalculates the CRC to an even smaller area when it boots.
SVN-Revision: 22396
|
|
|
|
| |
SVN-Revision: 22347
|
|
|
|
| |
SVN-Revision: 22345
|
|
|
|
| |
SVN-Revision: 22344
|
|
|
|
|
|
| |
setuid/setgid binaries (thx, ermo) - fixes #7653
SVN-Revision: 22334
|
|
|
|
|
|
|
|
|
|
|
| |
Attached patch enhances the mktplinkfw utility:
1. existing firmware files in TP-Link format can now be inspected, showing eg. the used offsets
2. optionally the kernel and rootfs parts can be extracted (saves calculations for dd)
3. when generating firmwares, kernel entry point, load address and rootfs offset can be overwritten (for experienced users)
Patch-by: Pieter "Fate" Hollants <pieter@hollants.com>
SVN-Revision: 22169
|
|
|
|
|
|
| |
Patch-by: Pieter "Fate" Hollants <pieter@hollants.com>
SVN-Revision: 22015
|
|
|
|
|
|
|
|
|
|
| |
* changed addpattern.c to preset the stable and try flags used in TRXv2 images
to dupe CFE and pretend a stable image.
* changed trx.c to calculate TRXv2 CRC with stable and try flags set to 0xFF
like CFE does on startup
* fixed compile warnings in trx.c by explicit casting
SVN-Revision: 22012
|
|
|
|
|
|
| |
I forgot to write the right trx version to the actual header...
SVN-Revision: 21986
|
|
|
|
| |
SVN-Revision: 21848
|