What from SADP?
So what port are accessible?
command tftp from stoped u-boot loader?
HKVS $ setenv ipaddr 192.0.0.64
HKVS $ setenv serverip 192.0.0.128
HKVS $ setenv bootargs console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0x42000000
HKVS $ setenv bootcmd 'tftp 0xc0700000 uImage; tftp 0x42000000 digicap.dav; boot 0xc0700000'
timeout for link [4999]!
MAC: B4-A3-82-C8-2A-B9
TFTP from server 192.0.0.128; our IP address is 192.0.0.64
Download Filename 'digicap.dav'.
Download to address: 0x42000000
Downloading: #################################################
done
Bytes transferred = 33587928 (20082d8 hex)
data abort
pc : [<4dc1043c>] lr : [<4dc1083c>]
sp : 4d9ff0f0 ip : 4d9ff629 fp : 4dc383f8
r10: 4d9ff194 r9 : 00000000 r8 : 4d9fffe0
r7 : 00000000 r6 : c0700000 r5 : 4dc3af74 r4 : c0700000
r3 : 00000000 r2 : 00000010 r1 : 00000000 r0 : c0700000
Flags: nZCv IRQs off FIQs off Mode SVC_32
Resetting CPU ...
So, explane how?
I cand see running command except setting variable bootcmdCode:HKVS $ setenv ipaddr 192.0.0.64 HKVS $ setenv serverip 192.0.0.128 HKVS $ setenv bootargs console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0x42000000 HKVS $ setenv bootcmd 'tftp 0xc0700000 uImage; tftp 0x42000000 digicap.dav; boot 0xc0700000' timeout for link [4999]! MAC: B4-A3-82-C8-2A-B9 TFTP from server 192.0.0.128; our IP address is 192.0.0.64 Download Filename 'digicap.dav'. Download to address: 0x42000000 Downloading: ################################################# done Bytes transferred = 33587928 (20082d8 hex) data abort pc : [<4dc1043c>] lr : [<4dc1083c>] sp : 4d9ff0f0 ip : 4d9ff629 fp : 4dc383f8 r10: 4d9ff194 r9 : 00000000 r8 : 4d9fffe0 r7 : 00000000 r6 : c0700000 r5 : 4dc3af74 r4 : c0700000 r3 : 00000000 r2 : 00000010 r1 : 00000000 r0 : c0700000 Flags: nZCv IRQs off FIQs off Mode SVC_32 Resetting CPU ...
Who loading from tftp?
Teamviewer?
Are you saying that you can't interrupt the bootloader, or that there isn't an update prompt when you do?Via serial connection also the CTRL + U option is not available to upgrade.
Are you saying that you can't interrupt the bootloader, or that there isn't an update prompt when you do?
Can you copy/paste what you see when you interrupt the bootloader?