gportay / barebox

Unofficial git mirror of the barebox pengutronix's git repository
http://git.pengutronix.de/?p=barebox.git
Other
0 stars 0 forks source link

Status of vocore2-dev branch #1

Open mcondarelli opened 4 years ago

mcondarelli commented 4 years ago

Hi, I would like to use barebox on VoCore2. What is current status of project? Is it somehow working? Any hint welcome. Thanks in Advance Maur

gportay commented 4 years ago

The branch is a very early work. I was able to boot my barebox image from a working u-boot, and I have started to backport drivers to make it works but I miss time to have something fully functional image. Sadly, there is a lot of work to do to make it work. I rebased the branch on top of master recently and it is totally broken, it does not even compile.

mcondarelli commented 4 years ago

Thanks for the fast answer. Can You tell me what commands did You use to load barebox from vocore2 uBoot?

I tried using: usb reset; fatload usb 0 80200000 barebox.bin; go 80200000 (the same I use to test new versions of uBoot), but it didnt't utter a peep :(

TiA! Mauro

gportay commented 4 years ago

Tbh, I do not remember. I used tftp to load my barebox image.

I had my make help usage in the makefile.

https://github.com/gportay/barebox/blob/vocore2-dev/makefile#L42-L96