Hi everybody¡
It is my very firts time.
I am tryinto to performing OEM backup and installing OpenWrt - Serial Console / UART.
Device: VRV9510KWAC23
I am using this wiki: https://openwrt.org/toh/arcadyan/vrv9510kwac23#performing_a_backup
I am no able to make ir work. I am blocked in "1. Launching U-Boot via UART"
Steps I did:
I set ip4 to 192.168.1.2/255.255.255.0/192.168.1.1
I connected the PC (Windows 10) to the router via eth using the port4 on the device
I have connected TX RX and GND correctly to TTL to USB adapter
After that, I press "connect" with serial via putty using COM18/115200/8n1
After that I used NAND flash hack and I pressed On button on the Livebox (https://openwrt.org/toh/arcadyan/vrv9510kwac23#nand_flash_hack ), so, During boot, shortcircuit pins 8&9.
I get this on putty:
ROM VER: 1.1.4
CFG 06
NAND
NAND Read OK
ROM VER: 1.1.4
CFG 06
NAND
NAND Read OK
DDR PARAM flash addr 1700000
DDR PARAM:
88888888
00142304
00142204
00566504
00566504
00000100
ROM VER: 1.1.4
CFG 06
NAND
NAND Read OK
ROM VER: 1.1.4
CFG 06
NAND
NAND Read OK
DDR PARAM flash addr 1700000
DDR PARAM:
88888888
00142304
00142204
00566504
00566504
00000100
Rev 0.3d
DDR check ok... start booting...
END TUNE DDR
Start booting...........
=======================================================================
Wireless ADSL IAD VR9 Loader v1.00.13 build Apr 25 2014 13:12:00
Arcadyan Technology Corporation
=======================================================================
A2x VR9
0xbe22ff1c : 2e4d577b
0xBf203014 : 70380000
EON/Zentel NAND 128MB 3,3V 8-bit found
-----------------------------
NAND page size : 2048
NAND oob size : 64
NAND block size : 131072
NAND page/block : 64
NAND block/chip : 1024
NAND chip size : 0x8000000
NAND page shift : 11
NAND page mask : 0xFFFF
NAND block shift : 17
-----------------------------
Scan BAD Block ...
BAD Block [1023] : 0x07FE0000 data: 0x00
1 Bad Block(s)
Copying boot params.....DONE
Enter command mode ...
Get Primary to 1.....Image Check from FLASH_AREA_IMAGE_1 :
Unzipping firmware at 0x80002000 ... with nAREA[2][ZIP 3] [ZIP 1] done
Ready to run firmware
--> [is_power_on_reboot] reset_status = 0x70380000
Enable UART TX
Disable UART TX
Enable UART TX
Disable UART TX
Enable UART TX
RFPI before chk 02 e0 fe 57 f0
Disable UART TX
In addition, I opened tptpd64 whith server interfaces with 127.0.0.1
I also tried 192.168.1.1
What am I doing wrong?
I am blocked here: https://openwrt.org/toh/arcadyan/vrv9510kwac23**#launching_u-boot_via_uart **
Please help with the concrect steps to perform OEM backup and installing OpenWrt - Serial Console / UART.
Thanks in advance
I get working it:
ROM VER: 1.1.4
CFG 02
UART
Anybody knows how to continue with this?:
"Upload the U-Boot RAM image using your prefered serial console tool (Dump file/Send file option). This will take a minute or so. Once the upload is completed, you will see U-Boot launched" (https://openwrt.org/toh/arcadyan/vrv9510kwac23#launching_u-boot_via_uart )
you posted the answer to your own question.
"preferred serial console tool (Dump file/Send file option )"
I have try putty, tera terms...tftpd64 and I don't know how to proceed to upload u-boot.asc .
Could you explain me howto do it, please?
cat u-boot.asc > /dev/ttyUSB0
.
If you're on Windows, copy /b u-boot.asc com1:
, or whatever com port you're using.
Thank you for your answer.
I have two problems.
when I get *, I cannot write anything on the terminal. Is there any way to write there?
*ROM VER: 1.1.4
CFG 02
UART
The u-boot.asc content is online in a URL. Should I download it? How? Should I copy/paste the content and create a file in notepad++ whith . asc extension?
Thank you. I hope I get it.
slh
August 23, 2024, 5:29pm
8
You do need to close the serial console (so GNU screen, putty or whatever you're using), as that's keeping the serial port busy.
Yes, the file needs to be DL:ed.
wget ?
Right click link in browser ?
The extension has no relevance, feel free to change .asc to .poop if you'd like.
OK!!
If I close putty, where should I write the command in Windows. On the shell?
Thank you. I will try ASAP
I get this error on win10
PS C:\Lanzadores> cd D:\2024-ELECTRÓNICA\2024-Openwrt-LIVEBOX
PS D:\2024-ELECTRÓNICA\2024-Openwrt-LIVEBOX> ls
Directorio: D:\2024-ELECTRÓNICA\2024-Openwrt-LIVEBOX
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 21/08/2024 13:16 Installing OpenWrt - Serial Console-UART
d----- 20/08/2024 23:09 Installing OpenWrt - web interface
-a---- 23/08/2024 2:52 9311677 teraterm-5.2.exe
-a---- 20/08/2024 23:06 648405 Tftpd64-4.64-setup.exe
-a---- 23/08/2024 3:07 12 u-boot.asc
PS D:\2024-ELECTRÓNICA\2024-Openwrt-LIVEBOX> copy \b .\u-boot.asc com21:
Copy-Item : No se encuentra ningún parámetro de posición que acepte el argumento 'com21:'.
En línea: 1 Carácter: 1
+ copy \b .\u-boot.asc com21:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Copy-Item], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
PS D:\2024-ELECTRÓNICA\2024-Openwrt-LIVEBOX> copy \b u-boot.asc com21:
Copy-Item : No se encuentra ningún parámetro de posición que acepte el argumento 'com21:'.
En línea: 1 Carácter: 1
+ copy \b u-boot.asc com21:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Copy-Item], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.CopyItemCommand
PS D:\2024-ELECTRÓNICA\2024-Openwrt-LIVEBOX>
You need to read what people write you ...
And you're in PS, not CMD, dunno if it matters though.
I did.
I connect serial via putty to activate UART (shortcircuit pins 8 and 9)
I close Putty
I use CMD with: copy /b u-boot.asc com21
I get the error.
I am trying to do as you told me
ohh sorry Shell... not CMD
I get this now>
C:\Users\it\Downloads>cd LIVEBOX
C:\Users\it\Downloads\LIVEBOX>dir
El volumen de la unidad C es Windows
El número de serie del volumen es: 50B6-EB72
Directorio de C:\Users\it\Downloads\LIVEBOX
23/08/2024 22:54 <DIR> .
23/08/2024 22:54 <DIR> ..
23/08/2024 03:07 12 u-boot.asc
1 archivos 12 bytes
2 dirs 269.733.888 bytes libres
C:\Users\it\Downloads\LIVEBOX>copy \b u-boot.asc com21:
El sistema no puede encontrar el archivo especificado.
C:\Users\it\Downloads\LIVEBOX>