Hi Milosz,
Yes, You have mentioned good point. I have changed in Job file.
But i would like to add one more point .. If any one refer might useful for them.
In the Job description I am calling u-boot method to boot up to linux. So that, Default base.jinja2 file calling
Setting prompt string to ['Starting Kernel']
But In this device getting Booting Linux...
I have changed the prompt string by using {% set uboot_final_message = "Booting Linux" %} in device-type jinja2 file.
With the above modifications i am able to boot and test.
Setting prompt string to ['Booting Linux']
bootloader-commands: Wait for prompt ['Booting Linux'] (timeout 00:04:49)
run xa_boot
SF: Detected s25fl512s_256k with page size 512 Bytes, erase size 256 KiB, total 64 MiB
device 0 offset 0xc0000, size 0x8000
SF: 32768 bytes @ 0xc0000 Read: OK
Current Mode: Read Mode (3-byte Addr) (RZ/A1 reset value)
SF: Dual SPI mode
SF: Detected s25fl512s_256k with page size 512 Bytes, erase size 256 KiB, total 64 MiB
New Mode: Quad I/O Read Mode (4-byte Addr)
Booting Linux...
end: 1.4.3 bootloader-commands (duration 00:00:00) [common]
end: 1.4 uboot-commands (duration 00:00:11)