Christian Mauderer
Christian Mauderer
> Note that the same assertion error once includes a register dump and once does not. That's not a c&p error. Just a note regarding that: There is a small...
That stack frame looks quite odd: ``` (gdb) bt #0 __assert_func (file=file@entry=0x7045adbc "/home/leon/dev/grisp-software/build/..//rtems/c/src/lib/libbsp/arm/atsam/i2c/atsam_i2c_bus.c", line=line@entry=152, func=func@entry=0x7045ad68 "atsam_i2c_set_address_regs", failedexpr=failedexpr@entry=0x7045ae38 "(address & SEVEN_BIT_MASK) == 0") at /home/leon/dev/grisp-software/build/..//rtems/c/src/../../cpukit/libcsupport/src/__assert.c:37 #1 0x703269e0 in atsam_i2c_set_address_regs (regs=, address=,...
Just tested it: It should work with the following commands: ``` > export CFLAGS_OPTIMIZE_V="-Og -g -ffunction-sections -fdata-sections" > ./build/build.sh --no-toolchain --no-bootstrap --no-submodules ``` During the BSP build, there should be...
I wasn't aware that the Erlang port for GRiSP still uses the RTEMS 4.12 Version from some time back. The option to build the BSP in a debug configuration via...
> Maybe a pointer/buffer handling issue somewhere? That would be an explanation. Loading from that address is not impossible on this target but it's unlikely. There is a tightly coupled...
@peerst: The stack checker can catch some stack errors but doesn't catch all of them. But changing the stack sizes of the Init task should have already moved some memory...
Do you mean any software unmount and re-mount or do you mean that the card is removed physically and re-inserted? In the second case: There is a detect pin on...
It is also necessary to check for waf. See also #4
I have no problems accessing it. The referenced commit is here: https://git.rtems.org/rtems-source-builder/tree/?id=1ceafe5f12744e4b4424e68c70e6a5379c481e7e Of course it should be no problem to add a clone of the source builder here too or...
> @peerst I've read about Freebsd has some improvement on MMC/SDIO stack (base on CAM), does this mean we can use SDIO based wifi chip on grisp board? A note...