Skip to content

Commit

Permalink
Merge pull request #10 from hiking90/main
Browse files Browse the repository at this point in the history
Add more descriptions
  • Loading branch information
hiking90 authored Feb 24, 2024
2 parents 7fdad12 + d86eb27 commit eb8ff3f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/enable-binder-for-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
```

Let's examine methods to activate Binder IPC in some representative Linux distributions.
Let's examine methods to activate Binder IPC in some representative Linux distributions.
20 changes: 20 additions & 0 deletions src/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Installation

## Enable binder for Linux
Please refer to [Enable binder for Linux](./ch02-00-enable-binder-for-linux.md) for detailed instructions on setting it up.

## Create binder device file for Linux
After the binder configuration of the Linux kernel is complete, a binder device file must be created.
Install **rsbinder-tools** and run to create a binder device.

```
$ cargo install rsbinder-tools
$ sudo rsb_device binder
```

## Run a service manager for Linux
If **rsbinder-tools** is already installed, the **rsb_hub** executable is also installed. Let's run it as follows.
```
$ rsb_hub
```

## Dependecies of **rsbinder**
Add the following configuration to your Cargo.toml file:

```
Expand Down

0 comments on commit eb8ff3f

Please sign in to comment.