08-04-2020, 12:24 AM
Hi all!
To debug [url=https://forum.pine64.org/showthread.php?tid=10791]my problems[/url] I wanted to compile my own kernel to see if I can find out what triggers it. But my kernel doesn't boot at all. When I turn on the phone with my custom kernel installed the green LED is just permanently on and nothing else happens. Here's how I compiled the kernel (tried cross compiling, but also compiled it on the phone itself):
To debug [url=https://forum.pine64.org/showthread.php?tid=10791]my problems[/url] I wanted to compile my own kernel to see if I can find out what triggers it. But my kernel doesn't boot at all. When I turn on the phone with my custom kernel installed the green LED is just permanently on and nothing else happens. Here's how I compiled the kernel (tried cross compiling, but also compiled it on the phone itself):
Code:
git clone https://gitlab.com/mobian1/devices/pinephone-linux.git
cd pinephone-linux
cp /proc/config.gz .
gunzip config.gz
mv config .config
make oldconfig
make menuconfig # Set it to append -pinephone to the version string
make -j `nproc` bindeb-pkg
sudo dpkg -i ../linux-image-5.7.0-pinephone-g9853915bff28_5.7.0-pinephone-g9853915bff28-1_arm64.deb