Re: Bug#899118: flash-kernel: add missing arm64 boards

2018-05-21 Thread Karsten Merker
On Mon, May 21, 2018 at 01:01:56AM +0200, Heinrich Schuchardt wrote: > On 05/20/2018 09:15 PM, Karsten Merker wrote: > > On Sat, May 19, 2018 at 02:57:41PM +0200, Heinrich Schuchardt wrote: > > > >> Package: flash-kernel > >> Version: 3.94 > >> Severity

Re: ARM new boot.scr does not allow the device to boot

2017-01-15 Thread Karsten Merker
On Sun, Jan 15, 2017 at 10:40:24AM +0100, permondes - sagen wrote: > Am Samstag, den 14.01.2017, 15:49 -0800 schrieb Vagrant Cascadian: > > On 2017-01-14, permondes - sagen wrote: > > > I am using an OLinuXino A20 LIME with arm. > > > boot.scr used to have the following content (I removed the ini

[PATCH V4 2/3] Add SD-card image build support for hd-media builds on armhf

2015-03-15 Thread Karsten Merker
--- build/boot/README.concatenateable_images | 20 build/config/armhf/hd-media.cfg | 25 - debian/changelog | 1 + 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 build/boot/README.concatenateable_i

[PATCH V4 3/3] Add SD-card image and tftpboot tarball build support for netboot builds on armhf

2015-03-15 Thread Karsten Merker
--- build/boot/arm/bootscr.tftpboot | 21 + build/config/armhf/netboot.cfg | 50 - debian/changelog| 2 ++ 3 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 build/boot/arm/bootscr.tftpboot diff --git a/bu

[PATCH V4 0/3] d-i: support building bootable images for armhf targets

2015-03-15 Thread Karsten Merker
the current codebase. Follwing is the updated version of the patchset. I have run successful installation tests with all image types generated by it and it builds cleanly in pbuilder, so I intend to push it to d-i master for inclusion in d-i RC2. Kibi, is that ok for you? Regards, Karsten Karsten

[PATCH V4 1/3] Add util/gen-hd-image

2015-03-15 Thread Karsten Merker
null +++ b/build/util/gen-hd-image @@ -0,0 +1,380 @@ +#!/bin/sh +# +# gen-hd-image V1.01 +# Copyright 2014,2015 by Karsten Merker +# +# This file is dual-licensed. It is provided under (at your option) +# either the terms of the GPL2+ or the terms of the X11 license as +# described below. Note that

[PATCH V3 0/6] d-i: support building bootable images for armhf targets

2015-01-01 Thread Karsten Merker
short as possible. Gzip is used by default and is essential, so does not need an explict dependency declaration, and if we would want to go for higher compression rates we would use xz, which already has a dependency declared for other reasons. Regards, Karsten Karsten Merker (6): Add boot/arm

[PATCH V3 5/6] Add SD-card image and tftpboot tarball build support for netboot builds on armhf

2015-01-01 Thread Karsten Merker
--- build/boot/arm/bootscr.tftpboot | 21 + build/config/armhf/netboot.cfg | 69 - debian/changelog| 2 ++ 3 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 build/boot/arm/bootscr.tftpboot diff --git a/build/

[PATCH V3 2/6] Provide u-boot binaries for armhf systems without u-boot in flash

2015-01-01 Thread Karsten Merker
--- build/config/armhf.cfg| 2 +- build/config/armhf/u-boot.cfg | 27 +++ debian/changelog | 1 + 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 build/config/armhf/u-boot.cfg diff --git a/build/config/armhf.cfg b/build/config/ar

[PATCH V3 4/6] Add SD-card image build support for hd-media builds on armhf

2015-01-01 Thread Karsten Merker
--- build/boot/README.concatenateable_images | 30 ++ build/config/armhf/hd-media.cfg | 44 +++- debian/changelog | 1 + 3 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 build/boot/README.concaten

[PATCH V3 6/6] Handle i.MX6 systems without baudrate in ${console} in bootscr.mainline_common

2015-01-01 Thread Karsten Merker
Most systems encode the console baudrate in the ${console} variable, but several i.MX6-based systems do not. As ${console} gets passed to the kernel, we need to explicitly add the baudrate on i.MX6-based systems to avoid a baudrate mismatch between u-boot and kernel. --- build/boot/arm/bootscr.mai

[PATCH V3 3/6] Add utils/gen-hd-image

2015-01-01 Thread Karsten Merker
null +++ b/build/util/gen-hd-image @@ -0,0 +1,380 @@ +#!/bin/sh +# +# gen-hd-image V1.01 +# Copyright 2014,2015 by Karsten Merker +# +# This file is dual-licensed. It is provided under (at your option) +# either the terms of the GPL2+ or the terms of the X11 license as +# described below. Note that

[PATCH V3 1/6] Add boot/arm/u-boot-image-config

2015-01-01 Thread Karsten Merker
/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ debian-installer (201410XX) UNRELEASED; urgency=medium [ Karsten Merker ] * Add hd-media support for the armhf platform. + * Add boot/arm/u-boot-image-config (a list of u-boot components and their +offsets on disk, needed to create

Re: Debian in a Pcduino3

2014-12-25 Thread Karsten Merker
On Thu, Dec 25, 2014 at 09:28:53PM +0100, Patrice Go wrote: > I am searching some technical informations to know if it is > possible to install a debian OS in a pcduino3. I was searching > on the debian arm iso ftp, but i don't know what is the arm iso > (armel or armhf) to choose for the pcduino

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-06 Thread Karsten Merker
On Wed, Dec 03, 2014 at 03:10:37PM -0800, Vagrant Cascadian wrote: [providing u-boot images for armhf platforms that do not have u-boot in non-volatile storage] > Simply extracting the relevent u-boot files doesn't seem like enough to > me. They still need to be installed at particular offsets t

Providing (armhf) u-boot images together with d-i images?

2014-12-03 Thread Karsten Merker
Hello, several armhf systems do not have u-boot (or another firmware) in non-volatile (i.e. ROM/Flash) memory, but instead store their system firmware on a removable medium such as an SD card. In many cases the user does not receive a suitable firmware medium when buying the hardware, because the

Re: Bug#767042: [jessie daily 2014-10-27] [armhf] Installation report: LeMaker Banana Pi - problems with autoloading the realtek ethernet PHY driver module

2014-11-12 Thread Karsten Merker
Control: tag -1 patch On Wed, Nov 05, 2014 at 09:52:40PM +0100, Karsten Merker wrote: > [Failing ethernet PHY detection in d-i on the BananaPi] > Further experiments show that increasing the "startup-delay-us" > value in the regulator definition seems to solve the issue. I&#

Re: Bug#767042: [jessie daily 2014-10-27] [armhf] Installation report: LeMaker Banana Pi - problems with autoloading the realtek ethernet PHY driver module

2014-11-05 Thread Karsten Merker
On Wed, Nov 05, 2014 at 09:01:08PM +0100, Karsten Merker wrote: [Failing ethernet PHY detection in d-i on the BananaPi] > I have now run several tests with a modified BananaPi dtb in > which I have added a "regulator-always-on" stanza to the > reg_gmac_3v3 definition. With

Re: Bug#767042: [jessie daily 2014-10-27] [armhf] Installation report: LeMaker Banana Pi - problems with autoloading the realtek ethernet PHY driver module

2014-11-05 Thread Karsten Merker
On Wed, Nov 05, 2014 at 10:45:12AM +, Ian Campbell wrote: > On Tue, 2014-11-04 at 22:37 +0100, Karsten Merker wrote: > > > I have run further installation tests with today's current d-i images > > (still based on the same 3.16.5-1 kernel) > > OOI if you bodge

Re: Bug#767042: [jessie daily 2014-10-27] [armhf] Installation report: LeMaker Banana Pi - problems with autoloading the realtek ethernet PHY driver module

2014-11-04 Thread Karsten Merker
On Mon, Nov 03, 2014 at 12:26:33AM +, Ben Hutchings wrote: > On Sun, 2014-11-02 at 21:43 +0100, Karsten Merker wrote: > [...] > > Following is the log from a d-i run where /sbin/modprobe and > > /sbin/insmod have been replaced by a script that logs all > > invocatio

Re: [PATCH V2] d-i hd-media support for armhf

2014-11-02 Thread Karsten Merker
On Sat, Nov 01, 2014 at 12:06:55AM -0700, Vagrant Cascadian wrote: [d-i hd-media support for armhf, boot script] > Overall, it appears to be working quite well. I've thought about > creating a similar bootscript for the netboot images. > > > +if test -n "${console}"; then > > + setenv bootargs "

Re: Cubietech Cubieboard3 / Cubietruck support under Debian Jessie?

2014-10-28 Thread Karsten Merker
On Tue, Oct 28, 2014 at 09:00:10PM +, Andrew M.A. Cater wrote: > > > Debian support on mainline kernel does not support > > > all Cubietruck features. > > > >From the Wiki - looks like headless is fine using Debian mainline > but not necessarily HDMI / VGA. > > Audio?? Audio driver support

Bug#767042: [jessie daily 2014-10-27] [armhf] Installation report: LeMaker Banana Pi - problems with autoloading the realtek ethernet PHY driver module

2014-10-27 Thread Karsten Merker
Package: installation-reports Boot method: hd-media (installer booted from USB stick) Image version: http://d-i.debian.org/daily-images/armhf/daily/hd-media/hd-media.tar.gz (dated 27-Oct-2014 05:17) together with http://cdimage.debian.org/cdimage/weekly-builds/armhf/jigdo-cd/debian-testing-

Bug#762219: linux 3.16.3-1 FTBS for the armel "kirkwood" flavor due to size limit

2014-09-19 Thread Karsten Merker
source: linux version: 3.16.3-1 [CCing debian-arm@lists.d.o] Hello, according to https://buildd.debian.org/status/fetch.php?pkg=linux&arch=armel&ver=3.16.3-1&stamp=1411133746 linux 3.16.3-1 FTBFS for the armel "kirkwood" flavor due to the resulting image being too big for the platform by 648

Re: Support for sunxi-based ARM systems in d-i

2014-06-10 Thread Karsten Merker
On Tue, Jun 10, 2014 at 07:31:29AM +0100, Ian Campbell wrote: > On Mon, 2014-06-09 at 23:34 +0200, Karsten Merker wrote: > > flash-kernel 3.19 has migrated to jessie in the meantime, so I guess nothing > > speaks against adding further machines to the db. > > > > I ha