great9

Results 61 comments of great9

> uname -a ``` Linux rpi3b 5.4.0-1094-raspi #105-Ubuntu SMP PREEMPT Tue Sep 12 08:48:48 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux ``` > do you have an image of that distro...

Usercfg file literally has four lines Two are cemented out, two are dtoverlay and i2c vc something. I can cp in an hour On Thu, Sep 28, 2023, 18:26 David...

/boot/config.txt ``` ubuntu@rpi3b:~$ cat /boot/config.txt #dtparam=audio=on #dtparam=i2c_arm=off #dtparam=spi=off #dtparam=i2c_vc=on #dtoverlay=spi1-3cs ``` /boot/firmware/config.txt ``` # Please DO NOT modify this file; if you need to modify the boot config, the #...

> /boot/config.txt - this shouldn't even be here right? as its an ubuntu distro... I created it because I didn't want to remove a bunch of checks from your install.sh...

ok tomorrow, rock5b installation on ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS" ```

Confirmed. on rpi3b Ubuntu focal enable_uart should be 0. On Thu, Sep 28, 2023, 22:18 David Michaeli ***@***.***> wrote: > @great9 happy to see you happy. So just to >...

found another bug, might be caribou-driver related, might be sdrpp related: ``` [165966.805798] smi-stream-dev soc:smi_dev: Set STREAMING_STATUS = 1, cur_addr = 4 [165966.828426] smi-stream-dev soc:smi_dev: Set STREAMING_STATUS = 0, cur_addr...

> Raspberry Pi OS (32-bit) - did not work. Missing "/dev/smi" if /dev/smi is missing then it's not enabled in the kernel's boot config. Check DragonOS boot config filepath (this...