Skip to content

Commit 180bb9c

Browse files
committed
update: etrobo環境でのビルドが可能になった?できることに気づいた?ため,それに伴うREADMEの更新
1 parent daf6a42 commit 180bb9c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# 実機と同じ環境( bookworm AArch64)を構築するためのDockerfile
12
FROM debian:bookworm
23

34
# 必要なパッケージをインストール

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@
1515
make build
1616
```
1717
### 実機以外の場合
18-
etrobo環境でビルドが出来ないため,現状 (20250502) ではこの方法を考えています
18+
etrobo環境でビルドが出来ないため,現状 (20250502) ではこの方法を考えています.
19+
etrobo環境でのビルドが出来ることにきづいた?できるようになった?ので,etrobo環境でのビルドの仕方も追記します( 20250505 ).
20+
#### etrobo環境( 速いため,こちらを推奨 )
21+
```~/etrobo/raspike-athrill-v850e2m/sdk/workspace/etrobocon2025```で以下を実行
22+
```shell
23+
make build
24+
```
25+
26+
27+
#### Docker仮想環境
1928
```etrobocon2025```で以下を順に実行
2029
1. (まだの場合は)bookworm環境のイメージを以下のコマンドで作成
2130
```shell

0 commit comments

Comments
 (0)