-
Hello,
first of all, I'd like to thank you @RobertCNelson - what you are doing is amazing!
So I followed your instructions for BBB (I skipped only HDMI and u-boot Overlays sections) from here:
…
-
As a subissue of https://github.com/machinekit/machinekit/issues/586 I'll try to get history, questions, contemplations, answers, tips and all what passes collected into this issue.
During the proces…
-
Because of legacy design decisions, Machinekit requires rate-monotonic scheduling to guarantee coordination between threads. There's a long and informative [discussion](http://comments.gmane.org/gman…
-
Current debian packaging rules on https://github.com/beagleboard/repos are derived from Debian's `avr-gcc`. The rules are rather complicated, and result in clashes (e.g. you can install either `pru-gc…
-
Hi!
Summary
==============================
I've bought a Wi-Fi dongle. Edimax EW-7811Un.
Flashed ev3dev-stretch-ev3-generic-2020-04-10.zip image.
(4.14.117-ev3dev-2.3.5-ev3)
I've tried UI,…
-
The PocketBeagle board with official Debian image boot's in about 2 minutes. That's quite long for Embedded purposes so I was looking for some Embedded Linux for PocketBeagle. Buildroot is the case, b…
-
- crosstool-NG version: 1.25
- Report host OS: Debian GNU/Linux 9.13 (stretch) (x86_64)
- Config is [riscv32-esp-elf](https://github.com/espressif/crosstool-NG/blob/esp-1.25.x/samples/riscv32-esp-e…
-
Using Debian 10.3 IoT image on my Beaglebone black, running "install-beaglebone.sh" there is a conflict because both gcc-avr and bcc-pru try to override '/usr/lib/libcc1.la'.
I notice "klipper_beagle…
-
I build a mips64 compiler using the configuration provided below.
Somehow the linker fails linking and I cannot figure out why.
Compiling works fine.
I'd happy for any help debugging and fixing thi…
-
1. Experiment to check the semantics of PRU Carry bit: Is it the same for add/sub, is it set/cleared by adc/subc instructions.
2. Define it in GCC PRU port and replace the hardcoded adddi/subdi patte…