wr1043v1 from v3.0-r40932 wont upgrade ddwrt

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page 1, 2, 3  Next
Author Message
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 0:29    Post subject: wr1043v1 from v3.0-r40932 wont upgrade ddwrt Reply with quote
i tryed again and again i tryed with ssh and scp with fw.bin in tmp than write tmp wr1043nd.bin linux and nothing, i was look at https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=322293&sid=7d39e7d0fe3811b45e0cadc39cd3b466 these
help me i cant change firmwer


Last edited by slowmotionscene on Sun May 07, 2023 9:35; edited 2 times in total
Sponsor
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1929

PostPosted: Sun May 07, 2023 0:49    Post subject: Reply with quote
r40392 could be during a time certain things were 'broken'. Try via telnet/ssh:
Code:
cd /tmp
wget http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin
write tl-wr1043nd-webflash.bin linux &

OR
Code:
cd /tmp
wget -O firmware.bin http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin && tail -f /var/log/messages


If you get any kind of disconnection message from your telnet/ssh client, best advice is to wait ~20 minutes, then power cycle.

_________________
"The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost

"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 7:06    Post subject: Reply with quote
Ok thanks, i was trying yesterday with first code
Code:
cd /tmp
wget http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin
write tl-wr1043nd-webflash.bin linux &
and wait about 2 3 minutes than put reboot in puttyand t nothing was changed


now i write these in putty
Code:
cd /tmp
wget -O firmware.bin http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin && tail -f /var/log/messages


how long i have to wait maximaly,is 60 minutes good?


the clock time is going and putty still write fivmwer

slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 7:47    Post subject: Reply with quote
i now trying these nothing seems writing firmver


i also tryed to send firmver with draytek upgrade utility yesterday and nothing
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 8:12    Post subject: Reply with quote
did i should rename
Code:
Code:
cd /tmp
wget -O firmware.bin http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin && tail -f /var/log/messages

to
Code:
Code:
cd /tmp
wget -O tl-wr1043nd-webflash.bin http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin && tail -f /var/log/messages
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6435
Location: UK, London, just across the river..

PostPosted: Sun May 07, 2023 8:16    Post subject: Reply with quote
If you do CLI flash (the one you do at the moment)
make sure your unit is not out of working ram (check with command top...as \tmp is in the ram, so once you download the file, make sure you have, at least 8-9MB free ram otherwise it will not flash or it will flash, but incomplete..

On my 1043v2 with 64 mb or ram i cannot do CLI flash, unless i download the flash file on the usb...(opt)..

If you cannot flash via WEB GUI or via CLI, than try TFTP it should work...if TFTP is not working..
than last resort is serial...flash...also you may consider that you flash chip is a bit smaller than the build, than try smaller, older builds...

I said somewhere in my posts to you, that 1043v1xx is not the best router to spend your money/time to...
You may find, that i was wright...soon.. Rolling Eyes


slowmotionscene wrote:
did i should rename
Code:
Code:
cd /tmp
wget -O firmware.bin http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin && tail -f /var/log/messages

to
Code:
Code:
cd /tmp
wget -O tl-wr1043nd-webflash.bin http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin && tail -f /var/log/messages


nope this command is incorrect
wget -O tl-wr1043nd-webflash.bin http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin

the correct one should be:

wget http://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin

than flash with

write tl-wr1043nd-webflash.bin linux &

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55779 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913


Last edited by Alozaros on Sun May 07, 2023 8:30; edited 1 time in total
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 8:23    Post subject: Reply with quote
these top command gives
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 9:04    Post subject: Reply with quote
1 putted tl-wr1043nd-webflash_2.bin to tmp in scp on router


than with ssh on putty write these code
Code:
write /tmp/tl-wr1043nd-webflash_2.bin


and now is look like these



what code is for write?

i try with cd again same,firmver is in tmp folder in router



i entered code
Code:
write /tmp/tl-wr1043nd-webflash_2.bin linux &


says image is too big for linux





what that mean?


now same but says something is done

slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 9:16    Post subject: Reply with quote
Quote:
the correct one should be:

wget http://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin

than flash with

write tl-wr1043nd-webflash.bin linux &

Ok i see now thanks i try now


now i will wait half hour

show these



maybe if is these right code with these will work?
Code:
cd /tmp
wget -O firmware.bin http://ftp.dd-wrt.com/dd-wrtv2/downloads/betas/2023/04-14-2023-r52330/tplink_tl-wr1043nd/tl-wr1043nd-webflash.bin && tail -f /var/log/messages
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 10:05    Post subject: Reply with quote
still same am on same build after 40 minutes wait
i now writed second code

Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6435
Location: UK, London, just across the river..

PostPosted: Sun May 07, 2023 10:12    Post subject: Reply with quote
if it says image its too big for partition linux...

than as i said above find a smaller image that will fit..or your flash chip is broken and has a smaller than normal size due to bad blocks or something...

oversized images are common this days and have to be reported to the main developer in order to reduce their..size

That is the problem with old and obsolete units, that nobody uses and reports in the new build threads..if the firmware is too big it wont fit...check and compare their size and find a smaller
Im not gonna help you with this game, as its very time demanding and not my cup of tea...

1043v1 is an old router, with lots of delicate points and slow cpu and old hardware...
----happy head banging Cool ---

lots of articles threads that dale_gribble39 pointed out ...read those and keep trying..

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55779 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 10:51    Post subject: Reply with quote
ok thank you , well you help me lot i maybe sucssed if i find smaller image Smile

now say these
Code:


login as: root
DD-WRT v3.0-r40932 std (c) 2019 NewMedia-NET GmbH
Release: 09/07/19
Board: TP-Link TL-WR1043ND
root@192.168.1.27's password:
==========================================================

     ___  ___     _      _____  ______       ____  ___
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/

                       DD-WRT v3.0
                   http://www.dd-wrt.com

==========================================================


BusyBox v1.31.0 (2019-09-07 02:49:38 +04) built-in shell (ash)

root@DD-WRT:~# cd /tmp
root@DD-WRT:/tmp# write factory-to-ddwrt.bin linux &
root@DD-WRT:/tmp# factory-to-ddwrt.bin: Bad trx header
write factory-to-ddwrt.bin linux &
[1]-  Done(255)                  write factory-to-ddwrt.bin linux
root@DD-WRT:/tmp# factory-to-ddwrt.bin: Bad trx header


Last edited by slowmotionscene on Sun May 07, 2023 11:22; edited 1 time in total
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1929

PostPosted: Sun May 07, 2023 11:15    Post subject: Reply with quote
Firmware image isn't too big for 52330. You were on 40932, correct?

Code:
factory-to-ddwrt.bin                               07-Sep-2019 08:43             8060928
tl-wr1043nd-webflash.bin                           07-Sep-2019 08:43             8060956


Code:
factory-to-ddwrt.bin                               14-Apr-2023 12:15             8060928
tl-wr1043nd-webflash.bin                           14-Apr-2023 12:15             8060956

_________________
"The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost

"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 11:24    Post subject: Reply with quote
Yes correct

Code:

Router Information
System
Router NameDD-WRT
Router ModelTP-Link TL-WR1043ND
Firmware VersionDD-WRT v3.0-r40932 std (09/07/19)
Kernel VersionLinux 3.10.108-d8 #21386 Sat Sep 7 02:49:18 +04 2019 mips
slowmotionscene
DD-WRT User


Joined: 03 Oct 2014
Posts: 364

PostPosted: Sun May 07, 2023 11:29    Post subject: Reply with quote
again
Code:
DD-WRT login: root
Password:
==========================================================

     ___  ___     _      _____  ______       ____  ___
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/

                       DD-WRT v3.0
                   http://www.dd-wrt.com

==========================================================


BusyBox v1.31.0 (2019-09-07 02:49:38 +04) built-in shell (ash)

root@DD-WRT:~# cd /tmp
root@DD-WRT:/tmp# write tl-wr1043nd-webflash.bin linux &
root@DD-WRT:/tmp# Image too big for partition: linux
linux: Invalid argument


when i try with factory to ddwrt bin says bad trx header , but webflash says its too big

Code:
login as: root
DD-WRT v3.0-r40932 std (c) 2019 NewMedia-NET GmbH
Release: 09/07/19
Board: TP-Link TL-WR1043ND
root@192.168.1.27's password:
==========================================================

     ___  ___     _      _____  ______       ____  ___
    / _ \/ _ \___| | /| / / _ \/_  __/ _  __|_  / / _ \
   / // / // /___/ |/ |/ / , _/ / /   | |/ //_ <_/ // /
  /____/____/    |__/|__/_/|_| /_/    |___/____(_)___/

                       DD-WRT v3.0
                   http://www.dd-wrt.com

==========================================================


BusyBox v1.31.0 (2019-09-07 02:49:38 +04) built-in shell (ash)

root@DD-WRT:~# cd /tmp
root@DD-WRT:/tmp# write factory-to-ddwrt.bin linux &
root@DD-WRT:/tmp# factory-to-ddwrt.bin: Bad trx header

[1]+  Done(255)                  write factory-to-ddwrt.bin linux
root@DD-WRT:/tmp#
root@DD-WRT:/tmp#
root@DD-WRT:/tmp#
root@DD-WRT:/tmp# reboot
root@DD-WRT:/tmp#


Goto page 1, 2, 3  Next Display posts from previous:    Page 1 of 3
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum