Daniel Oliveira

Results 14 comments of Daniel Oliveira

Hi @flit , I will try to explain everything in detail. I just simplified the example that I'm working now and I'm experiencing the same erratic behavior. As I told...

Hi @flit , I'm getting back to this issue since I was dragged again to work with the musca boards (a1 and b1) and faced this problem again. However, I...

I'm also experiencing the same issue.

I still couldn't finish my review , but as a first note we still need a PR on bao-demos to support 32-bit RISC-V as a means to test this PR.

> > While I don't see a huge problem on using compilation macros macros (RV32 and RV64), wouldn't be more cleaner to separate rv32 and rv64 profiles on different `arch`...

> A branch for bao-demos featuring demos targetting qemu-riscv32-virt is available at https://github.com/josecm/bao-demos/tree/feat/rv32. I'll create a PR for that demo once this PR is accepted. Good! I'll further test if...

For Ubuntu 20.04, I've used ``` 16:43 $ ~/toolchains/arm/clang+llvm-16.0.0-x86_64-linux-gnu-ubuntu-18.04/bin/clang-cpp --version clang version 16.0.0 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /home/daniel/toolchains/arm/clang+llvm-16.0.0-x86_64-linux-gnu-ubuntu-18.04/bin ``` and I've effectively run bao on `qemu-aarch64-virt` platform: ```...

@ninolomata , could you separate the changes into x number of meaningful commits? It would be easier to understand some of the changes made. I feel that e.g. with the...

I just started trying mTower but I stuck while I tried to find a way to flash from a Linux machine. Any progress on this? I'k actually trying the OpenOCD...