danielbarry

Results 13 comments of danielbarry

I think something like an Allwinner A13 could be appropriate in the TQPF package, which is hand-solderable [1]. Apparently you can pick these up for ~$1 in the right quantities...

@JF002 Once the watch has been set to "start" mode in the heart rate app, I think it should not turn off the sensor updates, which would mean keeping the...

Just to add that this problem still exists in Linux, it is needed to run: ``` cd ~/.arduino15/packages/bouffalo/tools/riscv64-unknown-elf/0.0.1/bin chmod +x * cd ~/.arduino15/packages/bouffalo/tools/riscv64-unknown-elf/0.0.1/libexec/gcc/riscv64-unknown-elf/8.3.0 chmod +x * ```

@gamelaster I had a look in the processor manual and couldn't find any information about the RF block. Do BL provide any information about this at all?

@gamelaster Not a Rust dev, but this may be a start: https://github.com/bouffalolab/bl808-pac Don't we have anybody over at BL that can help? Surely this work benefits them too?

@gamelaster Hmm, it's difficult to see how we will make forward progress on this. It looks like a proper reverse engineering effort is needed - which is a hell of...

@gamelaster Given how little is documented, can you share somewhere your process for doing this? How for example for you know some given register has anything to do with BLE...

> If you check `wintc-taskmgr.deb` installed, you should have `/usr/bin/taskmgr` - if it's not there then the `dpkg` command must've failed. This is possible if you did `sudo dpkg -i...

I think the installation was fine and many of these issues are execution. # Logon UI In `/etc/lightdm/lightdm.conf` there are two commented out `greeter-session=`, it's important to put it under...

# Splash Screen After running the command: ``` sudo plymouth-set-default-theme -R bootvi ``` You then need to tell grub that it is updated: ``` sudo update-grub ``` Then it works...