If you can attach to the serial console uart (uart1), you may be able to issue commands similar to the ADB shell. Hopefully you should be able to...
The wifi shouldn't be losing its connection every few days as stated by Maurice. Wifi should be rock solid for weeks if not months, if there is a...
Agree very difficult to get hold, here is the spec for the connector (1.0mm), you will find links to distributors. It may be easier to get hold of...
My opinion, its better to attach an external RTC (via I2C/SPI) than using the processors (imx6sx) RTC as the current consumption can be high...
If the file(s) are in the right directory then the code should work without this change.
You don't have a option (or one that is easy to implement), the primary processor (the A9) is pre-configured to boot from uSD. This thread may...
A fair amount of information is available in previous threads covering CAN connectivity as below: canbus on neo flexcan...
If there is a device at 0x6f then it should be declared in the dts files if a device driver is using it. If the device isn't in the dts files then...
I'm no arduino expert so can't comment on your code, however to use the FXOS8700CQ with an interrupt the hardware pin needs to be assigned to a...
I don't use the device tree editor (I create my own version of the dtb files when required) however I can confirm the I2C-4 can work from the...
Updated the original post with the parts 2 and 3. Hopefully this demonstrates some of the capabilities of the i.mx6sx if programmed well ;).
Combing the M4 with the on board CAN interfaces opens up a number of possibilies of using the NEO for automotive solutions. I'm going to...
There is no on board flash memory on the NEO. If you want permanent storage then some options are: 1. Connect an external EEPROM via I2C (like...
You need to set i2c2 to "okay" ie: &i2c2 { status = "okay"; }; After reviewing the dts files, if i2c2 is enabled on the A9 side, then the...
You module isn't correctly cross compiled for ARM, its most likely compiled for x86. You may be able to read the executable header info by:...
The schematics have the jtag pins for the unmounted J11 connector. From memory I tested with these pins: 2 - GND 5 - JTAG_IMX_TDI 6 - JTAG_TMS...
Nice work, especially JLink support, when I can get of hold of a connector for the JTAG socket I might give it a go.
FreeRTOS bsp can be downloaded from here (you need to register), if that doesn't work go this page and search for FreeRTOS_BSP_i.MX6SX - Linux...
The NEO does have a decent 2D/3D graphics engines because it can support 720p @30fps the problem stems from the fact that the X11 stack (in its...
I think that statement needs to be clearer to avoid misunderstandings. If you want to use a USB camera then there is no facility to decode/encode...
Separate names with a comma.