F&S Support Forum
Recent Activities
-
bkeohane
Liked fs-support_HK’s post in the thread Customize the F&S install script.Like (Post)In the documentation LinuxOnF&SBoards, you'll find the command to compile the U-Boot Script file in chapter 6.4.7 "Creating an Appropriate U-Boot Script Image". You can use this to create a script image from a text file by hand.
Your F&S Support Team
… -
fs-support_HK
Replied to the thread Customize the F&S install script.PostIn the documentation LinuxOnF&SBoards, you'll find the command to compile the U-Boot Script file in chapter 6.4.7 "Creating an Appropriate U-Boot Script Image". You can use this to create a script image from a text file by hand.
Your F&S Support Team
… -
bkeohane
Replied to the thread Customize the F&S install script.PostOk, I found, that the mkimage command is done in fs-installscript.bb.
I have created a fs-installscript.bbappend:
(Code, 17 lines)
I placed my_install.txt with my custom changes to… -
bkeohane
Posted the thread Customize the F&S install script.ThreadHi there,
I would like to customize the install.scr provided by F&S, in my special case, I want to install a bitmap to UserDef partition and setup the display settings in UBoot.
Doing this manually worked great. However, placing the commands in install.scr… -
fs-support_KM
Replied to the thread Issues with display for evaluation kit PicoCore™MX8MM Linux (V14I).PostHello,
the mipi-dsi unit waits for the DRM-chain to successfully load. There is a MIPI2LVDS converter on the PicoCore module, which gets initialized pretty late in the logs:
(Code, 5 lines)
As you can see, the converter gets initialized correctly and… -
Saturnion
Replied to the thread Alternative use of CAN_A_TX and CAN_A_TX pins.PostThanks for the reply.
I was hoping this wouldn’t interfere with I2C, but looks like I’ll have to take it into account after all. -
DetectiveDuck
Posted the thread Issues with display for evaluation kit PicoCore™MX8MM Linux (V14I).ThreadHi F&S support team,
we have ordered a evaluation kit PicoCore™MX8MM Linux (V14I). Currently the display is not running and I´m wondering why.
I missed to check the installed state when I received it, because I build a custom rootfs with Buildroot and… -
fs-support_CS
Replied to the thread Alternative use of CAN_A_TX and CAN_A_TX pins.PostHi Saturnion ,
In general, I would recommend removing the PS (Push-Up Enable) and PE (Push/Pull Enable) flags for I2C.
Provided you have external pull-ups on the I2C lines, it should be fine to use only ODE (open-drain enable) for I2C.
The BBDSI has a CAN… -
Saturnion
Posted the thread Alternative use of CAN_A_TX and CAN_A_TX pins.ThreadHello everyone, I’m working with a PicoCore BBDSI rev. 1.4 module based on the i.MX8ULP M33 core and have run into an issue I hope someone can help me with.
For LPI2C1 I’ve been using two pins on J11 — SPI_B_MOSI and SPI_B_MISO (PTA4 and PTA5) —… -
fs-support_PG
Replied to the thread eMMC Variant: U-Boot stored in User partition?.PostHello,
The U-Boot is placed in a fixed RAW partition, so Nboot does not care about the partition table.
The fsim6ul U-Boot however needs the partition table to load Linux so you will have to make sure that GPT support is available here.
We have not tested…