[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 1.12.1 --- ubiquity (1.12.1) jaunty; urgency=low * Refactor architecture/subarchitecture detection slightly. * First pass at flash-kernel integration for armel (LP: #345534). * Fix yes/no question text in weak-password warning (LP: #3

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package flash-kernel - 2.13ubuntu5 --- flash-kernel (2.13ubuntu5) jaunty; urgency=low * add support for Freescale MX51 Babbage Board to flash-kernel-installer.postinst (LP: #345534) * create /target/etc/flash-kernel.conf from flash-kernel-installer.po

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Oliver Grawert
** Attachment added: "flash-kernel-installer.patch" http://launchpadlibrarian.net/24585604/flash-kernel-installer.patch -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Loïc Minier
Colin commited support for flash-kernel in ubiquity. ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) => Colin Watson (cjwatson) Status: New => Fix Committed -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug n

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Loïc Minier
Most flash-kernel bits are now uploaded; very little hardcoding left. Oliver is completing the flash-kernel d-i postinst bits and then it should be good to go. ** Changed in: flash-kernel (Ubuntu) Status: Confirmed => In Progress -- Please add support for the imx51 ARM subarchitecture. ht

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Oliver Grawert
here is a patch that does the necessary bits, though loic just fixed the need for $initramfs_size which means it will need to be reworked a bit ... --- flash-kernel-2.13ubuntu2/debian/flash-kernel-installer.postinst 2009-03-31 11:22:17.0 +0200 +++ flash-kernel-installer.postinst 2

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Oliver Grawert
here the snippet from the babbage install guide wikipage, a script similar to the above code needs to go into flash-kernel-installer -- Now you need to make your SD card a boot device (the babbage currently only boots from SD) to achieve this, do the following: Download the redboot tools package

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Oliver Grawert
this is the snippet used in the initial builder script for the live image, cmdline needs to be changed to use a UUID, fis needs to be used to determine the actual offset (both are hardcoded values in the image build script), the dd'ing of the binary blob doesnt need to happen, i'll rework this bit

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Loïc Minier
So currently the .postinst doesn't update the kernel cmdline; it should update it on the install media (SD card) to switch from "start installation" or "start live system" cmdline to "start target system with this UUID" cmdline. Happy if someone can document the expeceted cmdline. "Moving stuff o

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Loïc Minier
I've uploaded: flash-kernel (2.13ubuntu2) jaunty; urgency=low * flash-kernel: Move Freescale MX51 Babbage Board around to be in its alphabetical place. * flash-kernel-installer.isinstallable, .postinst: mark imx51 as installable and just run "update-initramfs -u" to install for now. w

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-31 Thread Loïc Minier
I've uploaded: flash-kernel (2.13ubuntu1) jaunty; urgency=low * flash-kernel: add support for Freescale MX51 Babbage Board; depend on redboot-tools for the fis command. which is enough for installed system, but it needs work for d-i integration. -- Please add support for the imx51 ARM sub

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package debian-installer - 20081029ubuntu29 --- debian-installer (20081029ubuntu29) jaunty; urgency=low [ Michael Casadevall ] * Added initial imx51 installer support, in both the CDROM and netboot versions (LP: #345534). -- Colin WatsonMon, 30

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package libdebian-installer - 0.61ubuntu2 --- libdebian-installer (0.61ubuntu2) jaunty; urgency=low [ Michael Casadevall ] * Added subarchitecture imx51 for Freescale iMX51 SoCs (LP: #345534). -- Colin WatsonFri, 27 Mar 2009 11:54:26 + ** Chang

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package base-installer - 1.98ubuntu4 --- base-installer (1.98ubuntu4) jaunty; urgency=low [ Michael Casadevall ] * Fixed armel arch_get_kernel() call for Ubuntu/armel * Updated the test suite for Ubuntu/armel * Added imx51 to armel as a new sub-archit

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-26 Thread Loïc Minier
Modified flash-kernel script for imx51 with padding (useless though). Needs udeb support and fconfig integration. ** Attachment added: "flash-kernel" http://launchpadlibrarian.net/24361986/flash-kernel -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/3

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-25 Thread Colin Watson
** Changed in: base-installer (Ubuntu) Status: In Progress => Fix Committed ** Changed in: debian-installer (Ubuntu) Status: In Progress => Fix Committed -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notificati

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-25 Thread Colin Watson
** Changed in: libdebian-installer (Ubuntu) Status: In Progress => Fix Committed -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-25 Thread Michael Casadevall
** Description changed: This bug is a metabug and a holding spot for all patches to port the installation system to the iMX51. Current status of each module is below: ubuntu-seeds: - PENDING MERGE: Add kernel base-installer: - PENDING MERGE: Add imx51 support - PENDING MERGE

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-22 Thread Colin Watson
Seeds branch merged. ** Changed in: ubuntu-seeds Status: In Progress => Fix Released -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-20 Thread Michael Casadevall
** Description changed: This bug is a metabug and a holding spot for all patches to port the installation system to the iMX51. Current status of each module is below: + ubuntu-seeds: + - PENDING MERGE: Add kernel base-installer: - - TODO: Add imx51 support - + - PENDING MERGE: Add

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-20 Thread Michael Casadevall
** Branch linked: lp:~mcasadevall/debian-installer/imx51-support -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-20 Thread Michael Casadevall
** Branch linked: lp:~mcasadevall/libdebian-installer/imx51-support -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-20 Thread Michael Casadevall
** Branch linked: lp:~mcasadevall/base-installer/imx51-support ** Branch linked: lp:~mcasadevall/ubuntu-seeds/imx51-kernel-seed -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notification because you are a member of Ubuntu Bu

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-20 Thread Emmet Hikory
** Changed in: base-installer (Ubuntu) Assignee: (unassigned) => Michael Casadevall (mcasadevall) ** Changed in: ubuntu-seeds Assignee: (unassigned) => Michael Casadevall (mcasadevall) Status: New => In Progress ** Changed in: base-installer (Ubuntu) Status: Confirmed => I

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-20 Thread Michael Casadevall
** Branch linked: lp:~mcasadevall/debian-installer/imx51-support -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-19 Thread J. Scott Gwin
** Changed in: base-installer (Ubuntu) Status: New => Confirmed ** Changed in: flash-kernel (Ubuntu) Status: New => Confirmed -- Please add support for the imx51 ARM subarchitecture. https://bugs.launchpad.net/bugs/345534 You received this bug notification because you are a member

[Bug 345534] Re: Please add support for the imx51 ARM subarchitecture.

2009-03-19 Thread Michael Casadevall
THis patch adds subarchitecture support to libdebian-installer. ** Attachment added: "Add subarchitecture support for imx51 to libdebian-installer" http://launchpadlibrarian.net/24121198/libdebian-installer.debdiff ** Changed in: debian-installer (Ubuntu) Importance: Undecided => Medium