Hi. I am working on Linux on a 860 target. I use UBoot as bootloader & a BDI2000.
In Bdi, if I make
reset run
go
Then in Uboot
bootm 0x43000000
Linux hangs when trying to start init.
In Bdi, if I make
reset run
halt
go
Then in Uboot
bootm 0x43000000
Linux works fine
It seems that the fact to make a halt before running makes the init works
!!!
Ever seen that ?
Ideas ?
Thanks
Chris
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
