<sc6502> Hi all,
<sc6502> I'm trying to build the original version again for comparison, but getting this
<sc6502> [ 80%] Generating osm_bbox_11.3,47.9,11.7,48.2.bin
<sc6502> -- [download 100% complete]
<sc6502> CMake Error at /mnt/OSS/SpeedSaver/Projects/buildroot-2021.02.7/output/speedsaver/build/navit-custom/cmake/navit_download.cmake:7 (message):
<sc6502> Download of sample map from
<sc6502> "HTTP response code said error"
<sc6502> To disable the sample map, run cmake with -DSAMPLE_MAP=n .
<sc6502> Has this file permanently gone from navit project?
<sc6502> Oh, ignore that, looks like I've messed up something. Old commands have -DSAMPLE_MAP=0 already :)
<sc6502> Yup, forgot to do 'git checkout master' in Speedsaver repo as well.
<Xogium> sc6502: hmm weird. Original version of navit ? It might not build…
<Xogium> the original navit had to be havily modified for speedsaver build in the first place
<Xogium> not to mention we were on version 0.1 or 0.2 something like that
<sc6502> I meant the original Speedsaver version of navit before I started hacking stuff out.
<sc6502> But now I'm puzzled why neither version seems to open any of the files stored in /usr/share/navit/
<sc6502> I'm managing to do remote debugging via gdb now, which is a great help.
<sc6502> Do you know if buildroot has support for the strace utility ?
<Xogium> ah yeah, with the gdb server on the target ?
<sc6502> yes :)
<Xogium> it should support strace, yep, want me to enable that ?
<sc6502> yes please :)
<Xogium> alright, just a sec
<sc6502> A side benefit of remote gdb is that I can pull/push files without having to walk the SDcard to the card reader :D
<sc6502> back soon, lunchtime
<Xogium> haha nice one I hadn't thought of that one
<Speedsaver> master @ Speedsaver: xogium pushed 2 commits (https://git.io/JDIxE):
<Speedsaver> master @ Speedsaver: xogium ebcb5f: board/speedsaver: enabled minimal requirement needed for strace in kernel config. (https://git.io/JDIxu)
<Speedsaver> master @ Speedsaver: xogium 59c9a7: board/speedsaver: enabled strace. (https://git.io/JDIxz)
<Xogium> ok, enabled the bare minimum for strace, might not be enough though so if it has issues just let me know. You will need to use a make distclean and redo the make speedsaver_defconfig command like the readme shows, since I modified the defconfig
<Xogium> and your actual .config will not have the modifications
<sc6502> Cheers, I'll give that a go later on.
<sc6502> Good news/bad news.
<sc6502> Good news, the strace works
<sc6502> Bad news, still no sign of the maps being loaded.
<sc6502> I wonder if it needs to detect actual motion before reading maps, rather than just a GPS fix.
<sc6502> Speak later....
<Xogium> really not sure, for me as long as the maps are placed in /usr/share/navit/maps it works
<Xogium> like it doesn't error out