SOO - Smart Object Oriented - technology enables migration of Mobile Entities between Smart Objects in order to develop fully decentralized and autonomous embedded systems at large scale (https://smartobjectoriented.github.io/soo)
The SOO user guide recommends installing a "arm-linux-gnueabihf" toolchain but u-boot's Makefile expects a "arm-none-eabi" toolchain. linux uses the former when compiling
This results in an error at compile time for u-boot because the toolchain it uses doesn't recognize the architecture given in -mtune
The SOO user guide recommends installing a "arm-linux-gnueabihf" toolchain but u-boot's Makefile expects a "arm-none-eabi" toolchain. linux uses the former when compiling
This results in an error at compile time for u-boot because the toolchain it uses doesn't recognize the architecture given in -mtune