Orima Posted 2 hours ago Posted 2 hours ago I'm trying to build an abian trixie image with the CONFIG_DRM_PANEL_MIPI_DBI support module enabled in the kernel. However, no matter how many times I build, when checking the modinfo module, panel-mipi-dbi is not found. In the /boot/config(kernel) configuration, the line is commented out: #CONFIG_DRM_PANEL_MIPI_DBI is not set I set M to the panel-mipi-dbi kernel module parameter. I also set Y to the parameter. I also tried adjusting the .config file before running the image build. I used both Docker and non-Docker builds. I'm using Ubuntu 22.04. 0 Quote
eselarm Posted 1 hour ago Posted 1 hour ago What are your steps and/or commands? Arguments of compile.sh have changed regularly, so look at that first I would say. 0 Quote
Orima Posted 1 hour ago Author Posted 1 hour ago (edited) Thank you very much for your answer. sudo apt install docker.io git clone https://github.com/armbian/build armbian cd armbian/ ./compile.sh In the configurator, I select the custom plate orangepizero3, and then the Trixie release. Then in the configurator, I select device-driver->graphic-support->drm->drm-panel-mipi-dbi-support Then I save the configuration under a custom name. Then exit, exit, exit, and load the configuration. When asked if I wanted to save the new configuration, I selected both options, but the result was always the same: the module wasn't compiled into the kernel. Edited 1 hour ago by Orima 0 Quote
eselarm Posted 1 hour ago Posted 1 hour ago Can you post/do something like this: Quote git clone https://github.com/armbian/build cd build ./compile.sh kernel-config \ BOARD=rock-3a \ BRANCH=edge \ BUILD_DESKTOP=no \ BUILD_MINIMAL=no \ RELEASE=trixie \ NETWORKING_STACK="network-manager" \ ROOTFS_TYPE=btrfs \ BTRFS_COMPRESSION=zstd \ BOOTSIZE=512 \ COMPRESS_OUTPUTIMAGE=sha \ FIXED_IMAGE_SIZE=4096 \ EXTRAWIFI=no \ KERNEL_BTF=no \ KERNEL_GIT=shallow I use Armbian Trixie on ARM64 computer to do builds. I banned Ubuntu (certainly old Jammy) and also do not use docker. 0 Quote
Orima Posted 1 hour ago Author Posted 1 hour ago I'm using compile.sh without any arguments. Can I add the adra module argument to the command? How well will this work? For example, like this: ./compile.sh CONFIGURE_DRM_PANEL_MIPI_DBI=m I tried this, but I got a compilation error saying there was no such argument. 0 Quote
eselarm Posted 1 hour ago Posted 1 hour ago You simply need to read the docs, it takes time and maybe some trial-error. Maybe hours, days, weeks or longer. There is no free ride. https://docs.armbian.com/Developer-Guide_Overview/ 0 Quote
Orima Posted 1 hour ago Author Posted 1 hour ago Are you sure you can't help me? I just need to add one line to add the module. 0 Quote
Werner Posted 36 minutes ago Posted 36 minutes ago https://zuckerbude.org/armbian-using-kernel-config/ 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.