Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ClassicHasClass

Pages: [1] 2 3 ... 32
1
Just curious: not possible to run big on both host and guest? I'm not sure why that's happening to you, but I'm curious to see if it's the mismatch that's the problem, or running big that's the problem.

2
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: November 19, 2024, 09:14:23 pm »
On my T2 v/AMD graphics, I upgraded to F41 from the terminal in Gnome via the dnf plugin as described on the Fedora website.

After restarting, the screen went blank for more than five minutes, during which time the machine didn't show up on the network. From experience I knew not to restart. I played a game of chicken with myself regarding connecting to the BMC via ethernet, which I won.

Eventually the login manager appeared.

I don't know if this will help anyone else, but it was my experience.  :D

That's typical and expected. You can tail the log by logging in as root on another VTY. I didn't get a chance to update the Blackbird yet, but I plan to do so no later than the Thanksgiving long weekend.

3
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: November 17, 2024, 05:08:35 pm »
What exactly appears on screen? If you boot it from the BMC web interface, what appears on the virtual serial port output?

4
Firmware / Re: Idenitfy versions of firmwares
« on: October 21, 2024, 09:44:08 pm »
ITYM /etc/os-release:

Quote
root@tim-bmc:~# uname -a
Linux tim-bmc 5.0.7-a8a208fa7346ad643e8f6100c49cb7b8468b6d38 #1 Wed Feb 19 11:44:38 UTC 2020 armv6l GNU/Linux
root@tim-bmc:~# cat /etc/os-release
ID="openbmc-phosphor"
NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro)"
VERSION="2.7.0-dev"
VERSION_ID="2.7.0-dev-571-g67efd9872"
PRETTY_NAME="Phosphor OpenBMC (Phosphor OpenBMC Project Reference Distro) 2.7.0-dev"
BUILD_ID="2.7.0-dev"
OPENBMC_TARGET_MACHINE="talos"

5
Firmware / Re: Idenitfy versions of firmwares
« on: October 20, 2024, 09:01:27 pm »
I looked at the system and its storage organization and capacity:

Quote
root@talos:~# df -h
Filesystem                Size      Used Available Use% Mounted on
dev                     175.9M         0    175.9M   0% /dev
tmpfs                   209.2M     22.8M    186.4M  11% /run
/dev/mtdblock4           19.5M     19.5M         0 100% /run/initramfs/ro
/dev/mtdblock5            4.0M      3.1M    900.0K  78% /run/initramfs/rw

Is it normal to have /dev/mtdblock4 full at 100%?

Yes:

Quote
root@tim-bmc:~# df -k
Filesystem           1K-blocks      Used Available Use% Mounted on
dev                     180156         0    180156   0% /dev
tmpfs                   214212     80608    133604  38% /run
/dev/mtdblock4           20992     20992         0 100% /run/initramfs/ro
/dev/mtdblock5            4096       400      3696  10% /run/initramfs/rw
cow                       4096       400      3696  10% /
tmpfs                   214212         8    214204   0% /dev/shm
tmpfs                   214212         0    214212   0% /sys/fs/cgroup
tmpfs                   214212         0    214212   0% /tmp
tmpfs                   214212        60    214152   0% /var/volatile

6
General CPU Discussion / Re: 3U HSF End of Life'd
« on: October 02, 2024, 09:21:48 pm »
Hopefully this is a sign S1 is coming out quickly, presumably with its own cooler.

7
Firmware / Re: Updating PNOR/BMC firmware on talos II Lite
« on: September 30, 2024, 10:30:33 pm »
You probably should be running the most current firmware anyway; there are other improvements. You don't need to update the FPGA, just the PNOR to get Petitboot up to date.

8
Blackbird / Re: Potential Aspeed slow failure?
« on: September 05, 2024, 11:46:52 am »
Glad to hear it self-resolved, at least.

9
Yeah, I haven't found a RISC-V system remotely in POWER9's class, let alone Power10 or (presumably) S1. So far it's a lot of sizzle and very little steak.

I wouldn't mind a Raptor RISC-V system, but I wouldn't want it to distract from whatever the nextgen OpenPOWER box is. Although I say that as a PowerPC bigot, I think I would get a lot more out of that than any RISC-V system right now.

10
Well, you kind of can: Arctic Tern is a Microwatt device. The main issue there is the expense, and it's intended as a replacement BMC instead of a cheap screw-around-with board.

11
In the meantime, the patch sets for Baseline Interpreter/Compiler in Firefox 128ESR are now available. I'm typing this in it myself and the test suites all pass, so I'm pretty confident it will work well.

https://www.talospace.com/2024/08/baseline-jit-patches-available-for.html

12
If I'm reading https://github.com/Xudong-Huang/generator-rs/blob/master/src/detail/asm/asm_riscv64_c_elf.S correctly, basically what it's asking for is a function prologue to save registers. This must obey the OpenPOWER SysV ABI, so it would be something like

mflr r0
std r0,16(r1)
mfcr r0
std r0,8(r1)
stdu r1,-FRAMESIZE(r1)

and then start saving your callee-saved registers into the frame, which is basically any non-volatile GPRs and FPRs your routine might touch.

Not quite sure what it's doing with the green task routine but I only read the source cursorily.

13
My next immediate step is to pull the JIT up to Fx128, since I'm also needing it for Github in particular (grr).

14
After a bad initial experience I reinstalled last night and Chromium has come a very long way on F40. I still got a crash - honestly about 90% sure something on Facebook triggered it - but it did successfully run Google Earth at a usable speed, and that is progress.  Looking forward to more changes, and to seeing ClassicHasClass's Firefox JIT catch up.

It's a matter of me sitting down with it. Work has been really busy lately and I haven't had time for much of anything. :/

15
I actually use R at work. Handy.

Pages: [1] 2 3 ... 32