Jump to content
Electronics-Lab.com Community

Search the Community

Showing results for tags 'kernel'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Electronics Forums
    • Projects Q/A
    • Datasheet/Parts requests
    • Electronic Projects Design/Ideas
    • Power Electronics
    • Service Manuals
    • Theory articles
    • Electronics chit chat
    • Microelectronics
    • Electronic Resources
  • Related to Electronics
    • Spice Simulation - PCB design
    • Inventive/New Ideas
    • Mechanical constructions/Hardware
    • Sell/Buy electronics - Job offer/requests
    • Components trade
    • High Voltage Stuff
    • Electronic Gadgets
  • General
    • Announcements
    • Feedback/Comments
    • General
  • Salvage Area

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Skype


Location


Interests

Found 1 result

  1. Install Wire Guard in the RK3588 Forlinx Desktop image Solution: Mount the Forlinx Desktop image file into the development environment for installation. (1) Download qemu-user-static in the development environment sudo apt-get install qemu-user-static (2) Mount the img image of Forlinx Desktop to a directory, I have mounted it to the test directory. sudo mount focal-rootfs.img test/ (3) Use the chroot command to enter the test directory sudo chroot test/ (4) Install WireGuard apt-get install wireguard-dkms wireguard-tools wireguard Solutions that cannot be used after installation: To add the TUN and WireGuard options to the kernel, proceed as follows: 1. Modify the build. Sh in the SDK to add the $KMAKE menu config; 2. Execute. /build.sh, search for TUN and wireguard in the graphical configuration interface and check them off; Save and Exit. 3. Overwrite OK3588-Linux _ defconfig with.config 4. Re-flash the image; 5. Set the IP.
×
  • Create New...