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
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
---
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
---
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
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
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
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
---
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/
---
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
---
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
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
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
/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
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
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
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
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
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
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
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
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 "
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
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-
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
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
25 matches
Mail list logo