F&S Support Forum
Recent Activities
-
WaSt
Replied to the thread Reset reason in U-Boot.PostAlright, thanks for the info, very helpful! -
WaSt
Liked fs-support_KM’s post in the thread Reset reason in U-Boot.Like (Post)Hello,
a software reset will cause the CPU to pull the WDOG_B of the external PMIC. The PMIC will then pull the POR for the CPU, so the reset cause in perspective of the CPU will always be POR.
A way to distinguish a "real" POR from a SW-Reset would be… -
Gordon
Replied to the thread Wifi doesn't work..Post(Code, 4 lines)
-
Gordon
Posted the thread Wifi doesn't work..ThreadHello!
Wifi doesn't work. There is no device in Linux. What could be the problem?
-
fs-support_KM
Replied to the thread Reset reason in U-Boot.PostHello,
a software reset will cause the CPU to pull the WDOG_B of the external PMIC. The PMIC will then pull the POR for the CPU, so the reset cause in perspective of the CPU will always be POR.
A way to distinguish a "real" POR from a SW-Reset would be… -
WaSt
Posted the thread Reset reason in U-Boot.ThreadHello,
we are using the PicoCoreMX8MM and I would like know the reset reason of the system in U-Boot.
Mainly I want to distinguish between Power-On-Reset and Software-Reset (reboot/reset).
I would like to use this information for stability monitoring… -
Gordon
Replied to the thread Linux UART_B.PostOk,
I'm trying to use uart_c and getting high latency. I was looping TX to RX. I'm sending 39 bytes. Start timer and wait for recv of all 39 bytes. Latency is around 57 ms. How to reduce this latency? -
fs-support_MRO
Posted the thread How to ping your F&S Board.ThreadHow to ping your F&S Board
A ping command can be a useful way to check the basics of network connectivity, measure latency times, and diagnose basic issues with the SBC/SoM network connection.
The ping from the SBC/SoM to a PC works smoothly, but not… -
fs-support_MRO
Posted the thread Display Configuration in U-Boot.ThreadDisplay Settings in U-Boot environment
The display driver for our boards is configurable via the U-Boot environment, allowing users to easily set up the desired display interface and panel itself.
Accessing U-Boot
To begin, establish a serial… -
BSenkel
Liked fs-support_HK’s post in the thread Kernel downstream merge/patch strategy of F&S.Like (Post)Basic release cycle
As our boards and modules are mainly based on System-on-Chips (SoCs) from NXP, we are also following the release strategy of NXP. That means most of our boards use the NXP-specific kernel. NXP always uses LTS kernels for their…