Re: [PATCH 2/3] board: beagle: beagleplay: Add android bootflow support

2024-09-03 Thread Mattijs Korpershoek
Hi Guillaume, Thank you for the patch. On lun., sept. 02, 2024 at 18:31, Guillaume La Roque wrote: > From: Mattijs Korpershoek > > Beagle Play has a different boot flow than the AM62x SK EVM. > > AM62x SK EVM: > 1. Boot rom reads UDA (User Data Area), looking for tiboot3 > 2. Boot rom finds t

[PATCH 2/3] board: beagle: beagleplay: Add android bootflow support

2024-09-02 Thread Guillaume La Roque
From: Mattijs Korpershoek Beagle Play has a different boot flow than the AM62x SK EVM. AM62x SK EVM: 1. Boot rom reads UDA (User Data Area), looking for tiboot3 2. Boot rom finds tiboot3 and loads it Beagle Play: 1. Boot rom looks for tiboot3 in mmc0boot0 2. Boot rom finds tiboot3 and loads it