On Wed, Sep 20, 2017 at 09:27:44PM +0200, Anton Botvalde wrote:
> Thanks for the reply!
> I tried out what you said but I had no success with copying the zImage to
> the boot partition.
> I git cloned the official bearbox repo and tried different tagged releases
> and I noticed that the last version that appear to work on my rpi2 is
> v2017.03.0 and the versions afterwards appear to be broken (I haven't tried
> them all yet but I am guessing none of them work on rpi2)..

Do you care to bisect?

        git bisect start
        git bisect good v2017.03.0
        git bisect bad v2017.04.0

and then test each proposed step and go to the next test with

        git bisect good

or

        git bisect bad

depending on "works" or "works not"?

Maybe it might be even quicker when testing
a2e3bad25f6033e35e7a0f729cbd164d2d079c17 and
6134116686ea7ecd3e29db3ab40e4eac837680c3 first.

Eventually it will diagnose the first bad commit.

Best regards
Uwe


-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to