houstonapi.blogg.se

Install Openwrt On X86 Pc
Install Openwrt On X86 Pc












  1. Install Openwrt On X86 Pc install#
  2. Install Openwrt On X86 Pc drivers#

  • use fdisk/parted to remove second partition ( /dev/sda2).
  • Install Openwrt On X86 Pc

  • (optionally) resize the LEDE data partition to fill the entire size of the internal storage.
  • write the image to the mini PC internal drive:.
  • insert a second USB flash disk containing the image created above.
  • boot the mini PC using any Linux rescue disk.
  • Copy that out from the docker container to USB flash drive: $ docker cp :/root/lede-imagebuilder-17.01.1-x86-64.Linux-x86_64/bin/targets/x86/64/lede-17.01. /mnt bin/targets/x86/64 inside the build environment # ls -l bin/x86/64

    Install Openwrt On X86 Pc drivers#

    I want USB keyboard support, and don’t need e1000 or realtek drivers make image packages="-kmod-e1000e -kmod-e1000 -kmod-r8169 kmod-usb-hid kmod-usb3 kmod-usb2"

    Install Openwrt On X86 Pc install#

    $ yum install wget make gcc openssl which xz perl zlib-static ncurses-devel perl-Thread-Queue.noarch gcc-c++ git file unzip bzip2

    Install Openwrt On X86 Pc Install Openwrt On X86 Pc

    I chose to build the LEDE x86_64 image within a Docker container like so: $ docker pull centos The build described here is tailored for Qotom J1900 mini PC. Building a custom LEDE seemed a bit daunting at first, but turned out to be quite straight forward. I had a need to run LEDE on x86 hardware. References to LEDE here can be substituted for Openwrt.














    Install Openwrt On X86 Pc