02-19-2018, 05:17 AM
(02-19-2018, 04:55 AM)xalius Wrote: Hi, to compile a kernel on the Rock64, check out this repoMali-450で、OPENGLを実行するためにはどうしても「linux-lima」ドライバーを使う必要があります。
Code:git clone https://github.com/ayufan-rock64/linux-kernel
then
Code:make rockchip_linux_defconfig
then
Code:make menuconfig
add the options you need and
Code:make -j5
after that you should have everything built... building on the Rock64 will take quite some time if you dont have a heatsink and the cores get throttled, it should be around 40 minutes with good cooling...
Are you sure limadriver is already in a state that can be used for what you want to do? As opposed to mali?
私は、
git clone https://github.com/ayufan-rock64/linux-kernel
make rockchip_linux_defconfig
をした後、生成され「.config」ファイルを、「linux-lima」のディレクトリに上書きし、
make oldconfig
make -j5
をしましたが、なぜか一部のドライバーがコンパイルされませんでした。
それは、「-C」オプションをつけても無意味でした。
それと、その後、コンパイルされたカーネルは、どのようにインストールすればよいのでしょうか?
make install
を実行しても、エラーが出てしまいます。
何故?
Google Translate :
With Mali - 450, you absolutely need to use 'linux - lima' driver to run OPENGL.
I,
git clone https://github.com/ayufan-rock64/linux-kernel
make rockchip_linux_defconfig
After doing, overwrite the generated ".config" file over the "linux-lima" directory,
make oldconfig
make - j 5
I did, but some drivers were not compiled for some reason.
It did not make sense to attach the "- C" option.
Also, how do you install the compiled kernel afterwards?
make install
Even if you execute, an error will appear.
why?