Re: [seL4] Autocorres tutorial for Isabelle/HOL beginner

2019-07-21 Thread Brecknell, Matthew (Data61, Kensington NSW)
Hi Norrathep, Indeed, the AutoCorres quick-start tutorial assumes a certain degree of familiarity with Isabelle/HOL. To gain some familiarity, I would recommend working through at least the first few chapters of this book by Tobias Nipkow and Gerwin Klein: http://www.concrete-semantics.org/

Re: [seL4] sel4 on the Xilinx Zynq US+ ZCU104 Evaluation Kit

2019-07-21 Thread Mcleod, Kent (Data61, Kensington NSW)
> According to this the UARTs are quite different. So the ZCU104 does not run > out of the box and may require (quite) some work. Do you concur? If you look through the flattened device trees for each platform and compare the compatibility string of the UART devices are they different or the

Re: [seL4] CamkES support for waiting on multiple signals

2019-07-21 Thread Mcleod, Kent (Data61, Kensington NSW)
> I could not find any example using seL4NotificationQueue() or > seL4GlobalAsynchCallback().  > I found only the CamkES template.  I don't believe seL4NotificationQueue is currently used anywhere. seL4GlobalAsynchCallback is used with some of the components in the system examples here:

Re: [seL4] CAmkES Tutorial Generation Issues

2019-07-21 Thread Lee, Damon (Data61, Kensington NSW)
Hi Austin, The problem lies in this line: > CAmkES uses UTF-8 encoding, but your locale's preferred encoding is > ansi_x3.4-1968. You can override your locale with the LANG > environment variable. So if you override your locale to UTF-8, the problem should go away. A possible solution would be: