Hi there,
we got the mixtile 3588E Som to replace our TX2 NX from Australia.
we want get camera working.
I can build and run 22.04 image now. but there are two problems I am facing
device tree, I am not quite sure how and where is the device is built and load to Som, there are lots of dtb files in /lib/firmware/5.x/device-tree/rockchip/ , but I am not sure which one is used and how it build. we need support techpoint camera card.
when I connect the uart console, I do see something come out, but not readable, so may I know the usart console setting like baud rate?
thanks
This DTB file corresponds to the Mixtile Core3588E SoM and is selected during boot by the bootloader. If you’re building a custom kernel or modifying the device tree, make sure your changes are applied to this file.
2. UART Console Settings
The default UART console settings for the Mixtile Core3588E are:
Baud rate: 1500000 (1.5 Mbps)
Data bits: 8
Parity: None
Stop bits: 1
Flow control: None
Make sure your serial terminal (e.g., minicom, picocom, or PuTTY) is configured to use 1500000 baud to read the console output correctly.
Let us know if you need assistance modifying the device tree or integrating your camera module — we’d be happy to help.
@Kevin , thanks for the info, I got the uart working and now start to prepare device tree.
The scenario is I want get camera working, and we put 3588E to same carrier board which is with TX2 NX.
we use techpoint TP2854 IC for camera process.
I do find rockchip provides techpoint driver for TP2855 etc, so there are two questions
I have a working TX2 NX techpoint device tree, but found mixtile one is very different. May I know if any reference sample of camera device tree for mixtile. here is one for tx2 nx we are using.