Search found 10694 matches: bootloader
Searched query: bootloader
- Sat Sep 30, 2023 9:09 pm
- Forum: Troubleshooting
- Topic: Unable to boot Pi4 from USB
- Replies: 14
- Views: 340
Re: Unable to boot Pi4 from USB
... power on. Software reboot from GUI menu. Same OS on both USB drives (but not configured identically). Test system had latest May 2023 Stable bootloader with some tweaks to the configuration.
- Sat Sep 30, 2023 7:24 pm
- Forum: Compute Module
- Topic: Update Bootloader
- Replies: 1
- Views: 84
- Sat Sep 30, 2023 4:32 pm
- Forum: Compute Module
- Topic: Update Bootloader
- Replies: 1
- Views: 84
Update Bootloader
I am having problems updating the bootloader on my CM4. The update is pending, but a reboot does not help. sudo CM4_ENABLE_RPI_EEPROM_UPDATE=1 rpi-eeprom-update -a *** INSTALLING EEPROM UPDATES *** BOOTLOADER: update available CURRENT: Thu ...
- Sat Sep 30, 2023 10:50 am
- Forum: Troubleshooting
- Topic: Pi4 solid red and green led
- Replies: 79
- Views: 65543
Re: Pi4 solid red and green led
... on solid. Whatever I do this is the only outcome. I tried unplugging everything but power, formatting more than one SD card (and USB) with the bootloader recovery image, but nothing appears on screen and no LED activity. I also changed the power adapter (currently using official one, as yesterday ...
- Sat Sep 30, 2023 8:32 am
- Forum: Compute Module
- Topic: CM Provisioner I2C on PINs 44 & 45
- Replies: 1
- Views: 132
Re: CM Provisioner I2C on PINs 44 & 45
... so that GPIOs 40 through 45 can be used for EEPROM programming. Note that you will lose the ability to let cmprovision program bootloader firmware or set bootloader settings, if you are using those for different purposes. May also want to let scriptexecute build the device-tree ...
- Fri Sep 29, 2023 3:44 pm
- Forum: General
- Topic: More powerful MCU (than rp2040) on the horizon ?
- Replies: 12
- Views: 442
Re: More powerful MCU (than rp2040) on the horizon ?
... (This would move toward clusters and break SMP) Stick with XIP? (This would force the RAM to increase and keep cost low.) Add user modifiable bootloader with or without internal TPM? Add more PIO? Add USB 2 HS? (This only makes sense on much stronger cores) Fix ADC?
- Fri Sep 29, 2023 12:46 pm
- Forum: MicroPython
- Topic: Pi Pico using Circuitpython won't work correctly
- Replies: 3
- Views: 160
Re: Pi Pico using Circuitpython won't work correctly
I tried uploading new firmware by pressing the bootloader button but it won't install anything, I tried using flash nuke and worked as expected but as soon as I uploaded circuitpi it stopped working again the same way as before. Accepting flash ...
- Fri Sep 29, 2023 12:31 pm
- Forum: General discussion
- Topic: RPi5 RTC Specs?
- Replies: 2
- Views: 270
Re: RPi5 RTC Specs?
... back on. You could imagine using this for periodic (e.g. time-lapse images) jobs. To support the low powered mode for wake up alarms you want this bootloader config: POWER_OFF_ON_HALT=1 use this to edit it: sudo -E rpi-eeprom-config --edit You can test with: echo +600 | sudo tee /sys/class/rtc/rtc0/wakealarm ...
- Fri Sep 29, 2023 10:01 am
- Forum: Advanced users
- Topic: Simplest way to do a fresh install on /dev/sda
- Replies: 5
- Views: 275
Re: Simplest way to do a fresh install on /dev/sda
The rpi-imager net installer that kerry_s refers to is built into the EEPROM bootloader (or at least the means to download it are) - just hold down the Shift key on a USB keyboard when you power it on.
- Fri Sep 29, 2023 4:49 am
- Forum: Bare metal, Assembly language
- Topic: Information on RPi5?
- Replies: 13
- Views: 602
Re: Information on RPi5?
Does not seem to be a second stage bootloader. The BCM2712 uses the EEPROM to bring up the RP1 via the PCIe interface. That means baremetal will need PCIe code to talk to the RP1 and everything on it? Not sure how much of the ISP code is also ...
- Fri Sep 29, 2023 2:21 am
- Forum: Advanced users
- Topic: Pi 4B 1.4 4GB USB HID Gadget mode (Kbd) is broken. Works on Zero 2.
- Replies: 3
- Views: 250
Pi 4B 1.4 4GB USB HID Gadget mode (Kbd) is broken. Works on Zero 2.
... on Zero 2 however. I've tried both Buster and Bullseye releases. I think the gadget mode is broken on (a certain percentage) of Pi 4B. Latest bootloader 05/2023. I'm connecting pi using USB C male (at the power port) to USB C male (as well as USB A male) on the host, both fail. Modified /boot/config.txt ...
- Thu Sep 28, 2023 9:56 pm
- Forum: General discussion
- Topic: Raspberry Pi 5 discussion thread
- Replies: 288
- Views: 14906
Re: Raspberry Pi 5 discussion thread
... does that mean those will be supported for booting? Are there any plans to support booting from a PCIe connected SATA controller? If there are bootloader changes related to the above two questions, will they be backported to the 4B and CM4? Is the current wake on GPIO 3 behaviour still be functional? ...
- Thu Sep 28, 2023 5:06 pm
- Forum: MicroPython
- Topic: Pi Pico using Circuitpython won't work correctly
- Replies: 3
- Views: 160
Pi Pico using Circuitpython won't work correctly
... shows up as normal and starts working, after 10ish seconds it reboots and stops working entirely. I tried uploading new firmware by pressing the bootloader button but it won't install anything, I tried using flash nuke and worked as expected but as soon as I uploaded circuitpi it stopped working ...
- Thu Sep 28, 2023 4:00 pm
- Forum: Troubleshooting
- Topic: bootargs have not effect
- Replies: 0
- Views: 50
bootargs have not effect
... property in the dtb, but of course it doesn't mention any rootfs partition in it. I am very confused, could you help me please to transfer bootloader arguments to the kernel with bootargs ?
- Thu Sep 28, 2023 11:55 am
- Forum: MicroPython
- Topic: Bluetooth OTA Bootloader for Pico W
- Replies: 1
- Views: 86
Re: Bluetooth OTA Bootloader for Pico W
If you want to upload Python code, '.py' or '.mpy' files, over the air that should be possible. The Pico W can fetch or be told to accept such a file which it can write to the file system and then be instructed to use that uploaded code. I have no experience of doing that nor do I know how to with B...
- Thu Sep 28, 2023 11:36 am
- Forum: MicroPython
- Topic: Bluetooth OTA Bootloader for Pico W
- Replies: 1
- Views: 86
Bluetooth OTA Bootloader for Pico W
Hi, I'm looking for a way to update firmware through Bluetooth (Over The Air) with a Raspberry Pi Pico W, but I've found nothing on the internet about how to do this and if it's possible. My goal is to update this firmware with a mobile app on iOS and Android (thanks to Flutter). I've made the conne...
- Tue Sep 26, 2023 3:29 am
- Forum: Advanced users
- Topic: Unable to create bootable SSD image of existing SD card
- Replies: 14
- Views: 702
Re: Unable to create bootable SSD image of existing SD card
... the direct USB boot capability of the Raspberry Pi 4 will be used. [NOTE: The direct USB boot capability of the Raspberry Pi 4 requires an updated bootloader and firmware: https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md] If usb-boot is running on a Raspberry ...
- Mon Sep 25, 2023 8:51 pm
- Forum: Other RP2040 boards
- Topic: Custom RP2040 UF2 Issues
- Replies: 28
- Views: 2162
Re: Custom RP2040 UF2 Issues
... after the regulator can cause significant issues - at least one previous poster had a board with bad layout which would just about run in the bootloader (which runs at low CPU speed), but as soon as it started running real code and stepped up the speed it crashed. If you want us to review ...
- Mon Sep 25, 2023 3:16 pm
- Forum: Troubleshooting
- Topic: Unsupported board type - is there an easy fix
- Replies: 15
- Views: 546
Re: Unsupported board type - is there an easy fix
... ... Unpacking libraspberrypi0 (1:1.20230509~buster-1) over (1:1.20220308~buster-1) ... Preparing to unpack .../077-raspberrypi-bootloader_1%3a1.20230509~buster-1_armhf.deb ... Adding 'diversion of /boot/start.elf to /usr/share/rpikernelhack/start.elf by rpikernelhack' Adding ...
- Mon Sep 25, 2023 12:03 pm
- Forum: Troubleshooting
- Topic: Unsupported board type - is there an easy fix
- Replies: 15
- Views: 546
Re: Unsupported board type - is there an easy fix
... Buster and Bullseye should be fine, but older versions won't have the latest firmware available. b) Your OS was installed with the NOOBS or PINN bootloader/OS chooser. Both boot into their own system first, then reboot into the OS of choice. In that case both boot sectors need to be updated. ...
- Mon Sep 25, 2023 3:38 am
- Forum: Troubleshooting
- Topic: Can't boot from SSD
- Replies: 4
- Views: 190
Can't boot from SSD
... on the back? I’m running out of ideas and, in order to get some help from this community, I will tell you what I tried so far: - I updated the bootloader on RPi - I formatted the SSD with Imager, gparted, and Disks (in Ubuntu) - I tried to install OS using Imager on RPi and Etcher on the Ubuntu ...
- Sat Sep 23, 2023 1:08 am
- Forum: Troubleshooting
- Topic: Pi Model 4B unable to boot, one long flash followed by 2 short flashes.
- Replies: 6
- Views: 256
Pi Model 4B unable to boot, one long flash followed by 2 short flashes.
... flashes before repeating. without a microSD card the ACT LED flashes in a similar pattern albeit slightly faster, so I think the EEPROM & bootloader might be ok (though I could be wrong). I have tried finding more information on this series of flashes for the past few hours to no avail, ...
- Fri Sep 22, 2023 8:49 am
- Forum: Troubleshooting
- Topic: Raspberry pi Green LED blinking in Pattern
- Replies: 4
- Views: 299
Re: Raspberry pi Green LED blinking in Pattern
... using an Official power supply we are powering up using SMPS at the voltage of 5.13VDC Raspberry Pi Bullseye OS using No, we did not update the Bootloader Raspberry Pi is ACT LED blinks in a Six blink pattern Can you please resolve the issue? The official Raspberry Pi documentation is here - ...
- Fri Sep 22, 2023 8:23 am
- Forum: Troubleshooting
- Topic: Raspberry pi Green LED blinking in Pattern
- Replies: 4
- Views: 299
Re: Raspberry pi Green LED blinking in Pattern
Hello Everyone,
We are not using an Official power supply we are powering up using SMPS at the voltage of 5.13VDC
Raspberry Pi Bullseye OS using
No, we did not update the Bootloader
Raspberry Pi is ACT LED blinks in a Six blink pattern
Can you please resolve the issue?
We are not using an Official power supply we are powering up using SMPS at the voltage of 5.13VDC
Raspberry Pi Bullseye OS using
No, we did not update the Bootloader
Raspberry Pi is ACT LED blinks in a Six blink pattern
Can you please resolve the issue?
- Wed Sep 20, 2023 8:02 pm
- Forum: Compute Module
- Topic: Hide start up screens
- Replies: 11
- Views: 389
Re: Hide start up screens
If it makes a difference, my CM4 has EEMC not SD card.
The current bootloader version is dated
Would updating to latest version allow me to access DISABLE_HDMI?
The current bootloader version is dated
Code: Select all
2023/01/11 17:40:52, version 8ba17717fbcedd4c3b6d4bce7e50c7af4155cba9 (release)