I was trying to setup for network booting; But it is throwing Bad Linux ARM64 Image magic!
I want to go back to SD card Booting as I need to check some algorithm;
Please suggest me steps to follow I tried to set default environment.
Thank you
You need to show some kind of log or something.
Or, if you are new to Linux, just start all over again if you are not sure what you broke.
type "print" to show your boot command (bootmcd)
Start all over again means can we reset ?
I was working with SD card only, booting and executable file transfer all..
This is a Renesas RZ/V2L board?
Yessss
I think what is on your SD card does not match your boot command. Also, make sure you have your SD card plugged into the carrier board, not the SOM board
I have 3 SD cards for testing, i tried with all three. same error.
Just I want to go back to SD card booting
Do I need to reload bootloader again?
Try manually entering these commands.
=> mmc dev 1 ; fatload mmc 1:1 0x48080000 Image.bin ; fatload mmc 1:1 0x48000000 r9a07g054l2-smarc.dtb
=> setenv bootargs 'root=/dev/mmcblk1p2 rootwait' ; booti 0x48080000 - 0x48000000
This assumes you have partitioned your SD card correctly and have the file "Image.bin" and "r9a07g054l2-smarc.dtb" in the FAT partition.
Note that Image.bin might be a different filename for that board (I can't remember)
It is not working...
I want to reset board ; possible?
What files (filenames) do you have on your SD card in the FAT partition?
What do you get when you do this:
=> mmc dev 1
=> fatls mmc 1:1