NAS326 how to boot with UART? June 02, 2019 03:00PM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? June 02, 2019 05:05PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: NAS326 how to boot with UART? June 02, 2019 11:10PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
I have a Zyxel NAS326 with a physically damaged NAND memory - it does not save the configuration. I want to buy a new memory, unfortunately I do not have a programmer to program it. That's why I am trying to boot the device via UART.
Re: NAS326 how to boot with UART? June 03, 2019 02:25AM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? June 03, 2019 02:56AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: NAS326 how to boot with UART? June 03, 2019 03:05AM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? June 03, 2019 09:00AM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? June 03, 2019 10:55AM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
Zyxel NAS326 Installation: 3rd Update 25 Mar 2017 (added Section C), 2nd Update 18 Feb 2017 (added section B), 1st Update 05 Feb 2017.
Re: NAS326 how to boot with UART? June 03, 2019 11:00AM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? June 03, 2019 11:07AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: NAS326 how to boot with UART? June 03, 2019 11:19AM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? June 03, 2019 11:30AM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? June 03, 2019 02:05PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: NAS326 how to boot with UART? June 04, 2019 12:14AM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? November 10, 2020 02:00PM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? November 10, 2020 04:38PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: NAS326 how to boot with UART? January 28, 2021 06:32AM |
Registered: 5 years ago Posts: 4 |
Re: NAS326 how to boot with UART? January 28, 2021 04:26PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: NAS326 how to boot with UART? January 30, 2021 11:39AM |
Registered: 5 years ago Posts: 4 |
Re: NAS326 how to boot with UART? January 30, 2021 04:01PM |
Admin Registered: 13 years ago Posts: 18,997 |
martini
Re: NAS326 how to boot with UART? January 15, 2023 02:56AM |
dumpimage -T kwbimage -p 1 -o binary1.bin WRT3200ACM_uboot_1.0.0.bin
dumpimage -T kwbimage -p -1 -o uboot.cfg uboot.bin
dumpimage -T kwbimage -p 0 -o uboot.data uboot.bin
mkimage -T kwbimage -n uboot.cfg -d uboot.data uboot_nas326_uart.kwb
kwboot -b uboot_nas326_uart.kwb -B 115200 -t /dev/ttyUSB0
Re: NAS326 how to boot with UART? January 15, 2023 03:39AM |
Registered: 5 years ago Posts: 10 |
Re: NAS326 how to boot with UART? January 15, 2023 05:28AM |
Registered: 2 years ago Posts: 82 |
Re: NAS326 how to boot with UART? January 15, 2023 07:13AM |
Registered: 1 year ago Posts: 1 |
Re: NAS326 how to boot with UART? January 15, 2023 02:39PM |
Admin Registered: 13 years ago Posts: 18,997 |
Quote
That is a neat trick. Do you have any idea why it works? I'd say that for ddr training it doesn't matter if the binary is read from uart or from nand. So which subtle effect is causing this?
Re: NAS326 how to boot with UART? October 21, 2023 01:40PM |
Registered: 1 year ago Posts: 8 |
Re: NAS326 how to boot with UART? October 21, 2023 01:53PM |
Admin Registered: 13 years ago Posts: 18,997 |