Hi
I created the update.zip as per the document (System Update and Factory Reset) provided by TI.
When I tried to upgrade my Blaze mdp with this update.zip, upgrade went successfully. But nothing got displayed after the updated version booted up.
On logging into the board via blaze debug console, I saw the following messages in an infinite loop:
[ 48.832092] PVR_K:(Error): BridgedDispatchKM: Driver initialisation not completed yet. [4835, drivers/gpu/pvr/bridged_pvr_bridge.c]
[ 49.368408] init: untracked pid 303 exited
[ 49.410919] init: untracked pid 310 exited
As per the error messages, I think it may be because the kernel compatibility, its failing to load the sgx driver (no module displayed on lsmod).
I gave the following argument:
TARGET_PREBUILT_KERNEL=/home/hkalra/sources/blaze/base/kernel/ (it is the location of our kernel source tree)
Hope its correct. Even we tried copying zImage to a particular location and gave that path as the above argument.
Please help us out from this situation.