I would have to check if I have CONFIG_BPF_SYSCALL enabled… From an older .config I can see from here that I have that set to Y, so I assume on latest version it is the same.
So radek can use archlinuxarm, or extract the kernel from the package, which is a simple archive.
It’s a pity that there is no full-fledged Linux image. My goal is to build a linux server on a bpi-r3 with a wifi router, NAS, print server, docker, etc. For users with less experience with kernel compilations, this is very complicated.
It is a dev-board…we did much work to get it as easy as possible
Every user has different requirements and build all possible options into it…that makes testing more time consuming…so i added the common options and for specific things users have to add it.
I totally understand and admire your work! I will try to sort through all of this and create a Linux server according to my needs. Thanks for all the help.
I can only maintain a minimal image, then it is up to the user to install packages he/she would like to use.
I do build every stable version 6.x.y (rolling-stable) and present it as readily build package. But that package is not Debian.
Any user can make a request to add any kernel-config and, if reasonable, I will add it. That is why I was asking what exactly is needed here… You will then always have the newest stable version available, with the kernel config options you need.
Hello. I used a Debian image and burned it to an SD card. I set up Debian to my needs. Is there a way to copy it from SD card to eMMC? Is it possible to simply use dd to convert an image from SD card to eMMC?
You cannot copy directly as filogic has only 1 mmc controller so not both simultanous available. And sdcard should not be the active rootfs (so no changing data while getting image)…so use external system to get the image from the card.
But you can make an image from your sdcard and flash this after booting from nand/nor with emmc enabled.
Then you need to flash emmc bl2 to boot0 and set partition config so that boot0 is active. And flash emmc fip to the fip-partition.
Yes, I have linux on nand. I have the Debian image on a USB flash drive. I will boot into linux in nand. I mount the USB using mount. I use dd to copy Debian image from USB to eMMC. Is it enough like this?
you can flash image, fip and maybe bl2 from a linux-system like openwrt. bl2 maybe requires to set force_ro to 0 as boot-partitions normally set to readonly
but setting bootconf is imho only possible from uboot