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 - atomicdog

Pages: [1] 2 3 4
1
Firmware / Re: Maybe bricked the firmware on my Blackbird
« on: April 05, 2025, 08:49:13 pm »
The flash chip needs to be configured to enable hardware write protection. It defaults to not enabled. So, even with the DIP switches set to disable writes it's still possible to write to the flash chip.
I don't know if the BMC firmware does or can even change that setting.

2
Firmware / Re: Maybe bricked the firmware on my Blackbird
« on: April 01, 2025, 09:28:31 pm »
The write protect needs to be enabled in firmware which defies the whole point of hardware write protection.

3
Yes, you should be able to flash the PNOR chip (I've never tried it though).
It's the BMC chip that needs to be flashed prior if it's blank/corrupted.

4
If the PNOR IC is dead you can buy one from a site like mouser or digi-key [PNOR] [BMC].

5
Compiler explorer is a cool tool, not sure if it has the features you're looking for though.

7
I just opened up an old Cisco Wifi AP I had stashed away. It has an AMCC PPC405EP processor.

AIR-AP1243AG-A-K9

8
Applications and Porting / Re: Running Ollama on PPC64LE
« on: February 20, 2025, 12:18:45 am »
For the llama3.2, CPU only, on my blackbird (4-core, 32GB) I get 5.94 tokens/s but on my TalosII (18-core, 368GB) I only get 0.34 tokens/s

9
Operating Systems and Porting / Re: powerpc equivalent to x86 intrinsics?
« on: January 31, 2025, 10:07:38 pm »
Thanks.  I bought a Grayskull of Ebay and now need to try and port the user mode driver to PPC.

10
Operating Systems and Porting / powerpc equivalent to x86 intrinsics?
« on: January 29, 2025, 11:07:59 pm »
Does anyone know of PPC equivalent asm or builtins for these gcc intel intrinsics?
Code: [Select]
_mm_sfence();
_mm_lfence();  __builtin_ia32_lfence (void);
_mm_mfence();

11
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: December 31, 2024, 01:54:52 pm »
Oh, so (after reading the datasheet) the FLASH chip hardware WP isn't enabled by default. It would need to be configured by the BMC or external programmer.

12
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: December 14, 2024, 11:37:49 am »
I don't see how (or why) a Fedora install would change the pnor. There is a write protect switch on the motherboard that will prevent the BMC from writing to the FLASH chips.

13
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: December 07, 2024, 12:57:37 pm »
The scp command needs the -o option.
Someone recently on this forum had that problem, it has something to do with new default settings in scp.

14
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: December 06, 2024, 09:43:19 pm »
I couldn't get the web interface update to work either. It would always show an error when 'activating', even though the file is uploaded to /tmp.
I had to use the other method with the pflash program.

15
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: December 06, 2024, 04:49:49 pm »
The FSI is the communication bus between the CPU and BMC.
Maybe re-flashing the BMC firmware will fix it?

Pages: [1] 2 3 4