-
Why do I have the following issue when I build [this linux kernel repo](https://github.com/linaro-swg/linux) from within optee ?
This issue surfaced after I replaced `build/kconfigs/qemu.conf` with…
-
Hi,
你好,我刚刚更新了V4.2的分支:636b964c8cceee900e5ff1dd4d5d38852de0fc42
就发现蓝牙有问题,直接测试blufi的例子,就出现如下日志:
rst:0xc (SW_CPU_RESET),boot:0x16 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,…
-
As per https://github.com/jamwaffles/embedded-graphics/issues/70#issuecomment-500161644, here's an incomplete STM32F103 example. Note that this **will not compile** as the STM32F103 crate doesn't have…
-
The following program is mis-opmitized by the compiler.
### STR
``` console
$ cargo generate --git https://github.com/rust-embedded/cortex-m-quickstart --name app
$ cd app
$ cargo add cor…
-
### Description
I have a project that make use of a custom bootloader. Since the bootloader is placed at the start of the flash to intercept reset vector, the main application is offset farther in …
-
### Description of defect
STM_OTA is a kind of BLE bootloader which is given by ST with STM32WB55. STM_OTA is load in start memory blocks from address 0x08000000 to 0x08006000, but user app (my a…
-
I'm unable to run a fully ARM64 virtualized rootfs image with QEMU after updating OP-TEE OS to 3.5, which seems to be causing virtio (block) related issues.
QEMU starts fine, booting Linux (5.0-bas…
-
PoC:
```rust
#![feature(asm)]
#![no_std]
#![no_main]
extern crate cortex_m_rt as rt;
extern crate panic_halt;
extern crate cortex_m;
extern crate cortex_m_semihosting as semi;
extern crat…
-
It would be nice to have a panic handler that does the following. I wanted to see if you think this made sense for `panic-ramdump`, or whether I should make a separate crate.
* Force the user to de…
-
A couple different problems on a couple different OSes. Both are using `rustc 1.42.0-nightly (8a79d08fa 2020-01-27)` and trying to build commit d6814dca.
CentOS Linux release 8.1.1911 (Core):
``…