jbootsma / zybo-br-tree

Buildroot tree for the zybo-Z7-20 development board
2 stars 0 forks source link

defconfig for zybo z7-10 board #1

Open ratin3 opened 10 months ago

ratin3 commented 10 months ago

I would like to contribute and create a defconfig for the zybo z7-10 board - where to begin?

jbootsma commented 9 months ago

Hi ratin3, sorry for the slow reply. I haven't worked with buildroot for quite a long time, but I think you should be able to copy the z7-20 config as a starting point. Then using that as you go through the quickstart the make nconfig command will give you a menu for adjusting the config as needed. Once you've got something that works you can use the command make savedefconfig to save it according to https://stackoverflow.com/questions/27899104/how-to-create-a-defconfig-file-from-a-config.

For any more in-depth detail I'll have to refer you to the linux kernel documentation (https://docs.kernel.org/kbuild/kconfig.html I think?) and the buildroot (https://buildroot.org/downloads/manual/manual.html) documentation.

ratin3 commented 5 months ago

Didnt see this on time, tganks a lot

htibosch commented 1 month ago

Hi ratin3 /james , have you added support for a z7-10 board? Hein

ratin3 commented 1 month ago

Its been a while but I remember I found a defconfig for my Zebo Z7 and got it working. I think I compiled u-boot separately (out of tree)

On Sat, Aug 17, 2024 at 12:45 AM Hein Tibosch @.***> wrote:

Hi ratin3 https://github.com/ratin3 /james https://github.com/jbootsma , have you added support for a z7-10 board? Hein

— Reply to this email directly, view it on GitHub https://github.com/jbootsma/zybo-br-tree/issues/1#issuecomment-2294757417, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABV4ML5TUBIFMJCPLK2Q3XTZR35QJAVCNFSM6AAAAABMVGK5LGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJUG42TONBRG4 . You are receiving this because you authored the thread.Message ID: @.***>

htibosch commented 1 month ago

Ok, thank you, I will try that path.