[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Anyone got Wheezy running on a Dreamplug?



On Sun, 2013-05-19 at 14:41 +0100, Tixy wrote:
> On Sun, 2013-05-19 at 12:33 +0100, Ian Campbell wrote:

> > You may have (harmlessly) ended up appending the DTB twice since I think
> > the installer uImage has it already there...
> 
> It doesn't, I just checked, and if it did have the DreamPlug dtb it
> wouldn't work on the iconnect which also has a dtb in the kirkwood
> kernel package and so I assume is also supported.

Which kernel were you using?

ftp://ftp.uk.debian.org/debian/dists/wheezy/main/installer-armel/current/images/kirkwood/netboot/marvell/dreamplug/ should have the device tree appended. From the Debian Installer source:
        dreamplug: sheevaplug
                mkdir -p $(SOME_DEST)/$(EXTRANAME)/marvell/dreamplug
                cat $(TEMP_KERNEL) $(TEMP_DTB)/kirkwood-dreamplug.dtb > $(TEMP)/vmlinuz-dreamplug
                mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n "Debian kernel" -d $(TEMP)/vmlinuz-dreamplug $(SOME_DEST)/$(EXTRANAME)/marvell/dreamplug/uImage
        	...snip

The sheevaplug one doesn't have that.

The iconnect doesn't appear to have a specific d-i image. Perhaps its
u-boot does fdt already.

Ian.



Reply to: