On 12/2/21 2:31 am, andre.nahrw...@dlr.de wrote:
> There has been a small typo in the previous patch.
Thank you for the patch. Could you please send it as a git patch to
de...@rtems.org or attach it to a ticket in Trac?
This may help ...
https://docs.rtems.org/branches/master/eng/vc-users.html?h
Hi,
The ATSAM BSP has I2C support, but i am slightly unclear about the API that
should be used to access it.
Using pread() & pwrite() seems to trigger assertions that look like memory
corruption in atsam_i2c_bus.c
The linux I2C userspace API seems to be suggested, which looks like
ioctrl(), but
There has been a small typo in the previous patch.
-Ursprüngliche Nachricht-
Von: users Im Auftrag von andre.nahrw...@dlr.de
Gesendet: Donnerstag, 11. Februar 2021 16:14
An: users@rtems.org
Betreff: AW: RTEMS mkimage.py for U-Boot scripts
Hello,
after some digging I think I found the pr
Hello,
after some digging I think I found the problem and at least a workaround.
As a disclaimer, I do not know if this really counts as a general fix.
I have not invested enough time to dig through the original mkimage U-Boot
source to figure this out.
But I have attached my workaround patch if