Hi
Platform Specification: -
Hardware Platform:- RTP8J779M1ASKBOSK... Renesas R-Car h3
Operating System(Host): - 20.04.1-Ubuntu x86_64
While compiling and flashing images after completed Yocto build according to https://elinux.org/R-Car/Boards/Yocto-Gen3/v5.9.0, there is an error
Error:-
U-Boot 2020.10 (Jul 20 2022 - 02:42:29 +0000)CPU: Renesas Electronics R8A7795 rev 3.0Model: Renesas H3ULCB board based on r8a77950DRAM: 7.9 GiBRAM Configuration:Bank #0: 0x048000000 - 0x0bfffffff, 1.9 GiBBank #1: 0x500000000 - 0x57fffffff, 2 GiBBank #2: 0x600000000 - 0x67fffffff, 2 GiBBank #3: 0x700000000 - 0x77fffffff, 2 GiBMMC: sd@ee100000: 0, sd@ee140000: 1Loading Environment from MMC... OKIn: serial@e6e88000Out: serial@e6e88000Err: serial@e6e88000Net: eth0: ethernet@e6800000Hit any key to stop autoboot: 0 Failed to load '/boot/Image'Failed to load '/boot/r8a779m1-ulcb.dtb'Bad Linux ARM64 Image magic!
Are there errors in images while compiling or is there an error in settings in uboot etc. ?
Thank you.
Mr. Gohda,Thank you for your reply.There was a problem while mounting and copying the image files to SD card and the SD card was empty. I reformatted and flashed again. The kernel booting completed normally…
Hello Boram,
Are there images on the path(/boot/Image, /boot/r8a779m1-ulcb.dtb) ?
Please attach a log of the "printenv" command.
Mr. Gohda,Thank you for your reply.There was a problem while mounting and copying the image files to SD card and the SD card was empty. I reformatted and flashed again. The kernel booting completed normally. Thank you.
=> printenvbaudrate=115200bootargs=root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20bootargs_nfs=rw root=/dev/nfs rootwait nfsroot=192.168.1.2:/nfs/50900-h3ulcb-grapicar ip=dhcp video=HDMI-A-1:1280x720@60bootargs_sd0=rw root=/dev/mmcblk1p1 rootfstype=ext4 rootwaitbootcmd=run bootcmd_sd0bootcmd_nfs=setenv bootargs ${bootargs_nfs};bootp 0x48080000 Image;tftp 0x48000000 ${dtb};run booti_cmdbootcmd_sd0=setenv bootargs ${bootargs_sd0};ext2load mmc 0:1 0x48080000 /boot/Image;ext2load mmc 0:1 0x48000000 /boot/${dtb};run booti_cmdbootdelay=2booti_cmd=booti 0x48080000 - 0x48000000bootm_size=0x10000000dtb=r8a779m1-ulcb.dtbethact=ravbethaddr=fdtcontroladdr=ipaddr=192.168.1.3loadaddr=0x58000000platform=r8a7795serverip=192.168.1.2stderr=serial@e6e88000stdin=serial@e6e88000stdout=serial@e6e88000usb_pgood_delay=2000ver=U-Boot 2020.10 (Jul 20 2022 - 02:42:29 +0000)