Giter Site home page Giter Site logo

Comments (3)

xiaolingyi avatar xiaolingyi commented on May 22, 2024

By the way, is there any method to power down the Linux gracefully? I tried some commands like "power off", "shutdown", "halt" etc, but it shows that those commands are all not found. So the only choice for me to close the Linux is to pull up the power switch of the board. And this behavior of mine is a little bit rude because I may think that this behavior is not healthy for the running Linux.
Thanks~

from vivado-risc-v.

eugene-tarassov avatar eugene-tarassov commented on May 22, 2024

So what is the principle behind the board connecting to the internet and is there any method to remove this "IP same" constrain?

192.168.0 is address of a network (aka subnet or LAN), 62 is address of a machine on that network. Machines on a same subnet can communicate directly. Machines on different subnets need a 3rd machine (aka gateway) to route (or relay) traffic between subnets. However, 192.168.xx is a special class of subnets, which are not "routable" by default. Anyway, this has nothing to do with the board or RISC-V. Your board is 100% ready for networking. "IP same" constrain is property of your network, and it is, probably, intentional.

I tried some commands like "power off", "shutdown", "halt"

These commands only available for superuser (aka root), use sudo to run the command:

sudo poweroff

from vivado-risc-v.

xiaolingyi avatar xiaolingyi commented on May 22, 2024

Oh, I see. Thank you~

from vivado-risc-v.

Related Issues (20)

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.