.. rpi_4b: Raspberry Pi 4 Model B (Cortex-A72) ################################### Overview ******** see Hardware ******** see Supported Features ================== The Raspberry Pi 4 Model B board configuration supports the following hardware features: +-----------+------------+--------------------------------------+ | Interface | Controller | Driver/Component | +===========+============+======================================+ | GIC-400 | on-chip | GICv2 interrupt controller | +-----------+------------+--------------------------------------+ | UART | on-chip | Mini uart serial port | +-----------+------------+--------------------------------------+ Other hardware features have not been enabled yet for this board. The default configuration can be found in the defconfig file: ``boards/arm/rpi_4b/rpi_4b_defconfig`` Programming and Debugging ************************* Flashing ======== 1. Install Raspberry Pi OS using Raspberry Pi Imager. see . 2. add `kernel=zephyr.bin` in `config.txt`. see .. code-block:: console *** Booting Zephyr OS build XXXXXXXXXXXX *** Hello World! Raspberry Pi 4 Model B!