EEVblog Electronics Community Forum
Products => Test Equipment => Topic started by: STDio on February 02, 2019, 09:54:05 am
-
Hi,
I did change the NVRAM battery and reconfigure the boot data using TTL to the MAX232 chip,
the acquisition board stops at the below terminal line..
Executing startup script c:\vxBoot\dio_rst.vsh ...
dbFsIoctl: invalid code 3
################### topScript starts ###############################
cd "dbfs:c:/vxBoot"
value = 0 = 0x0
ld < TekScope.o
value = 23662208 = 0x1690e80
ld < TekScopeSM.o
value = 23661568 = 0x1690c00
BoardIdOverride = 21.pDbDev = ramDevCreate(0, 512, 1152, 1152, 0)
BoardIdOverride = 0x1341f8c: value = 21 = 0x15
undefined symbol: pDbDev
Done executing startup script c:\vxBoot\dio_rst.vsh
KERNEL: RUNNING TIME SLICED AT 10 TICKS PER SLICE!
->
Was wondering the HDD image wasn't modified yet the NVRAM doesn't let the image load...
-
You need to use c:\vxBoot\topScript.hw in standard config.
-
Now I got a ' -' on the LED dianostics after running the boot update file..
dbFsIoctl: invalid code 3
#################### topScript starts ###############################
#
# This script is for standalone prototypes that want to update
# their bootROMs to the newest version in the
# scope's c:/vxBoot directory.
sysFlashUpdate ("dbfs:c:/vxBoot/boot.bin")
sysFlashUpdate: TESTING: comparing region
sysFlashUpdate: Erasing flash...done
sysFlashUpdate: Writing flash sectors
s0@0xff800000................
s1@0xff810000................
s2@0xff820000................
s3@0xff830000................
s4@0xff840000................
s5@0xff850000................
s6@0xff860000................
s7@0xff870000................
sysFlashUpdate: SUCCESS: flash written
sysFlashUpdate: TESTING: comparing region
value = 0 = 0x0
setLED 0x40
value = -65 = 0xffffffbf = ppp_parms + 0xffc4f02f
#
# hopefully you get this message at the end:
# sysFlashUpdate: SUCCESS: flash written
# sysFlashUpdate: TESTING: comparing region
# value = 0 = 0x0
Done executing startup script c:\vxBoot\topScript.vxw
KERNEL: RUNNING TIME SLICED AT 10 TICKS PER SLICE!
->