lutzbickhardt

Results 7 comments of lutzbickhardt

hmm, I was trying to build jaguar for myself and followed the instructions ... [Ubuntu 20.04] - problem 1: when trying to build toit from jaguar/third_party/toit: make tools GOBIN="/home/lutz/jaguar/third_party/toit"/build/host/sdk/bin/ go...

well, I updated to golang to 1.16 (not from apt but with wget), ran again according to the recently updated instructions to build toit and then continued with the instructions...

fyi, solved the serial number thing 1. neither github.com/gotmc/libusb nor github.com/google/libusb provided a direct port s/n relation 2. used the file system (Ubuntu; on a Mac the s/n is part...

voila! after adding import esp32 it works! image_config := {:} sn := "?s/n?" if platform == PLATFORM_FREERTOS: print "$PGM_ID accessing config ..." image_config = esp32.image_config or {:} print "$PGM_ID config...

Hi Schakko, using sudo it works -sort of-, meaning it finds a device by Apple (0x05ac) that the sysprofiler does not know about, then seg faults as you described. I...

as far as I know you only get the MAC on Apple devices when you have connected. data security!

here it works on Catalina: lutzbickhardt_27@Lutzs-iMac neu_node % npm install @abandonware/noble > @abandonware/[email protected] install /Users/lutzbickhardt_27/Documents/PlatformIO/Projects/bluetooth_server/neu_node/node_modules/@abandonware/noble > node-gyp rebuild CC(target) Release/obj.target/nothing/../../node-addon-api/nothing.o LIBTOOL-STATIC Release/nothing.a warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: archive library: Release/nothing.a the table of...