@alastairstevenson
It goes back to psh (restrictive shell, without cd, dd, cat etc...)
Also,
the u-boot enforces the signature verification and rolling back the firmware below 5.4
u-boot version is - U-Boot 2010.06-263780 (Mar 14 2017 - 20:24:03)
Pressing CTRL+U gives the boot prompt with following options:
<p>
HKVS # help
erase - erase flash except bootloader area
go - start application at address 'addr'
help - print command description/usage
loadk - load kernel to DRAM
update - update digicap.dav
updateb - update bootloader
upf - update firmware, format and update (factory use)
ddr - ddr training function
mii - MII utility commands
ping - send ICMP ECHO_REQUEST to network host
printenv- print environment variables
reset - Perform RESET of the CPU
saveenv - save environment variables to persistent storage
setenv - set environment variables
</p>
trying
HKVS # updateb
gives the following messages (I have
tftp server running on 192.168.1.128)
TFTP from server 192.168.1.128; our IP address is 192.168.1.64
Download Filename 'u-boot_g0.bin'.
Download to address: 0x82000000
Downloading: *
TFTP error: 'No such file or directory' (0)
Starting again
It seems to me like there is a way we can load older u-boot version (without signature check).
Is it possible to share older u-boot_g0.bin?
Thanks
-NKS