dd-wrt dir-300 a1 на стоковую ошибка Solved

Post new topic   Reply to topic    DD-WRT Forum Index -> Оборудование на основе Atheros WiSOC
Author Message
explorers
DD-WRT Novice


Joined: 25 Jan 2018
Posts: 16

PostPosted: Sat Feb 10, 2018 8:40    Post subject: dd-wrt dir-300 a1 на стоковую ошибка Solved Reply with quote
Когда прошиваю из dd-wrt на стоковую прошивку

Code:
RedBoot> load -r -b %{FREEMEMLO} shadowandy_board_config.bin

Using default protocol (TFTP)
Raw file loaded 0x80036400-0x800463ff, assumed entry at 0x80036400

После ввода команды
Code:
RedBoot> fwrite -f 0xbfff0000 -b 0×80036400 -l 0×10000 -e 0×80036400


выдает ошибку
** Error: invalid number '<Not a string: 0x800238B0>' for memory base address
** Error: invalid number '<Not a string: 0x800238BF>' for image length [in FLASH]
** Error: invalid number '<Not a string: 0x800238CB>' for entry point address
invalid arguments

без этой команды не работает wi-fi
Как победить?


Last edited by explorers on Mon Feb 12, 2018 10:57; edited 1 time in total
Sponsor
explorers
DD-WRT Novice


Joined: 25 Jan 2018
Posts: 16

PostPosted: Sat Feb 10, 2018 9:13    Post subject: Reply with quote
прошивал обратно по этой инструкции:
https://www.dd-wrt.com/wiki/index.php/%D0%9F%D1%80%D0%BE%D1%88%D0%B8%D0%B2%D0%BA%D0%B0_DIR-300
vasek00
DD-WRT Guru


Joined: 06 Nov 2010
Posts: 3312

PostPosted: Mon Feb 12, 2018 6:18    Post subject: Reply with quote
Не проходит запись на flash.
Перебейте строку write у вас не верные значения
Code:
0xbfff0000 -b 0×80036400 -l 0×10000 -e 0×80036400   

Найдите отличие "x" от "×" - первый правильный

Code:
RedBoot> fwrite -f 0xbfff0000 -b 0x80036400 -l 0x10000 -e 0x80036400
About to write image into flash – continue (y/n)? y
… Erase from 0xbfff0000-0xc0000000: .
… Program from 0x80036400-0x80046400 at 0xbfff0000: .
update image info..
Update RedBoot non-volatile configuration – continue (y/n)? y
RedBoot> reset
explorers
DD-WRT Novice


Joined: 25 Jan 2018
Posts: 16

PostPosted: Mon Feb 12, 2018 10:56    Post subject: Reply with quote
vasek00 Спасибо тебе за совет. Все получилось и теперь работает шифрование для wpa/wpa2 на стоковой прошивке.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Оборудование на основе Atheros WiSOC 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