sudo ./bin/px4 -s px4.config
[sudo] password for debian:
./bin/px4: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.34' not found (required by ./bin/px4)
./bin/px4: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.38' not found (required by ./bin/px4)
./bin/px4: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by ./bin/px4)
./bin/px4: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by ./bin/px4)
./bin/px4: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.38' not found (required by ./bin/px4)
Those are the extent of the errors so far and I think they are because of the toolchains.
I am cross_compiling PX4 but librobotcontrol is already on the board and working.
When I cross_compile PX4, it shows everything is in an okay manner and then it uploads to the BBBlue.
I thought I could erase the part on PX4 that installs the librobotcontrol library. This has proven to be a terrible way to go about it because of all the .cmake files and CMakeLists.txt file(s).
I am not able to track down exactly where the file is to change or even what the file will look like now.
Um…also. My board is run by eMMC now. I do not want to goof that up and install PX4 and run out of memory/space.
That makes sense. I will try. Wish me luck (as I fall through the ceiling)…
update
I think I thought something. Anyway, that has past now. The Disks department is taking a year to erase and partition the micro SD Card. Still waiting, i.e. two hours ago…
Seconds of thoughts here. I am sorry. @amf99 , I am not going to try your way to port the eMMC to the micro SD Card. I cannot risk it. The librobotcontrol works as is!
I do not want to make a mistake yet.
Dang it. I am looped. I think I will try this idea too. I found the docs. of the BBBlue and it says:
Insert micro sd card, remove power from the
BeagleBone, hold sd card select button, power up board
Let the board flash
I understand I need to go unpowered before I insert the micro SD Card. Dang it. I might try it.
@amf99 , have you tried update-alternatives for configuring the compiler options?