grisp-software
grisp-software copied to clipboard
Toolchain and Examples for GRISP
This pull requests updates the libbsd to a FreeBSD baseline close to the FreeBSD 12 release (2018-09-17). This requires an RSB and RTEMS update as well. The saf1761_otg driver uses...
I would like to use this project as a base on another opensource but there is no license on this repo.
When deploying https://github.com/Theuns-Botha/grisp_wifi_connect to my grisp_base device, using sudo mix grisp.deploy, the boot procedure starts hanging without any additional information after the following message in the: notice: wlan0: link state...
If the SD card is unmount and re-mounted while the system is running, and one tries to read a file, the following panic occurs: ``` *** BSD PANIC *** Error...
We should have instructions of how to use the toolchain to build a custom RTEMS binary to run on the board, from scratch or with some existing C code (i.e....
`./build/build-openocd.sh` fails with gcc 7.3.1 (on SUSE Linux) Workaround: `CFLAGS=-Wno-error ./build/build-openocd.sh`
When editing a file on the SD-card the built-in RTEMS shell hangs aftewards. Steps to reproduce (using boot loader 1.0.1): 1. Create a SD-card with a `grisp.ini` file that points...
It seems that the changeset referenced for rtems-source-builder is gone. Seems someone is editing history over there :-(
The build scripts should call sb-check as soon as possible to warn the user if there are any missing prerequisites.