
1 Mar
2008
1 Mar
'08
10:45 p.m.
I presume the problem is that the /aliases node doesn't exist in your tree (original kernel .dts source, and thus the .dtb blob). One simple solution would be to create the /aliases node if it doesn't exist, just like we create the /chosen node if it doesn't exist.
Yep, that's how I got to boot my kernel again, forgot to post this in my previous mail:
aliases { ethernet0 = &enet0; ethernet1 = &enet1; serial0 = &serial0; serial1 = &serial1; pci0 = &pci0; };
And then adding the correct aliases of course: enet0: ethernet@24000 { etc.
--
greetz, marc
I'm only judging on my experience with you, but I've never seen such
a deficient species.
Pilot - Crackers Don't Matter
chiana 2.6.18-4-ixp4xx #1 Tue Mar 27 18:01:56 BST 2007 GNU/Linux