@NewIT_James
http://www.plugcomputer.org/plugforum/index.php?topic=6019
That is also typical of a machid mismatch, check the arch_number from u-boot 'bdinfo' command matches that in the kernel source MACH_DREAMPLUG define in arch/arm/tools/mach-types.
EDIT: Just checked out the new kernel source.....
Marvell>> bdinfo
arch_number = 0x00000A63
which is 2659 in decimal
arch/arm/tools/mach-types
guruplug MACH_GURUPLUG GURUPLUG 2659
dreamplug MACH_DREAMPLUG DREAMPLUG 3550
As you can see, the dreamplug has been masquerading as a guruplug, because Globalscale couldn't be bothered to request a new Machine Ident, Deja Vu anybody ?
Both the current u-boot & kernel source should now be using the correct ID's.
UPDATE: u-boot v2011.12 has an issue which (has been already identified) prevents the dreamplug from booting, hold off updating u-boot until the next release.
For those with an older 'Globalscale' u-boot reporting arch_number = 0x00000A63
setenv machid 0x0DDE
Don't forget to 'saveenv' to work across reboots, or to clear it down when booting an older kernel...
James, would you like to post this to plugcomputer.org......