linux内核编译

环境:树莓派3b,ubuntu-meta系统。linux

linux内核下载:ubuntu

https://mirrors.edge.kernel.org/pub/linux/kernel/bash

https://elixir.bootlin.com/linux/v4.14.34/sourcecode

http://ftp.sjtu.edu.cn/sites/ftp.kernel.org/pub/linux/kernel/blog

查看系统位数:get

getconf LONG_BIT

查看内核版本:it

cat /proc/version

uname -a

下载内核4.4.38.tar.gzio

树莓派使用 wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.4.38.tar.gz 下载到 /home/pi 路径下function

解压 tar -zxvf linux-4.4.38.tar.gzclass

相关文章
相关标签/搜索