https://github.com/L4STeam/linux/
I tried installing the qdisc dualpi2 from the above link following the steps given in the Readme file onto the Raspberry pi 4 B
At first I get the error: Couldn't find DTB bcm2711-rpi-4-b.dtb on the following paths: /etc/flash-kernel/dtbs /usr/lib/linux-image-5.15.72+ /lib/firmware/5.15.72+/device-tree/
I copied the file generated in the arch folder to the following locations, and run
- make modules_install
- make install
For make install, i get "out of memory" error
I tried following the steps mentioned below
- cd ~
- mkdir initramfs
- cd initramfs
- sudo cp -a /boot .
- cd boot
- sudo update-initramfs -ut -b .
- sudo cp -a * /boot
- sudo apt-get autoremove
Step 6 gives out of memory error.
How do I fix the same?