Hi,
Does anyone know where the gen_loader.py and generate_ptable.sh scripts mentioned on this page https://github.com/96boards/documentation/wiki/UEFI under the "Build UEFI for HiKey" section are located?
I'm building UEFI and arm trusted firmware from source, but without those scripts can't create the final image to flash.
regards,
Peter.
Hi Peter,
On Tue, Mar 10, 2015 at 9:11 AM, Peter Griffin peter.griffin@linaro.org wrote:
Hi,
Does anyone know where the gen_loader.py and generate_ptable.sh scripts mentioned on this page https://github.com/96boards/documentation/wiki/UEFI under the "Build UEFI for HiKey" section are located?
You can find them here: https://github.com/96boards/l-loader/releases Not sure though why they're not in the repo tree.
I'm building UEFI and arm trusted firmware from source, but without those scripts can't create the final image to flash.
regards,
Peter.
On Tue, Mar 10, 2015 at 2:20 PM, Victor Chong victor.chong@linaro.org wrote:
Hi Peter,
On Tue, Mar 10, 2015 at 9:11 AM, Peter Griffin peter.griffin@linaro.org wrote:
Hi,
Does anyone know where the gen_loader.py and generate_ptable.sh scripts mentioned on this page https://github.com/96boards/documentation/wiki/UEFI under the "Build UEFI for HiKey" section are located?
You can find them here: https://github.com/96boards/l-loader/releases Not sure though why they're not in the repo tree.
Found them in the v0.2 branch.
I'm building UEFI and arm trusted firmware from source, but without those scripts can't create the final image to flash.
regards,
Peter.
On Tue, Mar 10, 2015 at 2:37 PM, Victor Chong victor.chong@linaro.org wrote:
On Tue, Mar 10, 2015 at 2:20 PM, Victor Chong victor.chong@linaro.org wrote:
Hi Peter,
On Tue, Mar 10, 2015 at 9:11 AM, Peter Griffin peter.griffin@linaro.org wrote:
Hi,
Does anyone know where the gen_loader.py and generate_ptable.sh scripts mentioned on this page https://github.com/96boards/documentation/wiki/UEFI under the "Build UEFI for HiKey" section are located?
You can find them here: https://github.com/96boards/l-loader/releases Not sure though why they're not in the repo tree.
Found them in the v0.2 branch.
Sorry clicked Send too fast. I mean the hikey-v0.2.2 tag. git clone -b hikey-v0.2.2 --depth 1 https://github.com/96boards/l-loader.git
I'm building UEFI and arm trusted firmware from source, but without those scripts can't create the final image to flash.
regards,
Peter.