Re: [DNG] adding raspi to sources.list

2021-03-31 Thread Gregory Nowak via Dng
On Thu, Apr 01, 2021 at 03:59:01AM +0100, tux...@sapo.pt wrote:
> >In the SBC world, kernels are tailored to specific hardware..
> >
> >Installing a generic kernel without having the correct Device tree Source,
> >or Binary files,or even the needed kernel drivers, will probably render
> >your system unusable..

Yes, I'm well aware of that.

> >
> >I strongly advise you to not do that..
> 
> Instead use the Image for Beowulf, for RaspBerryPi 2:
> http://arm-files.devuan.org/devuan_beowulf_3.1.0_armhf_rpi2.img.xz
> 
> Its an updated image with last kernel and all functionality, including
> Raspberry PI Userland tools, which means drivers to interact with camera,
> videocore, and such..
> 
> Its well supported, and its a recent release: 04-Mar-2021
> 
> Best Regards,
> 
> tux

Thanks for the suggestion, but I'm not going to replace my existing
install with a fresh one, and then reconfigure that to match the old
install; that would take me a couple of weeks. I'm upgrading this unit
to Beowulf as I type, and have chosen to go with the already built
firmware from the raspberrypi repository on github, which is what I've
done until now, and which seems to have what I need still. I may play
with the raspi-firmware package later, but that will be on a test
install. If I determine that route meets my need and is easier to
upgrade via apt-get dist-upgrade, I may switch to it in the
future. Thanks to everyone for your help. I consider the issue solved.

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] adding raspi to sources.list

2021-03-31 Thread tuxd3v

Hello Greg,


- Mensagem de Gregory Nowak via Dng  -


 >Data: Tue, 30 Mar 2021 15:46:54 -0700

 >De: Gregory Nowak via Dng 

 >Assunto: Re: [DNG] adding raspi to sources.list

 >Para: d...@d404.nl, dng@lists.dyne.org






On Tue, Mar 30, 2021 at 09:44:24PM +0200, d...@d404.nl wrote:



For my regular Pi's i just have the following in my apt sources


 >

 >deb http://deb.devuan.org/merged beowulf main

 >deb-src http://deb.devuan.org/merged beowulf main

 >deb http://deb.devuan.org/merged beowulf-security main

 >

 >and this just works.



So, I see there is a linux-image-4.19.0-16-armmp package, which just


 >provides the kernel in /boot. I also see there is a raspi-firmware


package, which seems to work with the kernel and initramfs-tools to provide


 >firmware in /boot/firmware. It looks like /boot should be in the root

 >file system, and /dev/mmcblk0p1 should now be mounted as

 >/boot/firmware, correct? Does installing linux-image-4.19.0-16-armmp

 >and raspi-firmware in Beowulf provide the necessary kernel and

 >firmware to boot a raspberry pi, or are there more packages I need?

 >For completeness, I'm upgrading to Beowulf on a raspberry pi 2b. Thanks.



What is your kernel actual version?

In the SBC world, kernels are tailored to specific hardware..

Installing a generic kernel without having the correct Device tree  
Source, or Binary files,or even the needed kernel drivers, will  
probably render your system unusable..


I strongly advise you to not do that..


Instead use the Image for Beowulf, for RaspBerryPi 2:  
http://arm-files.devuan.org/devuan_beowulf_3.1.0_armhf_rpi2.img.xz


Its an updated image with last kernel and all functionality, including  
Raspberry PI Userland tools, which means drivers to interact with  
camera, videocore, and such..


Its well supported, and its a recent release: 04-Mar-2021

Best Regards,

tux
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] adding raspi to sources.list

2021-03-31 Thread tuxd3v

Hello,

  >For my Pi 1's and Zero's i have to specify the armel architecture


because apparently Debian arm v6 does not exist.




Devuan does have support for armel arch:

You can see the Image for RaspBerry Pi 1 here:    
http://arm-files.devuan.org/devuan_beowulf_3.0.0_armel_rpi1_0.4.img.xz


It already has all the necessary stuff in it, you don't need the rpi repos :)

user: devuan

passwd: devuan

root:

password: toor


Best Regards,

tux
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] adding raspi to sources.list

2021-03-30 Thread Gregory Nowak via Dng
On Tue, Mar 30, 2021 at 09:44:24PM +0200, d...@d404.nl wrote:
> For my regular Pi's i just have the following in my apt sources
> 
> deb http://deb.devuan.org/merged beowulf main
> deb-src http://deb.devuan.org/merged beowulf main
> deb http://deb.devuan.org/merged beowulf-security main
> 
> and this just works.

So, I see there is a linux-image-4.19.0-16-armmp package, which just
provides the kernel in /boot. I also see there is a raspi-firmware
package, which seems to work with the kernel and initramfs-tools to provide
firmware in /boot/firmware. It looks like /boot should be in the root
file system, and /dev/mmcblk0p1 should now be mounted as
/boot/firmware, correct? Does installing linux-image-4.19.0-16-armmp
and raspi-firmware in Beowulf provide the necessary kernel and
firmware to boot a raspberry pi, or are there more packages I need?
For completeness, I'm upgrading to Beowulf on a raspberry pi 2b. Thanks.

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] adding raspi to sources.list

2021-03-30 Thread d...@d404.nl
On 30-03-2021 00:20, Gregory Nowak via Dng wrote:
> On Mon, Mar 29, 2021 at 11:42:00AM +0300, Dimitris via Dng wrote:
>> this package is ascii (not beowulf), so you probably need :
>>
>> deb http://deb.devuan.org/merged ascii raspi
>>
>> d.
> I guess that would explain why it's not indexed in Beowulf. When I add
> the above to my sources.list and apt-get update, I get:
>
> W: Failed to fetch http://deb.devuan.org/merged/dists/ascii/InRelease
> Unable to find expected entry 'raspi/binary-armhf/Packages' in Release
> file (Wrong sources.list entry or malformed file)
>  
> Since this isn't a Beowulf package, I'm probably better off just
> fetching the latest firmware from Raspberry Pi's github repo, or cross
> compile my own from linux stable, since I seem to recall that the
> Raspberry Pi code made it into the main kernel.org source tree a while
> ago. Thanks to everyone for your help.
>
> Greg
>
>
For my regular Pi's i just have the following in my apt sources

deb http://deb.devuan.org/merged beowulf main
deb-src http://deb.devuan.org/merged beowulf main
deb http://deb.devuan.org/merged beowulf-security main

and this just works.

For my Pi 1's and Zero's i have to specify the armel architecture
because apparently Debian arm v6 does not exist.


Grtz.

Nick




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


Re: [DNG] adding raspi to sources.list

2021-03-29 Thread Gregory Nowak via Dng
On Mon, Mar 29, 2021 at 11:42:00AM +0300, Dimitris via Dng wrote:
> this package is ascii (not beowulf), so you probably need :
> 
> deb http://deb.devuan.org/merged ascii raspi
> 
> d.

I guess that would explain why it's not indexed in Beowulf. When I add
the above to my sources.list and apt-get update, I get:

W: Failed to fetch http://deb.devuan.org/merged/dists/ascii/InRelease
Unable to find expected entry 'raspi/binary-armhf/Packages' in Release
file (Wrong sources.list entry or malformed file)
 
Since this isn't a Beowulf package, I'm probably better off just
fetching the latest firmware from Raspberry Pi's github repo, or cross
compile my own from linux stable, since I seem to recall that the
Raspberry Pi code made it into the main kernel.org source tree a while
ago. Thanks to everyone for your help.

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] adding raspi to sources.list

2021-03-29 Thread Dimitris via Dng

Στις 29/3/21 6:22 π.μ., ο/η Gregory Nowak via Dng έγραψε:

On Sun, Mar 28, 2021 at 09:04:11AM +, g4sra via Dng wrote:

‐‐‐ Original Message ‐‐‐
On Sunday, March 28, 2021 12:59 AM, Gregory Nowak via Dng  
wrote:
<-snip->





Is there a way to do what I want, or do I need to download the correct
package manually, and install with dpkg -i?



You don't say what the 'correct' package is that you wish to install.



Good point:

http://pkgmaster.devuan.org/devuan/pool/raspi/l/linux-raspi/linux-image-raspi_4.20.4-3_armhf.deb

Greg




this package is ascii (not beowulf), so you probably need :

deb http://deb.devuan.org/merged ascii raspi

d.



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


Re: [DNG] adding raspi to sources.list

2021-03-28 Thread Gregory Nowak via Dng
On Sun, Mar 28, 2021 at 09:04:11AM +, g4sra via Dng wrote:
> ‐‐‐ Original Message ‐‐‐
> On Sunday, March 28, 2021 12:59 AM, Gregory Nowak via Dng 
>  wrote:
> <-snip->
> > 
> 
> > Is there a way to do what I want, or do I need to download the correct
> > package manually, and install with dpkg -i? 
> 
> 
> You don't say what the 'correct' package is that you wish to install.
> 

Good point:

http://pkgmaster.devuan.org/devuan/pool/raspi/l/linux-raspi/linux-image-raspi_4.20.4-3_armhf.deb

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] adding raspi to sources.list

2021-03-28 Thread g4sra via Dng
‐‐‐ Original Message ‐‐‐
On Sunday, March 28, 2021 12:59 AM, Gregory Nowak via Dng  
wrote:
<-snip->
> 

> Is there a way to do what I want, or do I need to download the correct
> package manually, and install with dpkg -i? 


You don't say what the 'correct' package is that you wish to install.



publickey - g4sra@protonmail.com - 0x42E94623.asc
Description: application/pgp-keys


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


[DNG] adding raspi to sources.list

2021-03-27 Thread Gregory Nowak via Dng
Hi all.

I want to add:



to my sources.list. However, this seems to be a dangling directory
with no references to it in the package indexes. I've tried two forms
in sources.list:

deb http://deb.devuan.org/devuan pool/raspi/l/linux-raspi/

which returns:

W: Failed to fetch
http://deb.devuan.org/devuan/pool/raspi/l/linux-raspi/Packages  404
Not Found

and another form:

deb http://deb.devuan.org/merged beowulf raspi

which returns:

W: Failed to fetch
http://deb.devuan.org/merged/dists/beowulf/InRelease  Unable
to find expected entry 'raspi/binary-armhf/Packages' in Release file
(Wrong sources.list entry or malformed file)

Both of these errors make sense, since this is a dangling directory
like I said.

Is there a way to do what I want, or do I need to download the correct
package manually, and install with dpkg -i? If what I want to do is
possible, then could someone please post the correct format for the
sources.list entry? Thanks.

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng