F&S Support Forum
Recent Activities
-
ArmstoneTester
Replied to the thread How to enable HDMI video output.Post" When buildroot is built for the very first time, it copies the Linux directory (next to buildroot) to output/build/linux-custom by using rsync. From then on, this build directory is used, unless you trigger the rsync process again." - fs-support_HK
Can… -
Saturnion
Posted the thread PicoCore™MX8ULP I3C sgtl5000 info.ThreadGood day to all!
I use PicoCore™MX8ULP and I have some questions about the sgtl5000 and I3C0 bus, I hope for your support.
I'm trying to control an audio codec from the m33 core.
Standard sgtl5000 control functions from fsl drivers (for example SGTL_Init()… -
fs-support_PG
Replied to the thread New Yocto Release fsimx6sx-Y2024.12.PostA F&S Development Machine V1.5 with preinstalled fsimx6sx-Y2024.12 Release can be found here
New F&S Development Machine - Fedora36-arm32 -
fs-support_PG
Replied to the thread New F&S Development Machine - Fedora36-arm32.PostF&S Development Machine with Fedora 36 for arm32 V1.5
There is a new Virtual Machine with Fedora36 in your download section available (My F&S / Tools-Linux /VirtualMachines/Fedora36/32-bit (i.MX6)/ F_S_Development_Machine-Fedora_36-arm32_V1.5.ova). The… -
fs-support_PG
Posted the thread New Yocto Release fsimx6sx-Y2024.12.ThreadF&S i.MX6SX Yocto Release 2024.12 (fsimx6sx-Y2024.12)
Please see the file
doc/FSiMX6SX_FirstSteps_eng.pdf
for a description of how everything is installed and used. This doc sub-directory also contains other documentation, for example about the hardware of… -
fs-support_PG
Replied to the thread Howto initramfs with yocto on efusA7ULL.PostHello,
what exactly are you trying to do?
It seems like you are running into this line of the int-live script of the initramfs
https://git.yoctoproject.org/p…-live.sh?h=kirkstone#n151
so the initramfs seems to be loaded correctly.
Your F&S Support Team -
bkeohane
Replied to the thread Howto initramfs with yocto on efusA7ULL.PostHello,
I've built a core-image-minimal-initramfs image to test its deployment in RAM, and I changed the image type to:
(Code, 2 lines)
I changed the fdt variable to:
(Code, 1 line)
I have created a NAND partition "RamDisk", I download and store the… -
fs-support_HK
Replied to the thread Repartitioning NAND Flash (via Yocto/ Patch).PostThe address where the device tree is loaded in RAM is in variable fdtaddr. To change this address, you have to change the fdtaddr variable and then you need to call run .fdt_nand again so that the fdt variable is also updated correctly.
Your F&S Support… -
bkeohane
Replied to the thread Repartitioning NAND Flash (via Yocto/ Patch).PostI changed
(Code, 2 lines)
to
(Code, 2 lines)
which works.
I realized, when creating the rootfs on TargetFS partition, the size is not set correctly. A reboot after setting the partitions solved this issue.
The topic can be regarded as closed, -
bkeohane
Replied to the thread Repartitioning NAND Flash (via Yocto/ Patch).PostI have found the variable
(Code, 1 line)
I assume, this needs to be changed, too?