The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » Cherrytree and Netsurf aren't in the repository? » 2020-08-16 09:29:29

netsurf is in devuan/testing:

https://packages.debian.org/search?suit … ds=netsurf

But i think compiling is a good option: if the compilation goes well it speaks for the software and you can stay on stable.

#2 Re: DIY » How to start the vmlinuz-...-armmp kernel image with u-boot? » 2020-08-14 21:18:07

my experiences with raspberry 1 and using u-boot:

1.  Get https://files.devuan.org/devuan_ascii/e … pi1.img.xz
or from
https://files.devuan.org/devuan_ascii.torrent

2. on raspi 1:

sudo apt-get install u-boot u-boot-rpi linux-image

sudo cp /usr/lib/u-boot/rpi/u-boot.bin /boot/

echo kernel u-boot.bin >> /boot/config.txt

sudo apt-get install u-boot-menu
sudo mkdir /boot/extlinux/; sudo touch /boot/extlinux/extlinux.conf
edit /etc/default/u-boot, especially U_BOOT_PARAMETERS whitch corresponds to /boot/cmdline.txt

finally:
sudo u-boot-update

Board footer

Forum Software