Skip to content

Commit

Permalink
3.3.4.2 Update firmware for USB_BOOT
Browse files Browse the repository at this point in the history
Update recommended OS

3.3.4.2 Bump firmware to 5.4.45

(bovirus-patch-5) Update Italian language
  • Loading branch information
procount committed Jun 17, 2020
1 parent 2b3153c commit c600a36
Show file tree
Hide file tree
Showing 29 changed files with 3,001 additions and 2,830 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ Please note that in some cases it may extract the files into a folder, if this i

## Change History

### V3.3.4.2

- **Firmware** - Update firmware 5.4.45 for usb-boot (beta)
- **Name Change** - Update recommended OS name
- **KeybdTrigger** - Fix keyboard trigger option
- **Translations** - Update Italian language

### V3.3.4.1

- **CloneSD** - Remove drive restrictions on Clone SD
Expand Down
2 changes: 1 addition & 1 deletion README_PINN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

The latest version of [PINN](http://downloads.sourceforge.net/projects/pinn/pinn-lite.zip) can be downloaded from [sourceforge](http://www.sourceforge.net/projects/pinn).

This README relates to v3.3.4.1
This README relates to v3.3.4.2

<sup>(PINN-lite does not include any operating systems at all. It is more akin to `NOOBS-lite` rather than `NOOBS`. For that reason, the filename that you download is called `pinn-lite.zip`. More recently, `pinn.zip` has also been made available for download which includes versions of Raspbian and LibreELEC.)</sup>

Expand Down
6 changes: 5 additions & 1 deletion buildroot/package/rpi-firmware/rpi-firmware.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
################################################################################


RPI_FIRMWARE_VERSION = 149cd7f0487e08e148efe604f8d4d359541cecf4
#RPI_FIRMWARE_VERSION = 149cd7f0487e08e148efe604f8d4d359541cecf4
#RPI_FIRMWARE_VERSION = 27ba5b9e5aab4a750bb69554aa92c4df53544d80
#5.4.45
RPI_FIRMWARE_VERSION = cb2b95d73e9f0b1ebf05e03bb1959603d982feeb

RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
RPI_FIRMWARE_LICENSE = BSD-3c
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
Expand Down
6 changes: 6 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,3 +572,9 @@ Fixes the incorrect recovery.cmdline bug in v2.5.2.
- **Buildversions** - Made buildversions more intuitive (for me!)
- **Legacy** - Accounted for Pi4 when identifying legacy hardware

### V3.3.4.2

- **Firmware** - Update firmware 5.4.45 for usb-boot (beta)
- **Name Change** - Update recommended OS name
- **KeybdTrigger** - Fix keyboard trigger option
- **Translations** - Update Italian language
7 changes: 7 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ PINN is a version of the NOOBS Operating System Installer for the Raspberry Pi w

## Change History

### V3.3.4.2

- **Firmware** - Update firmware 5.4.45 for usb-boot (beta)
- **Name Change** - Update recommended OS name
- **KeybdTrigger** - Fix keyboard trigger option
- **Translations** - Update Italian language

### V3.3.4.1

- **CloneSD** - Remove drive restrictions on Clone SD
Expand Down
4 changes: 2 additions & 2 deletions recovery/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define CONFIG_H

/* Version number displayed in the title bar */
#define VERSION_NUMBER "3.3.4.1"
#define VERSION_NUMBER "3.3.4.2"

/* Color of the background */
// #define BACKGROUND_COLOR Qt::white
Expand Down Expand Up @@ -59,7 +59,7 @@
#define SETTINGS_PARTITION_SIZE (32 * 2048 - PARTITION_GAP)

/* If the image name matches this exactly, mark it as recommended */
#define RECOMMENDED_IMAGE "Raspbian Full"
#define RECOMMENDED_IMAGE "Raspberry Pi OS Full (32-bit)"

/* RiscOS magic */
#define RISCOS_OFFSET_KEY "riscos_offset"
Expand Down
4 changes: 2 additions & 2 deletions recovery/optionsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void OptionsDialog::write()

cb_entry(forcetrigger);
cb_entry(gpiotriggerenable);
cb_entry(keyboardtriggerenable);
cb_entry(keyboardtriggerdisable);
eb_entry(remotetimeout);
eb_entry(networktimeout);

Expand Down Expand Up @@ -358,7 +358,7 @@ bool OptionsDialog::recognise(const QString & key, const QString &value)

cb_entry(forcetrigger);
cb_entry(gpiotriggerenable);
cb_entry(keyboardtriggerenable);
cb_entry(keyboardtriggerdisable);
eb_entry(remotetimeout);
eb_entry(networktimeout);

Expand Down
6 changes: 3 additions & 3 deletions recovery/optionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<string/>
</property>
<property name="currentIndex">
<number>3</number>
<number>2</number>
</property>
<widget class="QWidget" name="installation">
<attribute name="title">
Expand Down Expand Up @@ -423,12 +423,12 @@
</widget>
</item>
<item row="0" column="2">
<widget class="QCheckBox" name="cb_keyboardtriggerenable">
<widget class="QCheckBox" name="cb_keyboardtriggerdisable">
<property name="toolTip">
<string>Prevents a SHIFT keypress from entering Recovery Mode on boot (maybe you have a problematic keyboard which is erroneously triggering every time you boot)</string>
</property>
<property name="text">
<string>&amp;keyboardtriggerenable</string>
<string>&amp;keyboardtriggerdisable</string>
</property>
</widget>
</item>
Expand Down
Loading

0 comments on commit c600a36

Please sign in to comment.