On Wed, 2013-01-02 at 01:12 +0100, Holger Levsen wrote: > Hi, > > On Mittwoch, 2. Januar 2013, Ben Hutchings wrote: > > The NOR flash only contains u-boot and its configuration, not any > > filesystem. Do those need to be written during installation? > > I believe so, there is a bootscript which needs to be (re-)written, as it > might not exist / exist only in different form from previous installs.
OK, I've added an mtd-modules package with mtd, mtdchar and m25p80. (The SPI driver is built-in.) Presumably we'll then need something like this in the installer itself: --- a/build/pkg-lists/netboot/armhf/mx5.cfg +++ b/build/pkg-lists/netboot/armhf/mx5.cfg @@ -1 +1,5 @@ +ata-modules-${kernel:Version} mmc-modules-${kernel:Version} +mtd-modules-${kernel:Version} +pata-modules-${kernel:Version} +sata-modules-${kernel:Version} diff --git a/debian/changelog b/debian/changelog index 933f592..f3c8391 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,9 @@ debian-installer (20121115) UNRELEASED; urgency=low * Decrease kfreebsd-amd64's MFSROOT_LIMIT to 72MiB, to allow 128MiB-memory installation (Closes: #696786). + [ Ben Hutchings ] + * Include {ata,mtd,pata,sata}-modules in mx5 netboot image (Closes: #675017) + -- Joey Hess <jo...@debian.org> Mon, 17 Dec 2012 11:53:26 -0400 debian-installer (20121114) unstable; urgency=low --- END --- I'm doing a test build of the kernel now to make sure I got the udeb configuration right. Ben. -- Ben Hutchings Always try to do things in chronological order; it's less confusing that way.
signature.asc
Description: This is a digitally signed message part