Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
龍芯3A3000 deepin內核編譯安裝
Experiences and Insight
1097
views ·
1
replies ·
To
floor
Go
187******12
deepin
2018-02-14 08:26
Author
本帖最后由 cyberhero 于 2018-2-14 03:15 编辑
目前龍芯版15.4.1內核4.4.32似乎不適合某些主板,死機概率大約36小時一次,編譯安裝了4.9.80似乎很穩定.
遇到過死機現象的可以考慮,步驟如下:
部分可參考
http://www.loongnix.org/index.ph ... E%E4%BD%BF%E7%94%A8
需要安裝包
sudo apt-get install git ncurses-dev make gcc
下載Si Zhiying, Chen Huacai等維護的內核
git clone --depth=1
https://github.com/loongson-community/linux-stable.git
cd linux-stable
cp arch/mips/configs/loongson3_defconfig .config
make menuconfig
make -j4
編譯大約40分鍾
make modules_install
sudo mkinitramfs -o initrd.img-4.9.80+ 4.9.80+
sudo cp initrd.img-4.9.80+ /boot/boot/initrd.img-4.9.80+
sudo cp vmlinuz /boot/boot/vmlinuz-4.9.80+
pmon固件修改boot.cfg
sudo vi /boot/boot/boot.cfg
增加一段,uuid參考原有的
title Deepin 15.4.1 4.9.80+
initrd /dev/fs/ext2@wd0/initrd.img-4.9.80+
kernel /dev/fs/ext2@wd0/vmlinuz-4.9.80+
args console=tty loglevel=0 splash locale=zh_CN.UTF-8 root=UUID=80658fe8-d547-46dd-84ff-8acf99ae129f
Reply
Like 0
Favorite
View the author
All Replies
leonardo520
deepin
2018-02-14 17:28
#1
兄弟佩服你的勇气,老胡说到2030年龙芯才开始做产业,你提前10多年都用上了
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
目前龍芯版15.4.1內核4.4.32似乎不適合某些主板,死機概率大約36小時一次,編譯安裝了4.9.80似乎很穩定.
遇到過死機現象的可以考慮,步驟如下:
部分可參考http://www.loongnix.org/index.ph ... E%E4%BD%BF%E7%94%A8
需要安裝包
sudo apt-get install git ncurses-dev make gcc
下載Si Zhiying, Chen Huacai等維護的內核
git clone --depth=1 https://github.com/loongson-community/linux-stable.git
cd linux-stable
cp arch/mips/configs/loongson3_defconfig .config
make menuconfig
make -j4
編譯大約40分鍾
make modules_install
sudo mkinitramfs -o initrd.img-4.9.80+ 4.9.80+
sudo cp initrd.img-4.9.80+ /boot/boot/initrd.img-4.9.80+
sudo cp vmlinuz /boot/boot/vmlinuz-4.9.80+
pmon固件修改boot.cfg
sudo vi /boot/boot/boot.cfg
增加一段,uuid參考原有的
title Deepin 15.4.1 4.9.80+
initrd /dev/fs/ext2@wd0/initrd.img-4.9.80+
kernel /dev/fs/ext2@wd0/vmlinuz-4.9.80+
args console=tty loglevel=0 splash locale=zh_CN.UTF-8 root=UUID=80658fe8-d547-46dd-84ff-8acf99ae129f