u-boot-at91 icon indicating copy to clipboard operation
u-boot-at91 copied to clipboard

U-boot for Microchip SoC (aka AT91)

Results 7 u-boot-at91 issues
Sort by recently updated
recently updated
newest added

Hello, I'm wonder why in arch/arm/dts/sama5d2-optee.dtsi `memory { reg = ; }; ` ` reserved-memory { ranges; #address-cells = ; #size-cells = ; scmi0_shmem: scmi0_shmem@21400000 { no-map; reg = ;...

Hi, I am currently trying to test a custom board based on Microchip SAM9X60D5M SIP. The board design is very close to the (now discontinued) SAM9X60 Evaluation Kit, but with...

Hello I'm using an ArrowElectronic Shield96 boad which based on SAMA5D27_SIP. I was able to build: - at91bootstrap (4.0.5+gitAUTOINC+8fe4b67188-r0 ) - at91 u-boot (v2022.01-at91+gitAUTOINC+76f7f55e04-r0) - at91 linux kernel (5.15+gitAUTOINC+5aedde3bc3-r0) -...

I simply cannot get u-boot to coerce the usb device port (usba) on my board to do anything. Host PC does not see a connect. usb start reports no working...

Hardware: SAMA5D27 customized board, EMMC connected to SDMMC0. SDMMC0_CD pin pulled-down for BootROM, also used as LED output. Software: [76f7f55](https://github.com/linux4sam/u-boot-at91/commit/76f7f55e044aca8f18fe20c13c8bcf5a90f283ed) Issue: U-Boot can't detect EMMC despite it set to `non-removable`...

Hello, This is not so much of an issue as more as a question on storing the u-boot env in /etc directory in a SD card & modifying them from...