F&S Support Forum
Recent Activities
-
fs-support_CS
Replied to the thread SD Card Not Detected on OSM Board (J6 Connector).PostHi Bharath ,
your driver checks the voltages.
Try to set the properties again.
https://github.com/FSEmbedded/…x8ulp.dtsi#L518C1-L519C35
for vqmmc-supply set the following:
(Code, 2 lines)
Let me know if it works
-
Bharath
Replied to the thread SD Card Not Detected on OSM Board (J6 Connector).PostHi,
As per your recommendation, we disabled the following properties from the osm_sdio_a node:
vmmc-supply = <®_sdio_a_pwr>;
vqmmc-supply = <®_sdio_a_pwr>;
We rebuilt the image and tested the system again. However, after kernel boot, we consistently… -
fs-support_CS
Replied to the thread SD Card Not Detected on OSM Board (J6 Connector).PostHi @Bharath,
sdio-pwr ist just a enable GPIO of the OSM.
If your driver checks the voltage of 1v8, then i would recommend to remove following properties:
https://github.com/FSEmbedded/…x8ulp.dtsi#L518C1-L519C35
Please, note: The BBDSI does only provide 3.3V… -
fs-support_CS
PostHi thadsri01 ,
just like to ask, if you got dcnano-crtc error messages in dmesg.
Do you have kernel-messages with `dmesg | grep -i dcnano` ?
something like "failed to find pll clock rate"?
You may need to set a valid PixelCLK value in the driver that is… -
thadsri01
PostPlease refer mentioned Midas 5inch MIPI display Spec Connection details and SoM to Display connections straight 1:1 -
Bharath
Replied to the thread SD Card Not Detected on OSM Board (J6 Connector).PostThank you for the information provided.
Hi Team,
As per the BLE Evaluation Kit datasheet, the SDIO interface requires 1.8 V signaling.
However, on the F&S board, the SDIO supply appears to be configured for 3.3 V by default. We verified the regulator… -
fs-support_ZU
Replied to the thread VNC client for WinEC7 on NetDCUA9 available?.PostHello Kaiser,
>> So you have no client available?
<< Yes unfortunately we have no client, we never received a request for that. It's hard to estimate the effort without going into detail, but it should take less than three days.
PS: Microsoft WEC7 itself… -
Kaiser
Replied to the thread VNC client for WinEC7 on NetDCUA9 available?.PostHello,
I found this client before, but unfortunately there are no binaries available any more at smartlab.
I will try to compile by myself, if it's not too much effort...
So you have no client available?
Best regards, Andy -
thadsri01
PostThank you for the detailed reply.
Update after implementing your feedback
-----------------------------------------
We set reset-gpios to GPIO_B_6 (gpiof bit 30 / PTF30) as confirmed in
your ADP-OSMBB2 hardware manual (Table 4, Connector J1, pin 7 =
… -
fs-support_ZU
Replied to the thread VNC client for WinEC7 on NetDCUA9 available?.PostHello Kaiser,
following may serve as a template: VNC Viewer.
A long time ago we port the server (VNC Server) from WCE5/6 to WEC2013. It took some work, but it works well.
Hope this helps.