This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download the latest eve recovery image from chromiumdash.appspot.com/serving-builds | |
Unzip the file. As an example unzip chromeos_15117.112.0_eve_recovery_stable-channel_mp-v2.bin.zip | |
Create device maps sudo kpartx -av chromeos_15117.112.0_eve_recovery_stable-channel_mp-v2.bin | |
Mount the ChromeOS root filesystem sudo mount -o ro /dev/mapper/loop0p3 /mnt | |
sudo cp /mnt/lib/firmware/9d71-GOOGLE-EVEMAX-0-tplg.bin /lib/firmware/ | |
sudo cp /mnt/lib/firmware/dsp_lib_dsm_core_spt_release.bin /lib/firmware/ | |
sudo cp /mnt/lib/firmware/intel/dsp_fw_C75061F3-F2B2-4DCC-8F9F-82ABB4131E66.bin /lib/firmware/intel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 14.816254] ------------[ cut here ]------------ | |
[ 14.816257] memcpy: detected field-spanning write (size 100) of single field "cpr_mconfig->gtw_cfg.config_data" at sound/soc/intel/skylake/skl-messages.c:554 (size 4) | |
[ 14.816287] WARNING: CPU: 3 PID: 1268 at sound/soc/intel/skylake/skl-messages.c:554 skl_init_module+0x757/0x770 [snd_soc_skl] | |
[ 14.816304] Modules linked in: nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_soc_skl_ssp_clk qrtr snd_soc_kbl_rt5663_rt5514_max98927 bnep cros_ec_light_prox snd_sof_pci_intel_skl cros_ec_sensors cros_ec_sensors_core industrialio_triggered_buffer kfifo_buf i2c_hid_acpi snd_sof_intel_hda_common i2c_hid soundwire_intel industrialio soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp cros_usbpd_charger snd_sof snd_soc_hdac_hdmi snd_soc_dmic snd_sof_utils soundwire_b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Mirror registry.access.redhat.com/rhscl/postgresql-10-rhel7@sha256:c90309cc7c5a039654b81c8d1b6aebfd447578841a61bf4d5530e7a927d5a832 internally | |
2. Configure an ImageContentSourcePolicy if not already done | |
3. Add the RELATED_IMAGE_POSTGRESQL to the rhsso-operator via the rhsso-operator CSV | |
$ oc edit csv -n openshift-mta rhsso-operator.7.6.1-opr-005 | |
install: | |
spec: | |
deployments: | |
- name: rhsso-operator |
NewerOlder