Skip to content

Commit

Permalink
warmup: add pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan2539 committed Feb 23, 2024
1 parent c8afaf9 commit 4ae1065
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added book/src/chip_connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added book/src/usb_serial_connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion book/src/warmup.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,16 @@ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make -j$(nproc)
Some explanation: We're calling `make` and set the target architecture to `arm`
and select the `arm-linux-gnueabihf-` toolchain we installed before.

![USB-Serial-Adapter connected](usb_serial_connected.png)

That wasn't too bad, so now let's try to boot CHIP.
First, connect the `TX` wire of your USB serial adapter to CHIP's `RX` pin and
the `RX` wir of your USB serial adapter to CHIP's `TX` pin.
Also connect a `GND` pin of your USB serial adapter to one of CHIP's `GND`
pins.
pins:

![C.H.I.P. connected](chip_connected.png)

Then, open a new terminal window in which we're going to run `cu`:
```shell
cu -l /dev/ttyUSB0 -s 115200
Expand Down

0 comments on commit 4ae1065

Please sign in to comment.