ContainerSolutions / tinkerbell-rpi4-workflow

Instructions and configuration files to create tinkerbell workflow for raspberry pi 4
50 stars 5 forks source link

Workflow supporting aarch64 images cannot be downloaded #7

Open WyriHaximus opened 3 years ago

WyriHaximus commented 3 years ago

The images listed here as replacements for the default as they support running workflows can't be downloaded as the account seems to be shut down. And trying to download them yields the following response:

<Error>
<Code>UserProjectAccountProblem</Code>
<Message>User project billing account not in good standing.</Message>
<Details>The billing account for the owning project is disabled in state closed</Details>
</Error>

Is there an alternative location where those images can be downloaded?

WyriHaximus commented 3 years ago

Or as an alternative, how can I build my own kernel?

Ottovsky commented 3 years ago

Unfortunately I don't have any artifacts left from this projects, but I remember following this article for creating initramfs: https://medium.com/@kiky.tokamuro/creating-initramfs-5cca9b524b5a and regarding vmlinuz I compiled it from sources: https://github.com/raspberrypi/linux .

Ottovsky commented 3 years ago

Or actually I found it on my backup: vmlinuz-aarch64 initramfs But keep in mind, that I have not been working on tinkerbell for a year now, so I am unable to tell if those are going to work with the most recent version, but feel free to ask any question, I will try to help.

WyriHaximus commented 3 years ago

Awesome thank you, will give them a shot soon :+1: !