1 Star 0 Fork 0

OctoMouse/orangepi_h2_linux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
The OrangePi-Kernel contains Linux kernel sources adapted for OrangePI zero, gcc toolchain
The script "build_linux_kernel.sh" can be used to build the kernel


Example1(how to make uImage and uboot.bin):
"cd OrangePI-Kernel"
compile uboot for OPI-zero
"sudo ./build_uboot.sh zero"
cleans the kernel tree before build
"sudo ./build_linux_kernel.sh clean"   
builds the uImage for OPI-zero
"sudo ./build_linux_kernel.sh zero"                              
"cd ../OrangePi-BuildLinux"  
build file system
"./create_image"    
build zero image                                        
"sudo ./image_from_dir linux-xenial orangepi ext4 zero"    
"sudo dd bs=4M if=orangepi.img of=/dev/sd*"                  
Read and edit "params.sh" to adjust the parameters to your needs
if you can not insmod modules,delete directory(/lib/modules) ,then copy /home/orangepi/3.4.39_zero to /lib/modules/, and reboot


Example2(configure desktop)
After BOOTING,to resize linux partition to fill sd card
"sudo fs_resize"
"sudo reboot"
to install desktop run,please wait at least one hours
"sudo install_lxde_desktop"

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/octomouse/orangepi_h2_linux.git
git@gitee.com:octomouse/orangepi_h2_linux.git
octomouse
orangepi_h2_linux
orangepi_h2_linux
master

搜索帮助