Business and customer wise, we are using RHEL and Fedora (64 bit). I got a system running on 32 bit Ubuntu on an old PC but that is not our business model. Any chance TI is going to move along and create SDK's that will run on those platforms without…
Other Parts Discussed in Thread: AFE5803EVM I have been looking at LM965XX chip set, but still have questions on best way to evaluate them in a system (TX-SDK-V2, LM96511EVK, AFE5803EVM, …..).
Is there a recommended platform to start with?
-Jaden
On OMAP4 camera is exposed through DOMX, not through V4L2.That is why camera devices are not visible as /dev/video devices. The drivers for the sensors is not on main processor running Linux, but on a different subsystem known as Ducati. Main processor…
Part Number: AM62L Champs:
My cust has used 2 platforms concurrently for diff projects:
On AM62X, we set this para as 2, the Serial NAND works well. static SPINAND_OP_VARIANTS(read_cache_variants, SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(0, 2 , NULL…
Hi Vinu,
Yes I compared the working and non working running DT from /proc with command
dtc -I fs -O dts -o running.dts /proc/device-tree
before applying dt overlay
after applying overlay not found any difference.
able to list all i2c ports…
Hello Daolin,
We use openwrt uci tool to setup rstp. It equivalents to below commands. The mstpd veriosn is 0.1.0
ip link set dev eth0 down
ip link set dev eth1 down
sleep 1
ip link set dev eth0 up
ip link set dev eth1 up
sleep 2
devlink…
Hi Reese Grimsley ,
I got a little further with this, I have my modified firmware working on the am62axx-evm. However, when I start moving this to our own hardware and software (phytecs SDK + meta-edgeai; unmodified build passes the conformance tests…