Jared McNeill writes:
> You shouldn't set fdtfile in this script because U-Boot already sets
> it. From socfpga_de0_nano_soc_defconfig:
>
> CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de0_nano_soc.dtb"
>
> This way, if you match on the SoC type in this file, you can run on
> any board using this So
On Thu, 22 Nov 2018, Aymeric Vincent wrote:
src/distrib/utils/embedded/files: armv7_boot.cmd
You shouldn't set fdtfile in this script because U-Boot already sets it.
From socfpga_de0_nano_soc_defconfig:
CONFIG_DEFAULT_FDT_FILE="socfpga_cyclone5_de0_nano_soc.dtb"
This way, if you m
On May 22, 1:26pm, m...@3am-software.com (Matt Thomas) wrote:
-- Subject: Re: CVS commit: src/distrib/utils/embedded/conf
| No, use the :Q modifier
This is not make(1) it is sh(1) :-)
christos
> On May 22, 2015, at 11:07 AM, Christos Zoulas wrote:
>
> In article <20150522011822.807e...@cvs.netbsd.org>,
> Jared D. McNeill wrote:
>> -=-=-=-=-=-
>>
>> Module Name: src
>> Committed By:jmcneill
>> Date:Fri May 22 01:18:22 UTC 2015
>>
>> Modified Files:
>> sr
In article <20150522011822.807e...@cvs.netbsd.org>,
Jared D. McNeill wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: jmcneill
>Date: Fri May 22 01:18:22 UTC 2015
>
>Modified Files:
> src/distrib/utils/embedded/conf: armv7.conf
>
>Log Message:
>add JETSONTK1 to armv7.img
P
Thank you for catching this mistake, it should have been appending to
${mnt}/etc/rc.local. I have checked in a fix.
On Thu, 12 Feb 2015, Takahiro HAYASHI wrote:
On 2015/02/07 00:15, Jared D. McNeill wrote:
Module Name:src
Committed By: jmcneill
Date: Fri Feb 6 15:15:02 UTC 20
On 2015/02/07 00:15, Jared D. McNeill wrote:
Module Name:src
Committed By: jmcneill
Date: Fri Feb 6 15:15:02 UTC 2015
Modified Files:
src/distrib/utils/embedded/conf: rpi.conf
Log Message:
By default, RPI firmware sets the max CPU frequency to 600MHz. This can be
overri
> make a swap file?
Swap space in the distributed image is just annoying
for users to rawwrite it into devices.
To use resize_ffs(8), users have to edit disklabel anyway,
so I'm using a dumb script that checks disk size, updates labels,
and executes resize_ffs(8) for my custom images.
---
Izumi
make a swap file?
.mrg.
In article <20140401184816.gq20...@snowdrop.l8s.co.uk>,
David Laight wrote:
>On Mon, Mar 31, 2014 at 02:18:45PM -0400, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Mon Mar 31 18:18:45 UTC 2014
>>
>> Modified Files:
>> src/distrib/utils/
On Mon, Mar 31, 2014 at 02:18:45PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Mon Mar 31 18:18:45 UTC 2014
>
> Modified Files:
> src/distrib/utils/embedded/conf: x86.conf
>
> Log Message:
> remove swap; these days x86 machines don't need it.
In article <20130916152357.883d...@cvs.netbsd.org>,
Adrian Steinmann wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: ast
>Date: Mon Sep 16 15:23:57 UTC 2013
>
>Modified Files:
> src/distrib/utils/embedded/conf: beagleboard.conf rpi.conf
> rpi_inst.conf
>
>Log Mes
On Sep 15, 8:54pm, a...@netbsd.org (Adrian Steinmann) wrote:
-- Subject: Re: CVS commit: src/distrib/utils/embedded
| So you're suggesting I remove the
|
| GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)
Leave that definition in mkimage and remove them from the .conf files
whe
On Sun, Sep 15, 2013 at 02:05:59PM -0400, Christos Zoulas wrote:
> On Sep 15, 5:59pm, a...@netbsd.org (Adrian Steinmann) wrote:
> -- Subject: Re: CVS commit: src/distrib/utils/embedded
>
> | On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote:
> | > In article &l
On Sep 15, 5:59pm, a...@netbsd.org (Adrian Steinmann) wrote:
-- Subject: Re: CVS commit: src/distrib/utils/embedded
| On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote:
| > In article <20130914125127.7648...@cvs.netbsd.org>,
| > Adrian Steinmann wrote:
| >
| >
On Sun, Sep 15, 2013 at 01:26:51PM +, Christos Zoulas wrote:
> In article <20130914125127.7648...@cvs.netbsd.org>,
> Adrian Steinmann wrote:
>
> 1. This is useless in the .conf files since mkimage sets it alreay.
> >+GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)
Well yes, but it
In article <20130914125127.7648...@cvs.netbsd.org>,
Adrian Steinmann wrote:
1. This is useless in the .conf files since mkimage sets it alreay.
>+GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1)
>+
2. You might as well rename the rest of the variables _CMD for conistency.
christos
On Mon, Apr 08, 2013 at 07:55:10 -0700, Hisashi T Fujinaka wrote:
> On Mon, 8 Apr 2013, Valery Ushakov wrote:
>
> >On Mon, Apr 08, 2013 at 06:35:03 -0700, Hisashi T Fujinaka wrote:
> >
> >>On Mon, 8 Apr 2013, Jared McNeill wrote:
> >>
> >>>As author of 1.37, just so it's clear that I didn't appro
On Mon, 8 Apr 2013, Valery Ushakov wrote:
On Mon, Apr 08, 2013 at 06:35:03 -0700, Hisashi T Fujinaka wrote:
On Mon, 8 Apr 2013, Jared McNeill wrote:
As author of 1.37, just so it's clear that I didn't approve this commit, I
don't recall being asked about it at all.
I asked you directly sev
On Mon, Apr 08, 2013 at 06:35:03 -0700, Hisashi T Fujinaka wrote:
> On Mon, 8 Apr 2013, Jared McNeill wrote:
>
> >As author of 1.37, just so it's clear that I didn't approve this commit, I
> >don't recall being asked about it at all.
>
> I asked you directly several times on IRC and you didn't r
On Mon, 8 Apr 2013, Jared McNeill wrote:
On Fri, 5 Apr 2013, Hisashi T Fujinaka wrote:
On Sat, 6 Apr 2013, Izumi Tsutsui wrote:
If the problem is overflow of the image, shouldn't the "extra" variable
in each config file be bumped instead of changing a unit?
Sorry for the messy commit. I ju
On Fri, 5 Apr 2013, Hisashi T Fujinaka wrote:
On Sat, 6 Apr 2013, Izumi Tsutsui wrote:
If the problem is overflow of the image, shouldn't the "extra" variable
in each config file be bumped instead of changing a unit?
Sorry for the messy commit. I just changed the -b line the way I did
becaus
On Sat, 6 Apr 2013, Izumi Tsutsui wrote:
If the problem is overflow of the image, shouldn't the "extra" variable
in each config file be bumped instead of changing a unit?
Sorry for the messy commit. I just changed the -b line the way I did
because I'm not sure where extra comes from and versio
> > If the problem is overflow of the image, shouldn't the "extra" variable
> > in each config file be bumped instead of changing a unit?
>
> Sorry for the messy commit. I just changed the -b line the way I did
> because I'm not sure where extra comes from and version 1.37 broke every
> img that I
On Sat, 6 Apr 2013, Izumi Tsutsui wrote:
Module Name:src
Committed By: htodd
Date: Wed Apr 3 19:37:43 UTC 2013
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
Fix build.
What build problem did you try to fix?
--- mkimage 28 Mar 2013 00:20:02 -00
> Module Name: src
> Committed By: htodd
> Date: Wed Apr 3 19:37:43 UTC 2013
>
> Modified Files:
> src/distrib/utils/embedded: mkimage
>
> Log Message:
> Fix build.
What build problem did you try to fix?
--- mkimage 28 Mar 2013 00:20:02 - 1.37
+++ mkimage 3 Apr
On Feb 3, 7:02pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/distrib/utils/embedded
| Does this mean that tools makefs -t msdos is now functional?
| If so I'd consider to prepare build.sh live-image targets for more ports.
| (to build images without
> Modified Files:
> src/distrib/utils/embedded: mkimage
> src/distrib/utils/embedded/conf: beagleboard.conf evbarm.conf rpi.conf
> usermode.conf
>
> Log Message:
> switch to makefs
Does this mean that tools makefs -t msdos is now functional?
If so I'd consider to prepare bui
28 matches
Mail list logo