All of lore.kernel.org
 help / color / mirror / Atom feed
* Booting a J7 EVM without meta-arago
@ 2020-03-06 19:16 Martin Kelly
  2020-03-09 18:10   ` Martin Kelly
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Kelly @ 2020-03-06 19:16 UTC (permalink / raw)
  To: meta-ti; +Cc: denys

Hi,

I'm trying to get a basic image running on the J7 EVM using only meta-ti 
without meta-arago, as I want to use this board but don't need most of 
the TI SDK support.

I'm using the j7-evm MACHINE type, and I get a successful build but no 
u-boot output. In contrast, I get fine output with an SDK built with 
meta-arago. If I copy the boot partition from the SDK, I can get u-boot 
output.

I then noticed the following comment in k3.inc:

# Please note that booting K3 platform also requires
# tiboot3.bin and sysfw.itb, which are provided by meta-arago
# u-boot-k3-r5 and ti-sci-fw recipes
IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
WKS_FILE ?= "sdimage-bootpart.wks"
do_image_wic[depends] += "u-boot:do_deploy"

Does this mean it's not actually possible to successfully boot a system 
without pulling in meta-arago and all its many dependencies? Is there a 
chance we could port these recipes into meta-ti, or will I always have 
to use meta-arago?

Thanks,
Martin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Booting a J7 EVM without meta-arago
  2020-03-06 19:16 Booting a J7 EVM without meta-arago Martin Kelly
@ 2020-03-09 18:10   ` Martin Kelly
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Kelly @ 2020-03-09 18:10 UTC (permalink / raw)
  To: meta-ti; +Cc: denys, meta-arago

On 3/6/20 11:16 AM, Martin Kelly wrote:
> Hi,
> 
> I'm trying to get a basic image running on the J7 EVM using only meta-ti 
> without meta-arago, as I want to use this board but don't need most of 
> the TI SDK support.
> 
> I'm using the j7-evm MACHINE type, and I get a successful build but no 
> u-boot output. In contrast, I get fine output with an SDK built with 
> meta-arago. If I copy the boot partition from the SDK, I can get u-boot 
> output.
> 
> I then noticed the following comment in k3.inc:
> 
> # Please note that booting K3 platform also requires
> # tiboot3.bin and sysfw.itb, which are provided by meta-arago
> # u-boot-k3-r5 and ti-sci-fw recipes
> IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
> WKS_FILE ?= "sdimage-bootpart.wks"
> do_image_wic[depends] += "u-boot:do_deploy"
> 
> Does this mean it's not actually possible to successfully boot a system 
> without pulling in meta-arago and all its many dependencies? Is there a 
> chance we could port these recipes into meta-ti, or will I always have 
> to use meta-arago?
> 
> Thanks,
> Martin

Adding meta-arago to the CC list.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Booting a J7 EVM without meta-arago
@ 2020-03-09 18:10   ` Martin Kelly
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Kelly @ 2020-03-09 18:10 UTC (permalink / raw)
  To: meta-ti; +Cc: meta-arago

On 3/6/20 11:16 AM, Martin Kelly wrote:
> Hi,
> 
> I'm trying to get a basic image running on the J7 EVM using only meta-ti 
> without meta-arago, as I want to use this board but don't need most of 
> the TI SDK support.
> 
> I'm using the j7-evm MACHINE type, and I get a successful build but no 
> u-boot output. In contrast, I get fine output with an SDK built with 
> meta-arago. If I copy the boot partition from the SDK, I can get u-boot 
> output.
> 
> I then noticed the following comment in k3.inc:
> 
> # Please note that booting K3 platform also requires
> # tiboot3.bin and sysfw.itb, which are provided by meta-arago
> # u-boot-k3-r5 and ti-sci-fw recipes
> IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
> WKS_FILE ?= "sdimage-bootpart.wks"
> do_image_wic[depends] += "u-boot:do_deploy"
> 
> Does this mean it's not actually possible to successfully boot a system 
> without pulling in meta-arago and all its many dependencies? Is there a 
> chance we could port these recipes into meta-ti, or will I always have 
> to use meta-arago?
> 
> Thanks,
> Martin

Adding meta-arago to the CC list.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Booting a J7 EVM without meta-arago
  2020-03-09 18:10   ` Martin Kelly
@ 2020-03-13 18:54     ` Martin Kelly
  -1 siblings, 0 replies; 5+ messages in thread
From: Martin Kelly @ 2020-03-13 18:54 UTC (permalink / raw)
  To: meta-ti; +Cc: denys, meta-arago

On 3/9/20 11:10 AM, Martin Kelly wrote:
> On 3/6/20 11:16 AM, Martin Kelly wrote:
>> Hi,
>>
>> I'm trying to get a basic image running on the J7 EVM using only 
>> meta-ti without meta-arago, as I want to use this board but don't need 
>> most of the TI SDK support.
>>
>> I'm using the j7-evm MACHINE type, and I get a successful build but no 
>> u-boot output. In contrast, I get fine output with an SDK built with 
>> meta-arago. If I copy the boot partition from the SDK, I can get 
>> u-boot output.
>>
>> I then noticed the following comment in k3.inc:
>>
>> # Please note that booting K3 platform also requires
>> # tiboot3.bin and sysfw.itb, which are provided by meta-arago
>> # u-boot-k3-r5 and ti-sci-fw recipes
>> IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
>> WKS_FILE ?= "sdimage-bootpart.wks"
>> do_image_wic[depends] += "u-boot:do_deploy"
>>
>> Does this mean it's not actually possible to successfully boot a 
>> system without pulling in meta-arago and all its many dependencies? Is 
>> there a chance we could port these recipes into meta-ti, or will I 
>> always have to use meta-arago?
>>
>> Thanks,
>> Martin
> 
> Adding meta-arago to the CC list.

(ping)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Booting a J7 EVM without meta-arago
@ 2020-03-13 18:54     ` Martin Kelly
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Kelly @ 2020-03-13 18:54 UTC (permalink / raw)
  To: meta-ti; +Cc: meta-arago

On 3/9/20 11:10 AM, Martin Kelly wrote:
> On 3/6/20 11:16 AM, Martin Kelly wrote:
>> Hi,
>>
>> I'm trying to get a basic image running on the J7 EVM using only 
>> meta-ti without meta-arago, as I want to use this board but don't need 
>> most of the TI SDK support.
>>
>> I'm using the j7-evm MACHINE type, and I get a successful build but no 
>> u-boot output. In contrast, I get fine output with an SDK built with 
>> meta-arago. If I copy the boot partition from the SDK, I can get 
>> u-boot output.
>>
>> I then noticed the following comment in k3.inc:
>>
>> # Please note that booting K3 platform also requires
>> # tiboot3.bin and sysfw.itb, which are provided by meta-arago
>> # u-boot-k3-r5 and ti-sci-fw recipes
>> IMAGE_BOOT_FILES ?= "${SPL_BINARY} u-boot.${UBOOT_SUFFIX}"
>> WKS_FILE ?= "sdimage-bootpart.wks"
>> do_image_wic[depends] += "u-boot:do_deploy"
>>
>> Does this mean it's not actually possible to successfully boot a 
>> system without pulling in meta-arago and all its many dependencies? Is 
>> there a chance we could port these recipes into meta-ti, or will I 
>> always have to use meta-arago?
>>
>> Thanks,
>> Martin
> 
> Adding meta-arago to the CC list.

(ping)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-13 18:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 19:16 Booting a J7 EVM without meta-arago Martin Kelly
2020-03-09 18:10 ` Martin Kelly
2020-03-09 18:10   ` Martin Kelly
2020-03-13 18:54   ` Martin Kelly
2020-03-13 18:54     ` Martin Kelly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.