Change #5028
Category | None |
Changed by | Rafał Miłecki <rafal | @milecki.pl>
Changed at | Mon 18 Jan 2021 06:39:09 |
Repository | https://git.openwrt.org/openwrt/openwrt.git |
Branch | master |
Revision | eaca08ab58afafc506f7313f2c1a763a11d9367e |
Comments
firmware-utils: bcm4908img: tool adding BCM4908 image tail Flashing image with BCM4908 CFE bootloader requires specific firmware format. It needs 20 extra bytes with magic numbers and CRC32 appended. This tools allows appending such a tail to the specified image and also verifying CRC32 of existing BCM4908 image. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Changed files
- tools/firmware-utils/Makefile
- tools/firmware-utils/src/bcm4908img.c