<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/tools/firmware-utils, branch master</title>
<subtitle>Staging tree of Imre Kaloz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/kaloz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/'/>
<updated>2018-02-13T08:21:20Z</updated>
<entry>
<title>ar71xx: add support for TP-Link RE355</title>
<updated>2018-02-13T08:21:20Z</updated>
<author>
<name>Henryk Heisig</name>
</author>
<published>2018-02-06T21:08:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=a338491a306798868738fd8210b27bd2a4ab0daa'/>
<id>urn:sha1:a338491a306798868738fd8210b27bd2a4ab0daa</id>
<content type='text'>
This device is identical as TP-Link RE450
RE355 is a dual-band AC1200 router, based on Qualcomm/Atheros
QCA9558+QCA9880.

Specification:

720/600/200 MHz (CPU/DDR/AHB)
64/128 MB of RAM (DDR2)
8 MB of FLASH (SPI NOR)
3T3R 2.4 GHz
3T3R 5 GHz
1x 10/100/1000 Mbps Ethernet
7x LED, 3x button
UART header on PCB

Flash instruction:
Web:
Download lede-ar71xx-generic-archer-c60-v2-squashfs-factory.bin
and use OEM System Tools - Firmware Upgrade site.

Signed-off-by: Henryk Heisig &lt;hyniu@o2.pl&gt;
</content>
</entry>
<entry>
<title>ramips: tl-wr840n-v5: increase firmware partition for 4Mmtk layot</title>
<updated>2018-01-18T07:04:18Z</updated>
<author>
<name>Serg Studzinskii</name>
</author>
<published>2017-12-24T16:00:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=eb58b14d27e089d345a66fd8e8c2df995fcac8be'/>
<id>urn:sha1:eb58b14d27e089d345a66fd8e8c2df995fcac8be</id>
<content type='text'>
According to console log during TP-Link TL-WR840N v5 OEM firmware update
procedure 0x3e0000-0x3f0000 64kB "config" partition, which is used to store
router's configuration settings, is erased and recreated again during every
OEM firmware update procedure, thus does not contain any valuable factory data.
So it is conviniant to use this extra 64kB erase block for jffs overlay due
limited flash size on this device like it used on TP-Link's ar71xx boards.

Signed-off-by: Serg Studzinskii &lt;serguzhg@gmail.com&gt;
</content>
</entry>
<entry>
<title>firmware-tools/ptgen: use portable exit codes</title>
<updated>2018-01-02T06:14:09Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2017-12-21T22:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=498285922e19d1df55ddef204caced48fef26135'/>
<id>urn:sha1:498285922e19d1df55ddef204caced48fef26135</id>
<content type='text'>
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>firmware-tools/ptgen: fix minor coding style issues</title>
<updated>2018-01-02T06:14:09Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2017-12-21T22:59:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=83f729dfb267d5e22aefbba50af06d58057e5c53'/>
<id>urn:sha1:83f729dfb267d5e22aefbba50af06d58057e5c53</id>
<content type='text'>
Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>firmware-utils: mktplinkfw: add support for BR region code</title>
<updated>2017-12-14T08:29:30Z</updated>
<author>
<name>Henryk Heisig</name>
</author>
<published>2017-12-07T20:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=3083cc6acf479136b08e0c444a71e89938e748d2'/>
<id>urn:sha1:3083cc6acf479136b08e0c444a71e89938e748d2</id>
<content type='text'>
Signed-off-by: Henryk Heisig &lt;hyniu@o2.pl&gt;
</content>
</entry>
<entry>
<title>firmware-utils: mktplinkfw: fix JFFS2 EOF markers</title>
<updated>2017-12-14T08:29:30Z</updated>
<author>
<name>Sergey Ryazanov</name>
</author>
<published>2017-10-10T22:07:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=1a51241cb1be87a45cac12753a437f786329afc6'/>
<id>urn:sha1:1a51241cb1be87a45cac12753a437f786329afc6</id>
<content type='text'>
mktplinkfw/mktplinkfw2 utilities put JFFS2 EOF market only at 64KB
boundary, this could lead to current device configuration lost during
the sysupgrade on a device, which is equpped with flash with the 4KB
erase block size (e.g. TP-Link Archer C20).

This happens when 64KB and 4KB alignments do not match, so the JFFS2
data is written not exactly at the partition beginnig and startup
scripts can not find the JFFS2 during the first boot just after the
sysupgrade.

Fix this by placing additional JFFS2 EOF marker at a 4KB boundary. Also
keep the marker at 64KB intact, so the utilities will produce images
suitable for devices with both 4KB and 64KB erase blocks.

Fixes: 29a2c2ea80441895a2ffe100d854d2b26d5fa606 (add ability to put
jffs2 eof marker into the image)

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;
</content>
</entry>
<entry>
<title>firmware-utils: add otrx tool for handling TRX images</title>
<updated>2017-11-17T10:42:59Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2017-11-17T10:42:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=fb66dc9b03b99c674aac5af6fc8375083fee56da'/>
<id>urn:sha1:fb66dc9b03b99c674aac5af6fc8375083fee56da</id>
<content type='text'>
It can be a replacement for the trx tool. The advantage is that otrx
doesn't alloc buffer for the whole TRX which can be a nice optimization
when creating big images.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
Acked-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ar71xx: add support for TP-Link TL-WR1043N v5</title>
<updated>2017-11-14T21:36:46Z</updated>
<author>
<name>Tim Thorpe</name>
</author>
<published>2017-09-25T09:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=673793d753717dc49e5a6f9b1bba52658cae63fc'/>
<id>urn:sha1:673793d753717dc49e5a6f9b1bba52658cae63fc</id>
<content type='text'>
TP-Link TL-WR1043N v5 appears to be identical to the TL-WR1043ND v4,
except that the USB port has been removed and there is no longer a
removable antenna option.

The software is more in line with the Archer series in that it uses a
nested bootloader scheme.

Specifications:

 - QCA9563 at 775 MHz
 - 64 MB RAM
 - 16 MB flash
 - 3 (non-detachable) Antennas / 450 Mbit
 - 1x/4x WAN/LAN Gbps Ethernet (QCA8337)
 - reset and Wi-Fi buttons

Signed-off-by: Tim Thorpe &lt;tim@tfthorpe.net&gt;
Signed-off-by: Ludwig Thomeczek &lt;ledesrc@wxorx.net&gt;
</content>
</entry>
<entry>
<title>firmware-utils: tplink-safeloader: add more country codes for Archer C7 v4</title>
<updated>2017-11-14T21:36:46Z</updated>
<author>
<name>Dmitry Tunin</name>
</author>
<published>2017-11-03T14:31:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=3ad5c161f42936366cf90914561068548be45aa4'/>
<id>urn:sha1:3ad5c161f42936366cf90914561068548be45aa4</id>
<content type='text'>
If codes do not match, it is impossible to flash from the stock
firmware.

Signed-off-by: Dmitry Tunin &lt;hanipouspilot@gmail.com&gt;
</content>
</entry>
<entry>
<title>ar71xx: increase kernel partition size for TP-Link RE450 v1</title>
<updated>2017-11-14T21:36:46Z</updated>
<author>
<name>Piotr Dymacz</name>
</author>
<published>2017-11-06T22:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/kaloz/commit/?id=55c77b3d3c7a85a2bbf891437e0f6aee4021fc96'/>
<id>urn:sha1:55c77b3d3c7a85a2bbf891437e0f6aee4021fc96</id>
<content type='text'>
This increases kernel partition size and fixes rootfs (file-system)
partition size on TP-Link RE450 v1. Also, while we are at it, switch
from statically defined kernel and rootfs partitions in kernel cmdline
to "tplink-fw" mtd splitter.

Fixes: FS#1072.

Signed-off-by: Piotr Dymacz &lt;pepe2k@gmail.com&gt;
</content>
</entry>
</feed>
