9.GPIO ROCK 5B has one 40-pin expansion headers. Each pin is distinguished by color, more information clickROCK 5B GPIO. Development for GPIO. ROCK 5B supports libmraa GPIO library, clickhereto get more information. Next Step
6 changes: 3 additions & 3 deletions 6 edk2-platforms/Platform/Radxa/ROCK5B/Library/RockchipPlatformLib/RockchipPlatformLib.c Original file line numberDiff line numberDiff line change @@ -191,9 +191,9 @@ UsbPortPowerEnable (void) GpioPinWrite (4, GPIO_PIN_PB0, TRUE); GpioPinSetDirecti...
GpioPinSetDirection (4, GPIO_PIN_PB6, GPIO_PIN_OUTPUT); GpioPinSetDirection (1, GPIO_PIN_PA4, GPIO_PIN_OUTPUT); }void EFIAPI Pcie30PowerEn(void) { MmioWrite32(0xFEC40004, 0x80008); /* output high to enable power */ /* output high to enable power */ ...
("Gmac.asl")^M + **/^M #include "AcpiTables.h" @@ -65,10 +70,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RPIFDN", "RPI", 2) } } - include ("Pcie.aslc") - include ("Sata.asl") include ("Emmc.asl") - include ("Gmac.asl") include ("Gpio.asl") include ("...
I’ve recently received an early sample of RadxaROCK5 Model B(aka ROCK 5B) SBC part of the“Developer Edition” batchwith 16GB RAM, and already showed the hardware and it booting successfully in Debian 11. I’ve now spent more time with the board, and as part of the “debug party...
include ("Gpio.asl") include ("I2c.asl") Device (CPU5) { Name (_HID, "ACPI0007") Name (_UID, 0x5) Method (_STA) { Return (0xf) } } Device (CPU6) { Name (_HID, "ACPI0007") Name (_UID, 0x6) Method (_STA) { Return (0xf) } } Device (CPU7) { Name (_HID, "AC...