F&S Support Forum
Recent Activities
-
fs-support_PG
PostHello,
unblank_delay basically delayed the enable of the backlight by introducing a msleep at the end of the ipu init function.
https://github.com/FSEmbedded/…7dc798b5c3909c73a30e8f02f
You should get a similar functionality by adding the value … -
Andre.Wagner
ThreadHello,
I want to port the unblank_delay=200 setting of "i.MX6 Linux Release B2020.04 (Buildroot)". Meanwhile i switched to using the panel-lvds devicenode. How can this be done?
Thank you in advance.
Greetings,
André Wagner
PS: What did this setting exactly… -
fs-support_ZU
Replied to the thread Windows CE 6.0 Performance Manager.PostHello Mark,
in our download area "My F&S" under "Tools-Windows" you will find the "FSSBCProfiler_V104.zip". This tool shows CPU usage and RAM usage.
Hope this helps.
BTW: source samples see here: CPU Usage and OS function GlobalMemoryStatus (RAM). -
mark.aitken@mksinst.com
Posted the thread Windows CE 6.0 Performance Manager.ThreadAre there any apps that will show CPU Usage % and RAM % usage? -
fs-support_CS
Replied to the thread Using non-volatile memory on the M33 core without the A35 core.PostYes, the Cortex-M can access the SDHC peripherals. However, there are
several considerations:
- XRDC must be configured in the ATF (BL31) to allow the Cortex-M to
access the corresponding SDHC interface.
- The Cortex-M must ensure that the required… -
Saturnion
Replied to the thread Using non-volatile memory on the M33 core without the A35 core.PostThank you for the quick reply, fs-support_CS .
As you mentioned, I am using PicoCoreMX8ULP rev1.10.
Could you please explain in more detail about using SD_A? From what I understand, it uses the PTF and PTD pins. Is it possible to access them directly… -
fs-support_CS
Replied to the thread Using non-volatile memory on the M33 core without the A35 core.PostHello Saturnion ,
For the Cortex-M, I would primarily recommend using non-volatile memory via the SPI interface.
At the moment, we are working on a new redesign of the PCore8ULP, which will indeed allow a PSRAM or NAND memory to be connected to the … -
Saturnion
Posted the thread Using non-volatile memory on the M33 core without the A35 core.ThreadHello,
Am I correct in understanding that the picocore8ulp does not provide any non-volatile memory accessible to the M33 core without involving the A35 core?
Regarding the SD Card B interface: SD_B_DATA0 and SD_B_DATA1 are routed through GPIOF, which I… -
fs-support_PG
Replied to the thread EMC Problem on armstoneA9r2 @250Mhz.PostHello,
with the command
(Code, 1 line)
You get an overview of all configured clocks and their actual rates. Maybe You can spot a clock that matches your measurement.
Do you use a LVDS Display? LVDS_Clock/7=Pixelclock, so 250Mhz/7 = 35MHz which would be… -
Andre.Wagner
Posted the thread EMC Problem on armstoneA9r2 @250Mhz.ThreadHello,
after upgrading to linux kernel 5.15 and running the GPU with etnaviv driver (before it was disabled), i see in EMC (german "EMV-Messung") a sharp spike at almost exactly 250Mhz, which i cannot see in the software version before (linux 4.9 with no…