u-boot-fslc
u-boot-fslc copied to clipboard
U-Boot tree to host pending fixes and improvements
Automatic boot detection was merged from Technexion's u-boot repo based on the following discussion and patches. https://github.com/TechNexion/u-boot-tn-imx/issues/6 SDHC auto boot-detection was tested in an [PICO-PI-IMX7 board](https://www.technexion.com/products/system-on-modules/evk/pico-pi-imx7/) and a custom carrier...
When I enabled the USB support for imx8mm, and I found the uboot will crashed! finally, I found that it crashed at: writel(CONFIG_MXC_USB_PORTSC, &ehci->portsc); can cause imx8mm soc crash
**Problem** Branch [v2020.04+fslc](https://github.com/Freescale/u-boot-fslc/tree/2020.04+fslc) does not boot on i.MX7D systems. The issue is explained in a1f6d04aa1f41f5ebcec95a37b4dc54b9c7f98c5. > Select default U-Boot and SPL text base for the MX7 SoC. The U-Boot text...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...
I took firmware-imx-7.9.bin and I copied the following files to the u-boot-fslc ``` bl31.bin signed_hdmi_imx8m.bin lpddr4_pmu_train_2d_imem.bin pddr4_pmu_train_2d_dmem.bin lpddr4_pmu_train_1d_imem.bin lpddr4_pmu_train_1d_dmem.bin ``` Then: ``` #!/bin/bash export ARCH=arm64 export CROSS_COMPILE=$(pwd)/gcc-linaro-7.3.1-2018.05-i686_aarch64-linux-gnu/bin/aarch64-linux-gnu- export PATH=${PATH}:$(pwd)/gcc-linaro-7.3.1-2018.05-i686_aarch64-linux-gnu/bin 7225...
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Hello, with the 2023.04 u-boot-fslc on a imx6ul board, I built images signed with CST. HAB works good with SPL and u-boot-ivt.img. While I tried to authenticate a signed fitImage,...
When using the legacy image format or fit-image format on my custom board it hangs: Bytes transferred = 67072 (10600 hex) ## Loading init Ramdisk from Legacy Image at 84400000...