Hello there,
I am little new to Jetson platform and using Jetson Orion NX and AVerMedia D131 Carrier Board
I am getting HDMI output from camera and converting to CSI but unable to convert.
Using TC358743 Toshiba HDMI to CSI converter on Jetson ORIN NX for conversion.
But getting no output, are drivers available for it?
Any help or feedback will be highly appreciated!
yes, i remember that eth zurich, switzerland release some driver.
Here is a driver:
// SPDX-License-Identifier: GPL-2.0-only
/*
* tc358743 - Toshiba HDMI to CSI-2 bridge
*
* Copyright 2015 Cisco Systems, Inc. and/or its affiliates. All rights
* reserved.
*/
/*
* References (c = chapter, p = page):
* REF_01 - Toshiba, TC358743XBG (H2C), Functional Specification, Rev 0.60
* REF_02 - Toshiba, TC358743XBG_HDMI-CSI_Tv11p_nm.xls
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/clk.h>
#include <linux/delay.h>
This file has been truncated. show original
And a commercial one:
1 Like
kayccc
August 26, 2024, 2:17am
4
Is this still an issue to support? Any result can be shared?
1 Like
kayccc
August 26, 2024, 8:36am
8
There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks
Could you update what have you tried?
Please get the trace log to analysis.