Unicorn is a lightweight CPU Emulator Framework based on QEMU.
To make PinePhone testing easier, can we emulate NuttX on PinePhone with
Unicorn Emulator? In this article we’ll call Unicorn Emulator to…
1. Emulate Arm64 Machine Code
2. Attach Hooks to intercept Memory Access and Code Execution
3
Hi Simon,
What board and board profile are you using?
This error normally happens when genromfs didn't generated the romfs image.
BR,
Alan
On 2/23/23, Simon Filgis wrote:
> Dear all,
>
> I'm setting up a build-pipeline in bitbucket. It fails with:
> arm-none-eabi-ld:
> /opt/atlassian/pipeline
Hi Alan,
my custom board. It compiles well on my computer. Romfs fails only the
bitbucket pipe docker. How can I check if the generation was successful? In
the log, it looks fine, doesn't it?
Simon
--
Hard- and Softwaredevelopment Consultant
Ingenieurbüro-Filgis
USt-IdNr.: DE305343278
On Thu,
Hi Simon,
Please try to compile with verbose enabled:
make V=1
It could disclose more information about the issue.
BR,
Alan
On 2/23/23, Simon Filgis wrote:
> Hi Alan,
>
> my custom board. It compiles well on my computer. Romfs fails only the
> bitbucket pipe docker. How can I check if the ge