Re: Bitbucket Pipeline - romfs failure

2023-02-24 Thread Simon Filgis
Hi, I changed to xxd instead of vim-common. Makes more sense. Thanks Petro. Simon -- Hard- and Softwaredevelopment Consultant Ingenieurbüro-Filgis USt-IdNr.: DE305343278 On Fri, Feb 24, 2023 at 2:16 PM Alan C. Assis wrote: > Hi Pedro and Simon, > > I submitted a patch to include xxd in our d

Re: Bitbucket Pipeline - romfs failure

2023-02-24 Thread Alan C. Assis
Hi Pedro and Simon, I submitted a patch to include xxd in our documentation. BR, Alan On 2/24/23, Petro Karashchenko wrote: > Hello Simon, > > Maybe adding "apt-get install -y xxd" -- I mean adding xxd separately > instead of vim-common and let package manager to resolve dependencies is a > be

Re: Bitbucket Pipeline - romfs failure

2023-02-24 Thread Petro Karashchenko
Hello Simon, Maybe adding "apt-get install -y xxd" -- I mean adding xxd separately instead of vim-common and let package manager to resolve dependencies is a better approach? Best regards, Petro пт, 24 лют. 2023 р. о 10:46 Simon Filgis пише: > Hi Alan, > > many thanks: > > xxd -i romfs.img | s

Re: Bitbucket Pipeline - romfs failure

2023-02-24 Thread Simon Filgis
Hi Alan, many thanks: xxd -i romfs.img | sed -e "s/^unsigned char/const unsigned char aligned_data(4)/g" >> etctmp.c /bin/sh: 1: xxd: not found rm romfs.img xxd is part of vim-common. Now it works. Should we add vim-common to the list of dependencies, or is this a corner case? Simon -- Hard-

Re: Bitbucket Pipeline - romfs failure

2023-02-23 Thread Alan C. Assis
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

Re: Bitbucket Pipeline - romfs failure

2023-02-23 Thread Simon Filgis
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,

Re: Bitbucket Pipeline - romfs failure

2023-02-23 Thread Alan C. Assis
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