Hi ,
I just recieved a Wi-i.MX53 JumpStart kit , all was going well until
I used the update_flash command and now the Kernel crashes.
I used the command
update_flash uImage 3
and the kernel crashes now.
How do I recover from this sitution ?
the uImage was built from the directory
/usr/local/DigiEL-5.9/kernel/linux-2.6.35
with the following sequence of commands
cp arch/arm/configs/imx5_ccmx53js_defconfig .config
make ARCH=arm menuconfig
and saved
then
make uImage ARCH=arm CROSS_COMPILE=/usr/local/DigiEL-5.9/x-tools ....
it built the uImage successfully