Solutions to your doubts are just one click away. Just select the appropriate category and ask questions. You can also reply to the answers you are already aware.
Thanks to Ganesh.I got my error resolved.He explained very clearly and solved the error.Thank you so much Ganesh without your help i could not have proceeded further.
Please follow below link to compile the u-boot sourcehttps://developer.ruggedboard.com/g5-system-development-guide/how-to-compile-the-u-boot-for-rugged-board-a5d2x
Thanks to Ganesh.I got my error resolved.He explained very clearly and solved the error.Thank you so much Ganesh without your help i could not have proceeded further.
Plz share teamviewer
/usr/bin/env: ‘poky-tiny-musl-x86_64-core-image-minimal-cortexa5hf-neon-toolchain-2.5.2.sh’: No such file or directory
please install the toolchain using below link:
After running the arm environment file(Step5 from above link) follow below commands to compile the u-boot source: make mrproper
make rugged_board_a5d2x_mmc1_defconfig
make
Could you please give me ToolChain Command For Compiling
I am using make -j4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
I am getting error :
arm-linux-gnueabihf-ld.bfd: u-boot-spl section `.u_boot_list' will not fit in region `.sram'
arm-linux-gnueabihf-ld.bfd: region `.sram' overflowed by 284 bytes
scripts/Makefile.spl:353: recipe for target 'spl/u-boot-spl' failed
make[1]: *** [spl/u-boot-spl] Error 1
Makefile:1508: recipe for target 'spl/u-boot-spl' failed
make: *** [spl/u-boot-spl] Error 2
And thal link you have given for ToolCHain is not working It is showing Page not Found.
Please follow below link to compile the u-boot source https://developer.ruggedboard.com/g5-system-development-guide/how-to-compile-the-u-boot-for-rugged-board-a5d2x