Skip to content

Commit 88ca908

Browse files
popcornmixXECDesign
authored andcommitted
firmware: First build with Pi4 support
1 parent e190083 commit 88ca908

File tree

8,217 files changed

+290534
-185557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,217 files changed

+290534
-185557
lines changed

boot/bcm2708-rpi-0-w.dtb

-22.8 KB
Binary file not shown.

boot/bcm2708-rpi-b-plus.dtb

619 Bytes
Binary file not shown.

boot/bcm2708-rpi-b.dtb

619 Bytes
Binary file not shown.

boot/bcm2708-rpi-cm.dtb

619 Bytes
Binary file not shown.

boot/bcm2708-rpi-zero-w.dtb

23.4 KB
Binary file not shown.

boot/bcm2708-rpi-zero.dtb

22.7 KB
Binary file not shown.

boot/bcm2709-rpi-2-b.dtb

639 Bytes
Binary file not shown.

boot/bcm2710-rpi-3-b-plus.dtb

529 Bytes
Binary file not shown.

boot/bcm2710-rpi-3-b.dtb

529 Bytes
Binary file not shown.

boot/bcm2710-rpi-cm3.dtb

555 Bytes
Binary file not shown.

boot/bcm2711-rpi-4-b.dtb

38.6 KB
Binary file not shown.

boot/bootcode.bin

0 Bytes
Binary file not shown.

boot/fixup.dat

23 Bytes
Binary file not shown.

boot/fixup4.dat

5.93 KB
Binary file not shown.

boot/fixup4cd.dat

2.96 KB
Binary file not shown.

boot/fixup4db.dat

8.93 KB
Binary file not shown.

boot/fixup4x.dat

8.93 KB
Binary file not shown.

boot/fixup_cd.dat

21 Bytes
Binary file not shown.

boot/fixup_db.dat

50 Bytes
Binary file not shown.

boot/fixup_x.dat

48 Bytes
Binary file not shown.

boot/kernel.img

24.8 KB
Binary file not shown.

boot/kernel7.img

24.1 KB
Binary file not shown.

boot/kernel7l.img

5.35 MB
Binary file not shown.

boot/overlays/3dlab-nano-player.dtbo

-619 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 169 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,6 @@ Params:
205205
and the other i2c baudrate parameters.
206206

207207

208-
Name: 3dlab-nano-player
209-
Info: Configures the 3Dlab Nano Player
210-
Load: dtoverlay=3dlab-nano-player
211-
Params: <None>
212-
213-
214208
Name: adau1977-adc
215209
Info: Overlay for activation of ADAU1977 ADC codec over I2C for control
216210
and I2S for data.
@@ -1143,6 +1137,34 @@ Params: sda1_pin GPIO pin for SDA1 (2 or 44 - default 2)
11431137
"yes")
11441138

11451139

1140+
Name: i2c3
1141+
Info: Enable the i2c3 bus
1142+
Load: dtoverlay=i2c3,<param>
1143+
Params: pins_2_3 Use GPIOs 2 and 3
1144+
pins_4_5 Use GPIOs 4 and 5 (default)
1145+
1146+
1147+
Name: i2c4
1148+
Info: Enable the i2c4 bus
1149+
Load: dtoverlay=i2c4,<param>
1150+
Params: pins_6_7 Use GPIOs 6 and 7
1151+
pins_8_9 Use GPIOs 8 and 9 (default)
1152+
1153+
1154+
Name: i2c5
1155+
Info: Enable the i2c5 bus
1156+
Load: dtoverlay=i2c5,<param>
1157+
Params: pins_10_11 Use GPIOs 10 and 11
1158+
pins_12_13 Use GPIOs 12 and 13 (default)
1159+
1160+
1161+
Name: i2c6
1162+
Info: Enable the i2c6 bus
1163+
Load: dtoverlay=i2c6,<param>
1164+
Params: pins_0_1 Use GPIOs 0 and 1
1165+
pins_22_23 Use GPIOs 22 and 23 (default)
1166+
1167+
11461168
Name: i2s-gpio28-31
11471169
Info: move I2S function block to GPIO 28 to 31
11481170
Load: dtoverlay=i2s-gpio28-31
@@ -1945,6 +1967,12 @@ Load: dtoverlay=spi-gpio35-39
19451967
Params: <None>
19461968

19471969

1970+
Name: spi-gpio40-45
1971+
Info: Move SPI function block to GPIOs 40 to 45
1972+
Load: dtoverlay=spi-gpio40-45
1973+
Params: <None>
1974+
1975+
19481976
Name: spi-rtc
19491977
Info: Adds support for a number of SPI Real Time Clock devices
19501978
Load: dtoverlay=spi-rtc,<param>=<val>
@@ -2063,6 +2091,110 @@ Params: cs0_pin GPIO pin for CS0 (default 43 - BCM SPI2_CE0).
20632091
is 'okay' or enabled).
20642092

20652093

2094+
Name: spi3-1cs
2095+
Info: Enables spi3 with a single chip select (CS) line and associated spidev
2096+
dev node. The gpio pin number for the CS line and spidev device node
2097+
creation are configurable.
2098+
Load: dtoverlay=spi3-1cs,<param>=<val>
2099+
Params: cs0_pin GPIO pin for CS0 (default 0 - BCM SPI3_CE0).
2100+
cs0_spidev Set to 'off' to prevent the creation of a
2101+
userspace device node /dev/spidev3.0 (default
2102+
is 'on' or enabled).
2103+
2104+
2105+
Name: spi3-2cs
2106+
Info: Enables spi3 with two chip select (CS) lines and associated spidev
2107+
dev nodes. The gpio pin numbers for the CS lines and spidev device node
2108+
creation are configurable.
2109+
Load: dtoverlay=spi3-2cs,<param>=<val>
2110+
Params: cs0_pin GPIO pin for CS0 (default 0 - BCM SPI3_CE0).
2111+
cs1_pin GPIO pin for CS1 (default 24 - BCM SPI3_CE1).
2112+
cs0_spidev Set to 'off' to prevent the creation of a
2113+
userspace device node /dev/spidev3.0 (default
2114+
is 'on' or enabled).
2115+
cs1_spidev Set to 'off' to prevent the creation of a
2116+
userspace device node /dev/spidev3.1 (default
2117+
is 'on' or enabled).
2118+
2119+
2120+
Name: spi4-1cs
2121+
Info: Enables spi4 with a single chip select (CS) line and associated spidev
2122+
dev node. The gpio pin number for the CS line and spidev device node
2123+
creation are configurable.
2124+
Load: dtoverlay=spi4-1cs,<param>=<val>
2125+
Params: cs0_pin GPIO pin for CS0 (default 4 - BCM SPI4_CE0).
2126+
cs0_spidev Set to 'off' to prevent the creation of a
2127+
userspace device node /dev/spidev4.0 (default
2128+
is 'on' or enabled).
2129+
2130+
2131+
Name: spi4-2cs
2132+
Info: Enables spi4 with two chip select (CS) lines and associated spidev
2133+
dev nodes. The gpio pin numbers for the CS lines and spidev device node
2134+
creation are configurable.
2135+
Load: dtoverlay=spi4-2cs,<param>=<val>
2136+
Params: cs0_pin GPIO pin for CS0 (default 4 - BCM SPI4_CE0).
2137+
cs1_pin GPIO pin for CS1 (default 25 - BCM SPI4_CE1).
2138+
cs0_spidev Set to 'off' to prevent the creation of a
2139+
userspace device node /dev/spidev4.0 (default
2140+
is 'on' or enabled).
2141+
cs1_spidev Set to 'off' to prevent the creation of a
2142+
userspace device node /dev/spidev4.1 (default
2143+
is 'on' or enabled).
2144+
2145+
2146+
Name: spi5-1cs
2147+
Info: Enables spi5 with a single chip select (CS) line and associated spidev
2148+
dev node. The gpio pin numbers for the CS lines and spidev device node
2149+
creation are configurable.
2150+
Load: dtoverlay=spi5-1cs,<param>=<val>
2151+
Params: cs0_pin GPIO pin for CS0 (default 12 - BCM SPI5_CE0).
2152+
cs0_spidev Set to 'off' to prevent the creation of a
2153+
userspace device node /dev/spidev5.0 (default
2154+
is 'on' or enabled).
2155+
2156+
2157+
Name: spi5-2cs
2158+
Info: Enables spi5 with two chip select (CS) lines and associated spidev
2159+
dev nodes. The gpio pin numbers for the CS lines and spidev device node
2160+
creation are configurable.
2161+
Load: dtoverlay=spi5-2cs,<param>=<val>
2162+
Params: cs0_pin GPIO pin for CS0 (default 12 - BCM SPI5_CE0).
2163+
cs1_pin GPIO pin for CS1 (default 26 - BCM SPI5_CE1).
2164+
cs0_spidev Set to 'off' to prevent the creation of a
2165+
userspace device node /dev/spidev5.0 (default
2166+
is 'on' or enabled).
2167+
cs1_spidev Set to 'off' to prevent the creation of a
2168+
userspace device node /dev/spidev5.1 (default
2169+
is 'on' or enabled).
2170+
2171+
2172+
Name: spi6-1cs
2173+
Info: Enables spi6 with a single chip select (CS) line and associated spidev
2174+
dev node. The gpio pin number for the CS line and spidev device node
2175+
creation are configurable.
2176+
Load: dtoverlay=spi6-1cs,<param>=<val>
2177+
Params: cs0_pin GPIO pin for CS0 (default 18 - BCM SPI6_CE0).
2178+
cs0_spidev Set to 'off' to prevent the creation of a
2179+
userspace device node /dev/spidev6.0 (default
2180+
is 'on' or enabled).
2181+
2182+
2183+
Name: spi6-2cs
2184+
Info: Enables spi6 with two chip select (CS) lines and associated spidev
2185+
dev nodes. The gpio pin numbers for the CS lines and spidev device node
2186+
creation are configurable.
2187+
Load: dtoverlay=spi6-2cs,<param>=<val>
2188+
Params: cs0_pin GPIO pin for CS0 (default 18 - BCM SPI6_CE0).
2189+
cs1_pin GPIO pin for CS1 (default 27 - BCM SPI6_CE1).
2190+
cs0_spidev Set to 'off' to prevent the creation of a
2191+
userspace device node /dev/spidev6.0 (default
2192+
is 'on' or enabled).
2193+
cs1_spidev Set to 'off' to prevent the creation of a
2194+
userspace device node /dev/spidev6.1 (default
2195+
is 'on' or enabled).
2196+
2197+
20662198
Name: ssd1306
20672199
Info: Overlay for activation of SSD1306 over I2C OLED display framebuffer.
20682200
Load: dtoverlay=ssd1306,<param>=<val>
@@ -2205,25 +2337,47 @@ Params: txd1_pin GPIO pin for TXD1 (14, 32 or 40 - default 14)
22052337
rxd1_pin GPIO pin for RXD1 (15, 33 or 41 - default 15)
22062338

22072339

2340+
Name: uart2
2341+
Info: Enable uart 2 on GPIOs 0-3
2342+
Load: dtoverlay=uart2,<param>
2343+
Params: ctsrts Enable CTS/RTS on GPIOs 2-3 (default off)
2344+
2345+
2346+
Name: uart3
2347+
Info: Enable uart 3 on GPIOs 4-7
2348+
Load: dtoverlay=uart3,<param>
2349+
Params: ctsrts Enable CTS/RTS on GPIOs 6-7 (default off)
2350+
2351+
2352+
Name: uart4
2353+
Info: Enable uart 4 on GPIOs 8-11
2354+
Load: dtoverlay=uart4,<param>
2355+
Params: ctsrts Enable CTS/RTS on GPIOs 10-11 (default off)
2356+
2357+
2358+
Name: uart5
2359+
Info: Enable uart 5 on GPIOs 12-15
2360+
Load: dtoverlay=uart5,<param>
2361+
Params: ctsrts Enable CTS/RTS on GPIOs 14-15 (default off)
2362+
2363+
22082364
Name: udrc
22092365
Info: Configures the NW Digital Radio UDRC Hat
22102366
Load: dtoverlay=udrc,<param>=<val>
22112367
Params: alsaname Name of the ALSA audio device (default "udrc")
22122368

22132369

22142370
Name: upstream
2215-
Info: Allow usage of downstream .dtb with upstream kernel. Comprises
2216-
vc4-kms-v3d, dwc2 and upstream-aux-interrupt overlays.
2371+
Info: Allow usage of downstream .dtb with upstream kernel. Comprises the
2372+
vc4-kms-v3d and dwc2 overlays.
22172373
Load: dtoverlay=upstream
22182374
Params: <None>
22192375

22202376

22212377
Name: upstream-aux-interrupt
2222-
Info: Allow usage of downstream .dtb with upstream kernel by binding AUX
2223-
devices directly to the shared AUX interrupt line. One of the parts
2224-
of the 'upstream' overlay
2225-
Load: dtoverlay=upstream-aux-interrupt
2226-
Params: <None>
2378+
Info: This overlay has been deprecated and removed because it is no longer
2379+
necessary.
2380+
Load: <Deprecated>
22272381

22282382

22292383
Name: vc4-fkms-v3d
@@ -2269,21 +2423,16 @@ Info: Configures the w1-gpio Onewire interface module.
22692423
Use this overlay if you *don't* need a GPIO to drive an external pullup.
22702424
Load: dtoverlay=w1-gpio,<param>=<val>
22712425
Params: gpiopin GPIO for I/O (default "4")
2272-
2273-
pullup Non-zero, "on", or "y" to enable the parasitic
2274-
power (2-wire, power-on-data) feature
2426+
pullup Now enabled by default (ignored)
22752427

22762428

22772429
Name: w1-gpio-pullup
22782430
Info: Configures the w1-gpio Onewire interface module.
22792431
Use this overlay if you *do* need a GPIO to drive an external pullup.
22802432
Load: dtoverlay=w1-gpio-pullup,<param>=<val>
22812433
Params: gpiopin GPIO for I/O (default "4")
2282-
2283-
pullup Non-zero, "on", or "y" to enable the parasitic
2284-
power (2-wire, power-on-data) feature
2285-
22862434
extpullup GPIO for external pullup (default "5")
2435+
pullup Now enabled by default (ignored)
22872436

22882437

22892438
Name: wittypi

boot/overlays/adau1977-adc.dtbo

0 Bytes
Binary file not shown.

boot/overlays/adau7002-simple.dtbo

0 Bytes
Binary file not shown.

boot/overlays/ads1015.dtbo

0 Bytes
Binary file not shown.

boot/overlays/ads1115.dtbo

0 Bytes
Binary file not shown.

boot/overlays/ads7846.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/adv7282m.dtbo

0 Bytes
Binary file not shown.

boot/overlays/adv728x-m.dtbo

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

boot/overlays/allo-digione.dtbo

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.

boot/overlays/applepi-dac.dtbo

0 Bytes
Binary file not shown.

boot/overlays/at86rf233.dtbo

-36 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

boot/overlays/audiosense-pi.dtbo

-52 Bytes
Binary file not shown.

boot/overlays/audremap.dtbo

0 Bytes
Binary file not shown.

boot/overlays/balena-fin.dtbo

26 Bytes
Binary file not shown.

boot/overlays/bmp085_i2c-sensor.dtbo

0 Bytes
Binary file not shown.

boot/overlays/dht11.dtbo

0 Bytes
Binary file not shown.

boot/overlays/dionaudio-loco-v2.dtbo

0 Bytes
Binary file not shown.

boot/overlays/dionaudio-loco.dtbo

0 Bytes
Binary file not shown.

boot/overlays/dpi18.dtbo

-2 Bytes
Binary file not shown.

boot/overlays/dpi24.dtbo

-2 Bytes
Binary file not shown.

boot/overlays/draws.dtbo

-36 Bytes
Binary file not shown.

boot/overlays/dwc-otg.dtbo

-130 Bytes
Binary file not shown.

boot/overlays/dwc2.dtbo

-55 Bytes
Binary file not shown.

boot/overlays/enc28j60-spi2.dtbo

0 Bytes
Binary file not shown.

boot/overlays/enc28j60.dtbo

0 Bytes
Binary file not shown.

boot/overlays/exc3000.dtbo

0 Bytes
Binary file not shown.

boot/overlays/fe-pi-audio.dtbo

0 Bytes
Binary file not shown.

boot/overlays/goodix.dtbo

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

boot/overlays/gpio-fan.dtbo

0 Bytes
Binary file not shown.

boot/overlays/gpio-ir-tx.dtbo

0 Bytes
Binary file not shown.

boot/overlays/gpio-ir.dtbo

0 Bytes
Binary file not shown.

boot/overlays/gpio-key.dtbo

0 Bytes
Binary file not shown.

boot/overlays/gpio-poweroff.dtbo

0 Bytes
Binary file not shown.

boot/overlays/gpio-shutdown.dtbo

0 Bytes
Binary file not shown.

boot/overlays/hifiberry-amp.dtbo

0 Bytes
Binary file not shown.

boot/overlays/hifiberry-dac.dtbo

0 Bytes
Binary file not shown.

boot/overlays/hifiberry-dacplus.dtbo

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

boot/overlays/hifiberry-digi-pro.dtbo

0 Bytes
Binary file not shown.

boot/overlays/hifiberry-digi.dtbo

0 Bytes
Binary file not shown.

boot/overlays/hy28a.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/hy28b-2017.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/hy28b.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/i-sabre-q2m.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c-bcm2708.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c-gpio.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c-mux.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c-pwm-pca9685a.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c-rtc-gpio.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c-rtc.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c-sensor.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c0-bcm2708.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c1-bcm2708.dtbo

0 Bytes
Binary file not shown.

boot/overlays/i2c3.dtbo

572 Bytes
Binary file not shown.

boot/overlays/i2c4.dtbo

572 Bytes
Binary file not shown.

boot/overlays/i2c5.dtbo

576 Bytes
Binary file not shown.

boot/overlays/i2c6.dtbo

574 Bytes
Binary file not shown.

boot/overlays/i2s-gpio28-31.dtbo

-36 Bytes
Binary file not shown.

boot/overlays/ilitek251x.dtbo

0 Bytes
Binary file not shown.

boot/overlays/iqaudio-dac.dtbo

0 Bytes
Binary file not shown.

boot/overlays/iqaudio-dacplus.dtbo

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

boot/overlays/jedec-spi-nor.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/justboom-dac.dtbo

0 Bytes
Binary file not shown.

boot/overlays/justboom-digi.dtbo

0 Bytes
Binary file not shown.

boot/overlays/max98357a.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/mbed-dac.dtbo

0 Bytes
Binary file not shown.

boot/overlays/mcp23017.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/mcp23s17.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/mcp2515-can0.dtbo

-36 Bytes
Binary file not shown.

boot/overlays/mcp2515-can1.dtbo

-36 Bytes
Binary file not shown.

boot/overlays/mcp3008.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/mcp3202.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/mcp342x.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/media-center.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/mmc.dtbo

122 Bytes
Binary file not shown.

boot/overlays/mpu6050.dtbo

0 Bytes
Binary file not shown.

boot/overlays/mz61581.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/ov5647.dtbo

0 Bytes
Binary file not shown.

boot/overlays/papirus.dtbo

0 Bytes
Binary file not shown.

boot/overlays/pi3-act-led.dtbo

0 Bytes
Binary file not shown.

boot/overlays/pi3-disable-bt.dtbo

0 Bytes
Binary file not shown.

boot/overlays/pi3-disable-wifi.dtbo

122 Bytes
Binary file not shown.

boot/overlays/pi3-miniuart-bt.dtbo

0 Bytes
Binary file not shown.

boot/overlays/pibell.dtbo

0 Bytes
Binary file not shown.

boot/overlays/piglow.dtbo

0 Bytes
Binary file not shown.

boot/overlays/piscreen.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/piscreen2r.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/pisound.dtbo

0 Bytes
Binary file not shown.

boot/overlays/pitft22.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/pitft28-capacitive.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/pitft28-resistive.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/pitft35-resistive.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/pps-gpio.dtbo

0 Bytes
Binary file not shown.

boot/overlays/pwm-ir-tx.dtbo

0 Bytes
Binary file not shown.

boot/overlays/qca7000.dtbo

0 Bytes
Binary file not shown.

boot/overlays/rotary-encoder.dtbo

0 Bytes
Binary file not shown.

boot/overlays/rpi-backlight.dtbo

0 Bytes
Binary file not shown.

boot/overlays/rpi-cirrus-wm5102.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/rpi-dac.dtbo

0 Bytes
Binary file not shown.

boot/overlays/rpi-display.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/rpi-ft5406.dtbo

0 Bytes
Binary file not shown.

boot/overlays/rpi-poe.dtbo

0 Bytes
Binary file not shown.

boot/overlays/rpi-proto.dtbo

0 Bytes
Binary file not shown.

boot/overlays/rpi-sense.dtbo

-12 Bytes
Binary file not shown.

boot/overlays/rpi-tv.dtbo

-12 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

boot/overlays/sc16is750-i2c.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/sc16is752-spi1.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/sdhost.dtbo

122 Bytes
Binary file not shown.

boot/overlays/sdio-1bit.dtbo

-1.69 KB
Binary file not shown.

boot/overlays/sdio.dtbo

-464 Bytes
Binary file not shown.

boot/overlays/sdtweak.dtbo

0 Bytes
Binary file not shown.

boot/overlays/smi-nand.dtbo

0 Bytes
Binary file not shown.

boot/overlays/smi.dtbo

0 Bytes
Binary file not shown.

boot/overlays/spi-gpio35-39.dtbo

-36 Bytes
Binary file not shown.

boot/overlays/spi-gpio40-45.dtbo

795 Bytes
Binary file not shown.

boot/overlays/spi-rtc.dtbo

0 Bytes
Binary file not shown.

boot/overlays/spi0-cs.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/spi0-hw-cs.dtbo

-36 Bytes
Binary file not shown.

boot/overlays/spi1-1cs.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/spi1-2cs.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/spi1-3cs.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/spi2-1cs.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/spi2-2cs.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/spi2-3cs.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/spi3-1cs.dtbo

1.26 KB
Binary file not shown.

boot/overlays/spi3-2cs.dtbo

1.62 KB
Binary file not shown.

boot/overlays/spi4-1cs.dtbo

1.26 KB
Binary file not shown.

boot/overlays/spi4-2cs.dtbo

1.62 KB
Binary file not shown.

boot/overlays/spi5-1cs.dtbo

1.26 KB
Binary file not shown.

boot/overlays/spi5-2cs.dtbo

1.62 KB
Binary file not shown.

boot/overlays/spi6-1cs.dtbo

1.26 KB
Binary file not shown.

boot/overlays/spi6-2cs.dtbo

1.62 KB
Binary file not shown.

boot/overlays/ssd1306.dtbo

0 Bytes
Binary file not shown.

boot/overlays/superaudioboard.dtbo

0 Bytes
Binary file not shown.

boot/overlays/sx150x.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/tc358743-audio.dtbo

0 Bytes
Binary file not shown.

boot/overlays/tc358743.dtbo

0 Bytes
Binary file not shown.

boot/overlays/tinylcd35.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/tpm-slb9670.dtbo

-24 Bytes
Binary file not shown.

boot/overlays/uart0.dtbo

0 Bytes
Binary file not shown.

boot/overlays/uart1.dtbo

0 Bytes
Binary file not shown.

boot/overlays/uart2.dtbo

589 Bytes
Binary file not shown.

boot/overlays/uart3.dtbo

589 Bytes
Binary file not shown.

boot/overlays/uart4.dtbo

589 Bytes
Binary file not shown.

boot/overlays/uart5.dtbo

589 Bytes
Binary file not shown.

boot/overlays/udrc.dtbo

-36 Bytes
Binary file not shown.
-715 Bytes
Binary file not shown.

boot/overlays/upstream.dtbo

-875 Bytes
Binary file not shown.

boot/overlays/vc4-fkms-v3d.dtbo

-157 Bytes
Binary file not shown.
-24 Bytes
Binary file not shown.

boot/overlays/vc4-kms-v3d.dtbo

-265 Bytes
Binary file not shown.

boot/overlays/vga666.dtbo

0 Bytes
Binary file not shown.

boot/overlays/w1-gpio-pullup.dtbo

-80 Bytes
Binary file not shown.

boot/overlays/w1-gpio.dtbo

-80 Bytes
Binary file not shown.

boot/overlays/wittypi.dtbo

-24 Bytes
Binary file not shown.

boot/start.elf

4.59 KB
Binary file not shown.

boot/start4.elf

2.63 MB
Binary file not shown.

boot/start4cd.elf

745 KB
Binary file not shown.

boot/start4db.elf

4.5 MB
Binary file not shown.

boot/start4x.elf

3.5 MB
Binary file not shown.

boot/start_cd.elf

2 KB
Binary file not shown.

boot/start_db.elf

22.8 KB
Binary file not shown.

boot/start_x.elf

16.2 KB
Binary file not shown.

documentation/ilcomponents/image_read.html

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)