Re: [DNG] How to port Devuan to a different ARM board?

2022-04-08 Thread Jeremy Ardley via Dng


On 9/4/22 8:17 am, Jeremy Ardley via Dng wrote:


I'm going back to migrating the armbian image using 
https://www.devuan.org/os/documentation/dev1fanboy/en/buster-to-beowulf.html 
but this time I'll fully document the process.




It actually worked this time. But I made two changes to the documented 
procedure


I changed the armbian repository to a mirror that wasn't broken

root@orangepi-r1:~# cat /etc/apt/sources.list.d/armbian.list
deb http://armbian.12z.eu/apt/ bullseye main bullseye-utils bullseye-desktop

And I edited the /etc/network/interfaces file to bring up the interfaces 
in the absence of NetworkManager
(The hex string interface is unique to each system. So do an ip a at the 
start and note what your one is)


root@orangepi-r1:~# cat /etc/network/interfaces
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
   address 192.168.0.1/24

auto enxc0742bffdceb
iface enxc0742bffdceb inet dhcp


--
Jeremy



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


Re: [DNG] How to port Devuan to a different ARM board?

2022-04-08 Thread Jeremy Ardley via Dng


On 9/4/22 8:02 am, Gregory Nowak wrote:


There is also:



which seems to document support for the h3 board. Good luck.

Greg

There is minor confusion as the currently shipping R1 board uses H3+ but 
I think the board I have is an H2 as that's what's shown on the OrangePi 
site (heatsink stuck on my chip)


I tried the banana pi zero devuan image as  that's H2. But no luck.

I'm going back to migrating the armbian image using 
https://www.devuan.org/os/documentation/dev1fanboy/en/buster-to-beowulf.html 
but this time I'll fully document the process.


--
Jeremy


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


Re: [DNG] How to port Devuan to a different ARM board?

2022-04-08 Thread Gregory Nowak via Dng
On Fri, Apr 08, 2022 at 11:04:19AM +0800, Jeremy Ardley via Dng wrote:
> Hi,
> 
> I'm interested in running devuan on an orange Pi R1 (H3 ARM processor).
> 
> It's not listed as an available image, so I'd be quite happy to build one if
> someone can give me the procedures required.

As far as I know, the embedded images are built using the devuan
arm-sdk:



I haven't looked into the sdk much, but there might be enough info
there to figure out how to adapt it to build images for a new board.

There is also:



which seems to document support for the h3 board. Good luck.

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] How to port Devuan to a different ARM board?

2022-04-08 Thread Jeremy Ardley via Dng


On 9/4/22 12:54 am, d...@d404.nl wrote:


My route would be: use the debian image from 
http://www.orangepi.org/downloadresources/ as base and migrate from 
there to Devuan.





I tried that approach using instructions at 
https://www.devuan.org/os/documentation/dev1fanboy/en/buster-to-beowulf.html


It was difficult and involved using armbian-config to change the mirror 
site to EU as the default mirror was broken.


However at the end of the above process, sufficient systemd 
functionality had been removed that I couldn't use any standard commands 
to reboot. I had to echo stuff to proc entries. Then when it finally 
rebooted it simply bricked. No lights on  the board etc.


I tried a second approach replacing the contents of a devuan image /boot 
with one from an orange pi. That bricked as well.


I may next try a Devuan Banana Pi image as that is an H2 processor. 
However, I assume a top down build process is used for the released .img 
files, so I'm after like documentation on that process.


--
Jeremy


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


Re: [DNG] How to port Devuan to a different ARM board?

2022-04-08 Thread d...@d404.nl

On 08-04-2022 05:04, Jeremy Ardley via Dng wrote:


Hi,

I'm interested in running devuan on an orange Pi R1 (H3 ARM processor).

It's not listed as an available image, so I'd be quite happy to build 
one if someone can give me the procedures required.


Regards,

--
Jeremy



My route would be: use the debian image from 
http://www.orangepi.org/downloadresources/ as base and migrate from 
there to Devuan.


But there is a old thread from 2017 about building your own image here: 
https://dev1galaxy.org/viewtopic.php?id=1516


Grtz.

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


[DNG] How to port Devuan to a different ARM board?

2022-04-08 Thread Jeremy Ardley via Dng

Hi,

I'm interested in running devuan on an orange Pi R1 (H3 ARM processor).

It's not listed as an available image, so I'd be quite happy to build 
one if someone can give me the procedures required.


Regards,

--
Jeremy


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