Hello all!
I recently purchased a Rock 4 SE to develop a project.
To do this, I need to connect a device to a UART.
I have tried to follow several guides that I have found on the wiki and in this forum, but I cannot make it work.
I used rock-4se_debian_bullseye_kde_b33.img
Then, this tutorial: Common interface with Kernel 5.10
I also install minicom to test the device, but it doesnt work (not responding to any comands).
Then, i search at this forum and found this post: Use TX/RX pins8-10
I followed the steps, but I had to put the key to hand, used this steps:
- List item
*wget -nc apt.radxa.com/bullseye-stable/public.key
*cat public.key | gpg --dearmor | sudo tee /usr/share/keyrings/public.key.gpg > /dev/null 2>&1
Edit etc/apt/sources.list and added “deb [signed-by=/usr/share/keyrings/public.key.gpg] http://apt.radxa.com/bullseye-stable bullseye main”
But i get some erros with rockchip-fstab:
Unable to locate package rockchip-fstab
Unable to locate linux-4.4-latest
Unable to locate rockpi4b-rk-u-boot-lastest
Please, help!
Thanks!