Bug#751716: [debian-installer] Patch

2014-07-21 Thread Ian Campbell
On Sun, 2014-07-13 at 12:26 +0200, Bastien ROUCARIES wrote: Sorry the delay, I was procrastinating on responding because I'm wasn't really sure what to suggest. > On Sun, Jul 13, 2014 at 9:39 AM, Ian Campbell wrote: > > On Sun, 2014-07-13 at 00:58 +0200, Bastien ROUCARIES wrote: > >> On Sun, Jul

Bug#751716: [debian-installer] Patch

2014-07-20 Thread Bastien ROUCARIES
On Sun, Jul 13, 2014 at 12:26 PM, Bastien ROUCARIES wrote: > On Sun, Jul 13, 2014 at 9:39 AM, Ian Campbell wrote: >> On Sun, 2014-07-13 at 00:58 +0200, Bastien ROUCARIES wrote: >>> On Sun, Jul 13, 2014 at 12:14 AM, Martin Michlmayr wrote: >>> > * Bastien ROUCARIES [2014-07-12 19:05]: >>> >> Hi

Bug#751716: [debian-installer] Patch

2014-07-13 Thread Bastien ROUCARIES
On Sun, Jul 13, 2014 at 9:39 AM, Ian Campbell wrote: > On Sun, 2014-07-13 at 00:58 +0200, Bastien ROUCARIES wrote: >> On Sun, Jul 13, 2014 at 12:14 AM, Martin Michlmayr wrote: >> > * Bastien ROUCARIES [2014-07-12 19:05]: >> >> Hi UImage is too big to get into mtd :S You said that it it is a >> >

Bug#751716: [debian-installer] Patch

2014-07-13 Thread Ian Campbell
On Sun, 2014-07-13 at 00:58 +0200, Bastien ROUCARIES wrote: > On Sun, Jul 13, 2014 at 12:14 AM, Martin Michlmayr wrote: > > * Bastien ROUCARIES [2014-07-12 19:05]: > >> Hi UImage is too big to get into mtd :S You said that it it is a > >> trimmed down version ? Any idea to trim more ? > > > > I b

Bug#751716: [debian-installer] Patch

2014-07-12 Thread Bastien ROUCARIES
On Sun, Jul 13, 2014 at 12:14 AM, Martin Michlmayr wrote: > * Bastien ROUCARIES [2014-07-12 19:05]: >> Hi UImage is too big to get into mtd :S You said that it it is a >> trimmed down version ? Any idea to trim more ? > > I believe we said the initramfs generated by initramfs-tools is > trimmed d

Bug#751716: [debian-installer] Patch

2014-07-12 Thread Martin Michlmayr
* Bastien ROUCARIES [2014-07-12 19:05]: > Hi UImage is too big to get into mtd :S You said that it it is a > trimmed down version ? Any idea to trim more ? I believe we said the initramfs generated by initramfs-tools is trimmed down. How big is the uimage and how much space do you have? > BTW i

Bug#751716: [debian-installer] Patch

2014-07-12 Thread Bastien ROUCARIES
On Sat, Jul 12, 2014 at 7:05 PM, Bastien ROUCARIES wrote: > On Wed, Jul 9, 2014 at 9:58 AM, Ian Campbell wrote: >> On Tue, 2014-07-08 at 23:28 +0200, Bastien ROUCARIES wrote: >>> On Tue, Jul 8, 2014 at 9:39 PM, Ian Campbell wrote: >>> > On Mon, 2014-07-07 at 17:05 +0200, Martin Michlmayr wrote:

Bug#751716: [debian-installer] Patch

2014-07-12 Thread Bastien ROUCARIES
On Wed, Jul 9, 2014 at 9:58 AM, Ian Campbell wrote: > On Tue, 2014-07-08 at 23:28 +0200, Bastien ROUCARIES wrote: >> On Tue, Jul 8, 2014 at 9:39 PM, Ian Campbell wrote: >> > On Mon, 2014-07-07 at 17:05 +0200, Martin Michlmayr wrote: >> >> * Bastien ROUCARIES [2014-07-06 22:10]: >> >> > >> You co

Bug#751716: [debian-installer] Patch

2014-07-09 Thread Ian Campbell
On Tue, 2014-07-08 at 23:28 +0200, Bastien ROUCARIES wrote: > On Tue, Jul 8, 2014 at 9:39 PM, Ian Campbell wrote: > > On Mon, 2014-07-07 at 17:05 +0200, Martin Michlmayr wrote: > >> * Bastien ROUCARIES [2014-07-06 22:10]: > >> > >> You combine the kernel and the DTB in $(TEMP)/dns-320/vmlinuz-dns

Bug#751716: [debian-installer] Patch

2014-07-08 Thread Bastien ROUCARIES
On Tue, Jul 8, 2014 at 9:39 PM, Ian Campbell wrote: > On Mon, 2014-07-07 at 17:05 +0200, Martin Michlmayr wrote: >> * Bastien ROUCARIES [2014-07-06 22:10]: >> > >> You combine the kernel and the DTB in $(TEMP)/dns-320/vmlinuz-dns320. >> > >> But then >> > >> instead of using this file to genera

Bug#751716: [debian-installer] Patch

2014-07-08 Thread Ian Campbell
On Mon, 2014-07-07 at 17:05 +0200, Martin Michlmayr wrote: > * Bastien ROUCARIES [2014-07-06 22:10]: > > >> You combine the kernel and the DTB in $(TEMP)/dns-320/vmlinuz-dns320. > > >> But then > > >> instead of using this file to generate the kernel.uboot, you use the > > >> original > > >> ke

Bug#751716: [debian-installer] Patch

2014-07-07 Thread Martin Michlmayr
* Bastien ROUCARIES [2014-07-06 22:10]: > >> You combine the kernel and the DTB in $(TEMP)/dns-320/vmlinuz-dns320. But > >> then > >> instead of using this file to generate the kernel.uboot, you use the > >> original > >> kernel. > > Corrected thank Looks good. -- Martin Michlmayr http://ww

Bug#751716: [debian-installer] Patch

2014-07-06 Thread Bastien ROUCARIES
On Sun, Jul 6, 2014 at 9:35 PM, Martin Michlmayr wrote: > + cat $(TEMP_KERNEL) $(TEMP_DTBS)/kirkwood-dns320.dtb > > $(TEMP)/dns-320/vmlinuz-dns320 > + mkimage -A arm -O linux -T kernel -C none -e 0x8000 -a 0x8000 > -n "Debian kernel" -d $(TEMP)/dns-320/kernel $(TEMP)/dns-320/

Bug#751716: [debian-installer] Patch

2014-07-06 Thread Bastien ROUCARIES
On Sun, Jul 6, 2014 at 10:10 PM, Bastien ROUCARIES wrote: > On Sun, Jul 6, 2014 at 9:35 PM, Martin Michlmayr wrote: >> + cat $(TEMP_KERNEL) $(TEMP_DTBS)/kirkwood-dns320.dtb > >> $(TEMP)/dns-320/vmlinuz-dns320 >> + mkimage -A arm -O linux -T kernel -C none -e 0x8000 -a >> 0x8

Bug#751716: [debian-installer] Patch

2014-07-06 Thread Martin Michlmayr
+ cat $(TEMP_KERNEL) $(TEMP_DTBS)/kirkwood-dns320.dtb > $(TEMP)/dns-320/vmlinuz-dns320 + mkimage -A arm -O linux -T kernel -C none -e 0x8000 -a 0x8000 -n "Debian kernel" -d $(TEMP)/dns-320/kernel $(TEMP)/dns-320/kernel.uboot You combine the kernel and the DTB in $(TEMP)/dns-3

Bug#751716: [debian-installer] Patch

2014-07-06 Thread Bastien ROUCARIES
On Sun, Jun 22, 2014 at 8:35 PM, Martin Michlmayr wrote: > * bastien ROUCARIES [2014-06-22 20:18]: >> Package: debian-installer >> control: tags -1 + patch > > This is not correct. You're adding a Kirkwood image to the Orion > build file. This time I believe it is correct. > > -- > Martin Michl

Bug#751716: [debian-installer] Patch

2014-06-22 Thread Martin Michlmayr
* bastien ROUCARIES [2014-06-22 20:18]: > Package: debian-installer > control: tags -1 + patch This is not correct. You're adding a Kirkwood image to the Orion build file. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#751716: [debian-installer] Patch

2014-06-22 Thread bastien ROUCARIES
Package: debian-installer control: tags -1 + patch Now the patch needed I have only made the dlink firmware image. Bastien>From 2cd583c24dedc3e8680bd084bf16e504c75e5104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= Date: Sun, 22 Jun 2014 20:08:10 +0200 Subject: [PATCH] Add