BeagleBone Black cannot boot with Fedora 34/35
by Zamir SUN
Hi,
Recently I reflashed my BeagleBone Black. However, I find it simply
cannot go beyond uboot with Fedora 34 or Fedora 35.
Images I tried:
Fedora-Minimal-35-20211020.n.0.armhfp.raw.xz
Fedora-Minimal-34-1.2.armhfp.raw.xz
If I press the button when plug the power cable, it will loop forever
like the following
U-Boot SPL 2021.10 (Oct 14 2021 - 00:00:00 +0000)
Trying to boot from MMC1
U-Boot SPL 2021.10 (Oct 14 2021 - 00:00:00 +0000)
Trying to boot from MMC1
U-Boot SPL 2021.10 (Oct 14 2021 - 00:00:00 +0000)
Trying to boot from MMC1
CCCCCCCC
U-Boot SPL 2021.10 (Oct 14 2021 - 00:00:00 +0000)
Trying to boot from MMC1
If I don't press the button it will boot directly to the system in emmc.
I've tried different tf cards and concluded it's not the card issue.
The latest image that works for me on BBB is
Fedora-Minimal-armhfp-33-1.2-sda.raw.xz
It's interesting that the image has a different name schema that F34/F35
ones(the sda in filename). I roughly remember I also tried F33 without
'sda' - Fedora-Minimal-33-1.3.armhfp.raw.xz and IIRC this also cannot boot.
So is there any different for images with or without -sda ? Can anyone
offer some suggestions how I can test or boot F35 on BBB?
Thanks in advance!
--
Zamir SUN
GPG : 1D86 6D4A 49CE 4BBD 72CF FCF5 D856 6E11 F2A0 525E
Want to know more about Fedora?
Visit https://fedoraproject.org/wiki/
Ready to contribute? See https://whatcanidoforfedora.org/
想了解更多中文资讯,访问 https://zh.fedoracommunity.org/
2 months
Fedora on allwinner h616
by fs 3000
Hello guys,
I have a orange pi zero 2 board. With a h616 soc. I have tried dd'ing the .raw file in to microsd card with the Fedora 35 image, even some centos ones. Nothing happens, it doesn't boot. After dd'iong the main image file, i I even tried copying the u-boot file like the centos wiki shows, same result, nothing.
dd if=/root/orangepi_zero2/u-boot-sunxi-with-spl.bin of=/dev/sdc bs=1024 seek=8 conv=fsync,notrunc
Is there a way to make fedora or even centos working on this board? That would be great.
Many thanks in advance for any pointers on this.
1 year
Re: wondering about a few kernel config options
by Justin Forbes
On Tue, Apr 26, 2022 at 9:15 PM Dusty Mabe <dustymabe(a)redhat.com> wrote:
>
> Hey jforbes,
>
> I'm looking at buying a quartz64 ARM board (relatively new board
> from pine64 kind of like a Raspberry Pi) [1]. I think there are
> some config options in the kernel that need to be set. I found where
> someone opened a PR for Arch [2]. I compared that with what we have
> in the Fedora aarch64 kernel config and here's what would need to change:
>
> CONFIG_MMC_SDHCI_OF_DWCMSHC is not set -> y
> CONFIG_MOTORCOMM_PHY=m -> y
>
> Is changing kernel config options a big ask or a reasonable request?
This should not be a problem. I am CCing arm(a)lists.fedoraproject.org
so that others are aware. I will try to remember for 5.17.5 tomorrow,
but on vacation travelling by motorcycle this week, so if I forget,
remind me early next week.
Justin
> Thanks for your advice on this,
> Dusty
>
> [1] https://www.pine64.org/quartz64a/
> [2] https://github.com/archlinuxarm/PKGBUILDs/pull/1918
>
1 year, 1 month
Raspberry Pi PoE HAT
by Ben Herrick
Fedora ARM mailing list,
I've been trying to get the fan on my Raspberry Pi PoE HAT working with
Fedora 35 and 36 Beta. I'm using the aarch64 raw image.
I came across the instructions on the wiki page
here: https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi/HATs#...
Unfortunately, the line in config.txt from the wiki didn't work for me.
The lines that did work on Fedora 36 Beta for aarch64 are below:
dtoverlay=i2c
dtoverlay=pwm-raspberrypi-poe
I'm also able to set the fan parameters with the below:
dtparam=poe_fan_temp0=70000,poe_fan_temp0_hyst=10000
dtparam=poe_fan_temp1=60000,poe_fan_temp1_hyst=10000
dtparam=poe_fan_temp2=50000,poe_fan_temp2_hyst=10000
dtparam=poe_fan_temp3=40000,poe_fan_temp3_hyst=10000
Note that these same lines didn't work for me on Fedora 35 aarch64.
I'm hoping others can replicate my experience and the wiki can be
updated to help others.
Please let me know if you have any questions or concerns.
-Ben Herrick
1 year, 1 month
Migrate wiki to docs.fedoraproject.org?
by Peter Boy
We just had a short discussion about Quick Docs and RPi. The idea / suggestion came up to migrate all or part of the Arm wiki pages to docs.fp.o. This would involve establishing ARM Sig as an "engineering team“ (cf. https://docs.fedoraproject.org/en-US/engineering/) and would significantly increase visibility.
I reckon I read „somewhere some time ago" that someone was working on such a migration. I would be happy to contribute if support would be helpful.
If my recollection is incorrect and nevertheless, the Arm Group considers a migration desirable, I would be happy to work on such a migration. I would see this as an opportunity to actively contribute and not just be a "consumer" of the work of others here.
(I’m writing most of the Server Edition documentation and contribute to docs Team, so I hopefully know what I’m doing)
1 year, 2 months