From 8e3822ec560474565ae417faf06d86e3d2f8c7b7 Mon Sep 17 00:00:00 2001 From: Penguin Date: Sun, 13 Feb 2022 14:19:05 -0600 Subject: [PATCH] updated readme again --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e562140..52fb65d6 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,18 @@ Debian/Ubuntu sudo apt install openocd ``` +Gentoo +``` +sudo emerge -a openocd +``` + #### Rustlang Doesn't get any easier than this: https://www.rust-lang.org/tools/install +If you're on gentoo, I recommend using rust-bin. You likely don't need these instructions, but [here](https://wiki.gentoo.org/wiki/User:Vazhnov/Knowledge_Base:replace_rust_with_rust-binhttps://wiki.gentoo.org/wiki/User:Vazhnov/Knowledge_Base:replace_rust_with_rust-bin) they are just in case. + ### Instructions for testing **WARNING**: DO NOT COPY AND PASTE THESE INSTRUCTIONS. READ THROUGH THEM. @@ -156,7 +163,6 @@ source [find target/atsame5x.cfg] openocd -f same54.cfg ``` - Now in another terminal: ``` cd /igloo/targets/same54p20a/