Hi i am building some ML/DL application on V2MA board,
where during yocto build of Linux package provided in official page is used v1.1.0, Base BSP built without any errors,(Warning were there)
once we load boot loader and uboot it loaded to eMMc ,
when we restart it's showing below error
please anyone can help with this ?
We have a linux bash script to automate this.
wget raw.githubusercontent.com/.../Flash_loader.sh
Thank you @michael kosinski for script for upload bootloaders, but we are facing issue once we upload its showing error for u-boot and 2nd loader, means bootloder not been taken by board, i m not sure....
Hi Chinmaya,if you did not use the Flash_loader.sh, please check the "Startup-Guide" chapter 4.The given error message would appear if the file size of u-boot.bin hasn't been 'calculated' correctly.(loader_2nd.bin seems to be 'ok').You'll find the following lines in Flash_loader.sh to calculate the file size:
# $4 = filename... SIZE_DEC=$(stat -L --printf="%s" $4) SIZE_HEX=$(printf '%X' $SIZE_DEC)
Could you please give that a try ?
Yes, thank you @Stefan ,
i was giving wrong Hex address to it, and i might not checked their linker for u-boot soft link,
i was giving address based on size of SoftLink generated. but now changed things and made it work, also thanks to @michael kosinski for short time reply . will update further improvement ,