Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by MauryG5 on February 25, 2024, 12:21:28 pm »
So this means that in theory it would now be possible to use the graphics card like the Navi10, from the beginning and therefore also to load the petit boot... If I understand correctly...
62
User Zone / Re: Blackbird User Guide: Wrong TPM connector and 'missing' USB 2.0 port
« Last post by draconx on February 23, 2024, 05:22:55 pm »
Slightly off topic, but one idea I thought of was to make a little USB 2.0 hub expansion board connected to a PCIE bracket for the back of the computer, connected to the lone USB 2.0 port with a USB cable. It wouldn't do anything for USB bandwidth, but would give more USB ports for peripherals and such on the back. There are only 2 ports there now, so having more would bring it more in line with x86 boards.

You can very cheaply buy ready-made one-to-four-port USB2 hubs with normal motherboard headers, then you can just use any off the shelf USB bracket or case with USB ports.  I used this one and cut apart a cable with an angled USB-A connector to connect it to the Blackbird motherboard (I wanted to share photos but apparently uploads are busted on this forum).
63
Talos II / Re: OpenBMC password
« Last post by draconx on February 23, 2024, 04:15:13 pm »
I tried the instructions at graphcore.ai with no luck. But the instructions on the wiki for Resetting the BMC's Persistant Storage worked for me on two systems. After wiping the persistent storage, I was able to log into the BMC with the default password and get all the firmwares updated.

Wiping the entire persistent storage seems like total overkill if the only problem is that you forgot the BMC root password.

All you need to do is edit the shadow file on the overlay filesystem with a new password.

Follow that wiki page instructions to add overlay-filesystem-in-ram to the boot command line via u-boot.  This enables a root console login with the default root password of 0penBmc.  Once logged in, mount the writable overlay partition somewhere, for example:

Code: [Select]
# mount -t jffs2 /dev/mtdblock5 /mnt
Then the simplest way is probably to just copy /mnt/cow/etc/shadow over /etc/shadow, run passwd, then copy the newly-updated /etc/shadow back to the writable partition, for example:

Code: [Select]
# cp /mnt/cow/etc/shadow /etc/shadow
# passwd
New password:
Retype new password:
Retype new password:
passwd: Password updated successfully
# cp /etc/shadow /mnt/cow/etc/shadow

Or just run an editor on /mnt/cow/etc/shadow and manually change the root password hash to whatever you want.  Then reboot, and voila, shiny new BMC root password.
64
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by SiteAdmin on February 23, 2024, 02:02:43 pm »
Is there enough space in bootkernfw for navi10 firmware? Last time I tried on the current FW there wasn't enough room for all of the files.

Yes, the BOOTKERNFW partition size was increased significantly to approximately 5MB.  This is one of the main GPU-related enhancements for the v2.10 PNOR.
65
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by r34per on February 23, 2024, 08:19:21 am »
Is there enough space in bootkernfw for navi10 firmware? Last time I tried on the current FW there wasn't enough room for all of the files.
66
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by Hasturtium on February 20, 2024, 11:11:06 am »
What are you referring to?

Good question. My personal life's been hectic lately; maybe I dreamed something.
67
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by ClassicHasClass on February 20, 2024, 10:39:29 am »
What are you referring to?
68
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by Hasturtium on February 18, 2024, 11:27:37 am »
What are the video hardware compatibility issues this fixes, out of curiosity?
69
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by ClassicHasClass on February 16, 2024, 12:46:35 pm »
I just hope this solves the XFS crapping its pants problem. :)
70
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by markr87 on February 16, 2024, 12:29:03 pm »
With Skiroot now at 6.6 does this mean Btrfs will function correctly?
Pages: 1 ... 5 6 [7] 8 9 10