Hello
I am trying to setup a Okdo ROCK 4 C+ with Waveshare UPS HAT (B) & SIM7020E NB-IoT HAT
Link: UPS HAT (B)
SIM7020E NB-IoT HAT
In the instructions found on the Wikis, there are instructions such as:
sudo raspi-config
Choose Interfacing Options -> I2C ->yes
and
* sudo raspi-config
* Choose Interfacing Options -> Serial -> no -> yes.
* Open /boot/config.txt file, check if the line was added:
enable_uart=1
What are the Okdo equivalents of these instructions?
So that I might continue to set up the Waveshare hats?`
uname -a
Linux vcr1 4.4.194-11-rk3399-rockchip-g1bb08d49cc40 #1 SMP Fri Nov 4 21:33:40 CST 2022 aarch64 aarch64 aarch64 GNU/Linux
cat /etc/issue
Ubuntu 20.04.6 LTS
Running the UPS HAT (B) script:
python3 INA219.py
Traceback (most recent call last):
File "INA219.py", line 194, in <module>
ina219 = INA219(addr=0x42)
File "INA219.py", line 61, in __init__
self.bus = smbus.SMBus(i2c_bus);
FileNotFoundError: [Errno 2] No such file or directory
i2cdetect:
for bus in $(ls /dev/i2c-* | awk -F'-' '{print $NF}'); do echo -e "\n/dev/i2c-$bus:"; sudo i2cdetect -y $bus; done
/dev/i2c-0:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: UU -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: UU UU -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: UU UU 52 53 54 55 56 57 -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
/dev/i2c-10:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
/dev/i2c-9:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: 30 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --