Code Monkey home page Code Monkey logo

hi-op's Introduction

Hi-OP 系统 自定义源码

建议使用ubuntu-20.04

sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch python3 python2.7 unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint device-tree-compiler g++-multilib antlr3 gperf wget curl swig rsync qemu-utils android-sdk-ext4-utils
./scripts/feeds update -a
./scripts/feeds install -a
cp demo-32bit.config .config 或者 cp demo-64bit.config .config
make defconfig
make

刷入指南

编译后得到以下文件

bin/targets/armvirt/64/openwrt-armvirt-64-root.ext4.gz
或
bin/targets/armvirt/32/openwrt-armvirt-32-root.ext4.gz

第1种方法:将此文件上传到盒子海纳思系统当前位置

mount /dev/mmcblk0p8 /media
cp openwrt-armvirt-64-root.ext4.gz /media/backup-64.gz
或者
cp openwrt-armvirt-32-root.ext4.gz /media/backup-32.gz
sync
recoverbackup

第2种方法:解压后替换TTL刷机包里的第9分区文档直接ttl线刷

gunzip openwrt-armvirt-64-root.ext4.gz
得到openwrt-armvirt-64-root.ext4
重命名为openwrt-armvirt-64-root.img

注意:请自行判断你的盒子海纳思系统是32位还是64位并对应使用文档。

或者到社区bbs.histb.com交流。

hi-op's People

Contributors

teasiu avatar hnonly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.