From e84a0d01a0c1633a2cd15bf4bab7eb934f374c68 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 8 Aug 2022 13:17:30 -0400 Subject: update doc with current dev setup --- README.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.org b/README.org index 9ad9910..b9da1b8 100644 --- a/README.org +++ b/README.org @@ -18,3 +18,22 @@ usb is 2.0 full-speed (12Mbps) On [[https://github.com/tyustli/rt-thread/tree/master/bsp/gd32vf103v-eval][github]] it says that ~uart0~ tx/rx is gpio 9/10 — but that's for the eval board. See the [[https://github.com/riscv-mcu/GD32VF103_Firmware_Library/tree/master/Examples/USART/Printf][risc-v repository]] for a printf example. The [[https://docs.zephyrproject.org/latest/boards/riscv/gd32vf103c_starter/doc/index.html][zephyr documentation]] for it indicates the usb is on ~usart0~ with tx/rx pins ~pa9~ / ~pa10~ + +* dev environment +** rust +container definition lives [[file:~/src/MyStuff/docker/luchie/Dockerfile][here]]. + +*** start container +#+begin_src shell + doas podman run --rm -v /home/bjc/src:/home/bjc/src -it --name luchie -h luchie luchie +#+end_src + +** openocd +can i make this eshell? +#+begin_src shell + ssh psyduck "cd luchie && ./m openocd" +#+end_src +** console +#+begin_src shell + ssh -t psyduck "cd luchie && ./m console" +#+end_src -- cgit v1.2.3