Re: [DNG] Devuan on the Librem5 devkit

2019-01-01 Thread Alessandro Selli
On 31/12/18 at 22:10, Daniel Abrecht via Dng wrote:
> My devuan Images can boot on the librem5 devkit now.


  Great news!


> A lot of things, like the lcd display, don't work yet,


  Not so great news!


> but I'm working on it.


  Good news!

  Well, with a 2 to 1 majority of good news, the new year is starting
positively!


  Happy New Year to everybody!


-- 
Alessandro Selli 
VOIP SIP: dhatarat...@ekiga.net
Chiave firma e cifratura PGP/GPG signing and encoding key:
  BA651E4050DDFC31E17384BABCE7BD1A1B0DF2AE




signature.asc
Description: OpenPGP digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Devuan on the Librem5 devkit

2018-12-31 Thread Daniel Abrecht via Dng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

My devuan Images can boot on the librem5 devkit now. A lot of things,
like the lcd display, don't work yet, but I'm working on it. A uart
adapter is required to access the linux console, which is currently
the only way to access the image after it has been flashed.

The build scripts can be found here:
 * https://github.com/Daniel-Abrecht/librem5-image-builder
 * https://gitlab.com/DanielAbrecht/librem5-image-builder

If anyone has cloned my repos before already, I recommend doing a
"make reset", or at least a "make reset-repo" before rebuilding the
images to make sure all repos are up-to-date. I also recommend doing a
"make reset-repo@linux" and "make reset-repo@uboot" from time to time,
to get the latest kernel & uboot, the repos are active at the moment.

There is still a lot to do, I'll keep y'all updated.

Regards,
Daniel Abrecht
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEZT8xKpcJ1eXNKSM1cASjafdLVoEFAlwqhcwACgkQcASjafdL
VoE5qggAoA2dq+9lpgoEONU6DwDlehxWP7iXkUFt0uLIFn0Cr+jxjn+K9Wc6jPdy
TBb2ujZcgN7oVVVbQnffKVcknyC0ISpio1y137J4teKDdK6XR35H318ept41lpMx
9PpgPx0/HxyZjW5WELN3AsFJJHbc50MFiU706tRW0dYLvhXqw+f5NcQSeQm0ddDe
9ar4IDI4ELWV+r+83BmJDMUhfmkK67XW1b3c0B1UD5ng3998EMHttKefflHI6zDs
hKVQ6NWlbKMSUa8dEUSm8d4G/YMlWE0IKdhGfiYjsRDk7g4G5S3HXuBUml+NWzF3
/j7uuAYjmjIgfq4Z0Toobi/qJadDfw==
=CNLF
-END PGP SIGNATURE-
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan on a librem5

2018-11-20 Thread Daniel Abrecht
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 19/11/2018 02.01, Arnt Karlsen wrote:
> ..you mirror straight off http://pkgmaster.devuan.org/merged/, or
> off http://pkgmaster.devuan.org/devuan/ and pull some amprolla 
> style stunt?

I don't pull any amprolla like stunts, I just use apt-mirror.

I kind of mirror pkgmaster.devuan.org once per day, but using it's
tor/onion address (devuanfwojg73k6r.onion), which is kind of
unnecessary, but I didn't have a reason not do that either, so why not.

I'm currently mirroring ascii and beowulf, including the -updates,
- -security, -backports, and -proposed repos. I mirror the amd64, arm64,
armel and armhf architectures. The stuff I mirror is also accessible
at https://mirror.dpa.li/, but my Internet connection is sometimes a
bit unreliable, so I don't recommend using it.
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEZT8xKpcJ1eXNKSM1cASjafdLVoEFAlvzT3kACgkQcASjafdL
VoHENAgAnu9PhjyKRXdmJ0MDapyCaga3JzlzlAgXiQeWv0nGCRriqVXpliJM5yKH
nWzuCwPy8KM+eL7KZQHF9JXEJmvBHVBQG2hj+CX2qVljBThs0rl8JtoizHPUA6mx
pkuAJ6fTZVt1EFz/I2SXmWE6cShXDerl28d6GHC5Upm7z4Npmg0zj0lV1vEBpdor
HTDqDcRlpOlN9+IJyZNN2dRq3BUHRcm5MIKP0aJt8WW8sYvgEX9CAPi9ybL4dCbe
yXMwv//zRzK9qaJywL6Fa9s43lxULIt6gIQbZ02Wtgf5pQvwDbDjr+MmsoHGhK7G
PttO5XEnee93LNnHw0ZxlyyBmmzW2g==
=wyfh
-END PGP SIGNATURE-
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan on a librem5

2018-11-18 Thread Arnt Karlsen
On Mon, 19 Nov 2018 00:34:58 +, Daniel wrote in message 
<5a3caca3-ebb2-9ab9-014d-0fe49f6f1...@danielabrecht.ch>:

> On 18/11/2018 00.45, Arnt Karlsen wrote:
> > ..you want to do a separate "make repo" and a "make clean-repo-too",
> > and possibly move the repo out of the build/ tree, say, to repo/ or
> > repos/ if you have multiple repos now or later.  
> 
> Ok, all git repos are now cloned into the repo/ folder. I've also
> added a few more make targets for resetting, removing and cloning
> repos, and some other stuff.

..sweet.

> > ..another tip is run your own lan repo mirror and point REPO =
> > there, that way you can feed _several_ build boxes cheaply.  
> 
> I already use a local mirror for the devuan packages for the 
> debootstrapping part and some other stuff, but thanks for the
> suggestion.

..you mirror straight off http://pkgmaster.devuan.org/merged/, 
or off http://pkgmaster.devuan.org/devuan/ and pull some amprolla 
style stunt?  


..me, I mirror http://pkgmaster.devuan.org/devuan/ and Debian's amd64,
i386, hurd-i386 and source (and will add kfreebsd-amd64, kfreebsd-i386
once I have the disk space) and plan to pull some stunts to see which 
way is easier to build a merged/ mirror, amprolla, symlink scripts
controlled by https://pkgmaster.devuan.org/bannedpackages.txt etc, 
once I get around to it.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan on a librem5

2018-11-18 Thread Daniel Abrecht

On 18/11/2018 00.45, Arnt Karlsen wrote:

..you want to do a separate "make repo" and a "make clean-repo-too",
and possibly move the repo out of the build/ tree, say, to repo/ or
repos/ if you have multiple repos now or later.


Ok, all git repos are now cloned into the repo/ folder. I've also added 
a few more make targets for resetting, removing and cloning repos, and 
some other stuff.



..another tip is run your own lan repo mirror and point REPO = there,
that way you can feed _several_ build boxes cheaply.


I already use a local mirror for the devuan packages for the 
debootstrapping part and some other stuff, but thanks for the suggestion.


Regards,
Daniel Abrecht
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan on a librem5

2018-11-17 Thread Arnt Karlsen
On Sat, 17 Nov 2018 21:26:07 +, Daniel wrote in message 
<0ed76638-06d3-bf40-7485-38905d46d...@danielabrecht.ch>:

> Hi everyone,
> 
> I've taken a look at purisms' image-builder scripts, and then made my 
> own for the devkit based on them to get an overview of all the 
> components and how things work together. I don't have a devkit yet,
> so I don't have any idea if the images generated by my scripts will
> actually boot, but for those interested, this is what I've got so far:
> https://github.com/Daniel-Abrecht/librem5-image-builder
> https://gitlab.com/DanielAbrecht/librem5-image-builder
> 
> It creates a really basic image at the moment, with almost nothing 
> installed. But I think that's good enough for now, I can still add
> more things if it turns out to actually work.
> 
> Also, I probably forgot to list a lot of the necessary packages to
> use this.

..you want to do a separate "make repo" and a "make clean-repo-too",
and possibly move the repo out of the build/ tree, say, to repo/ or
repos/ if you have multiple repos now or later.

..such extra heavy repo/ etc trees are easily symlinked back into the 
build/ tree.  

..another tip is run your own lan repo mirror and point REPO = there,
that way you can feed _several_ build boxes cheaply.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Devuan on a librem5

2018-11-17 Thread Alessandro Selli
On 17/11/18 at 22:26, Daniel Abrecht wrote:
> Hi everyone,
>
> I've taken a look at purisms' image-builder scripts, and then made my
> own for the devkit based on them to get an overview of all the
> components and how things work together. I don't have a devkit yet, so
> I don't have any idea if the images generated by my scripts will
> actually boot, but for those interested, this is what I've got so far:
> https://github.com/Daniel-Abrecht/librem5-image-builder
> https://gitlab.com/DanielAbrecht/librem5-image-builder
>
> It creates a really basic image at the moment, with almost nothing
> installed. But I think that's good enough for now, I can still add
> more things if it turns out to actually work.
>
> Also, I probably forgot to list a lot of the necessary packages to use
> this.


  Thank you, I love this pro-active Devuan-for-Purism5 image building work.

  I will surely try it to land a Devuan image on the first Purism5 I'll
put my hands on.



-- 
Alessandro Selli 
VOIP SIP: dhatarat...@ekiga.net
Chiave firma e cifratura PGP/GPG signing and encoding key:
  BA651E4050DDFC31E17384BABCE7BD1A1B0DF2AE




signature.asc
Description: OpenPGP digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Devuan on a librem5

2018-11-17 Thread Daniel Abrecht

Hi everyone,

I've taken a look at purisms' image-builder scripts, and then made my 
own for the devkit based on them to get an overview of all the 
components and how things work together. I don't have a devkit yet, so I 
don't have any idea if the images generated by my scripts will actually 
boot, but for those interested, this is what I've got so far:

https://github.com/Daniel-Abrecht/librem5-image-builder
https://gitlab.com/DanielAbrecht/librem5-image-builder

It creates a really basic image at the moment, with almost nothing 
installed. But I think that's good enough for now, I can still add more 
things if it turns out to actually work.


Also, I probably forgot to list a lot of the necessary packages to use 
this.


Regards,
Daniel Abrecht
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng