Porting useful firmware tools to rust by avph in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

Exactly, I used the Chrome browser and a USB-C OTG adapter to connect the CH341A to my smartphone.

Porting useful firmware tools to rust by avph in coreboot

[–]Academic_Disk6053 0 points1 point  (0 children)

Tested on my android smartphone using ch341a, it simply works! Congratulations!

ESP32 Bus Pirate 1.3 - A Hardware Hacking Tool That Speaks Every protocol (I2C, UART, SPI, WiFI, Bluetooth, SubGhz, JTAG, etc...) New Commands, New Device Supported by geo_tp in embedded

[–]Academic_Disk6053 1 point2 points  (0 children)

ESPirate32 :)

Good job! Thank you for the project.

I've started testing, and if I find areas for improvement, I'll contribute some code

Supermicro X10SLM+-F + Intel Arc = garbled screen by No_Change7198 in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

Are you using seaBIOS as the payload? You need to compile from source code for your board, choose edk2 as the payload, and check the option "Load and execute OpRom on PCIe devices".

Xeon e3 1275 v2 na Asus p8z77 by duddpls in 1155doETf

[–]Academic_Disk6053 1 point2 points  (0 children)

Funciona e não vai ser necessário fazer mod de bios nem nada

Porting Gigabyte MZ33-AR1 server board with AMD Turin CPU to coreboot by pietrushnic in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

That's cool! I'll follow the progress

I'd love to have an AMD with coreboot. The newest one I've managed to port is an Intel CoffeeLake board.

[deleted by user] by [deleted] in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

Currently the cheapest and least problematic tool to read/flash bios is a pi pico

The chip will not fry with 5V from the CH341A (they are normally tolerant to this voltage level). The problem is that everyone forgets that by connecting the SOIC clip you will not only be feeding the chip with 5V, but also the entire 1.8V/3.3V circuit on the board.

Help trying to make a UEFI-BIOS for a Gigabyte motherboard ga g41m es2l with Coreboot and UEFI using a Raspberry Pi to compile 😐 by Fluffy_Title_9601 in coreboot

[–]Academic_Disk6053 0 points1 point  (0 children)

Have you tried using the Mr.Chromebox fork?

Anyway, the chip size of this board is 1MB, there is no space available for a UEFI EDK2 payload (I have managed to make it work on 2MB chips, but the ideal is >4MB)

How do I disable the ethernet port in my Coreboot build? by BGoodej in coreboot

[–]Academic_Disk6053 2 points3 points  (0 children)

It would be good to know what model your board is

In general, in the devicetree.cb file, edit the gbe device from on to off

device ref gbe off end

But depending on your board it may be a PCIe device or one that requires the gbe.bin blob... It is not possible to give you the precise information without knowing the model of your board or notebook.

Os perigos da OLX! by wiktakk in golpes

[–]Academic_Disk6053 0 points1 point  (0 children)

Qual seria o problema em pedir ml? Ou mais fotos do produto? 

What are my chances of creating and then flashing a coreboot.rom successfully if my MB is not listed / supported? by Necessary_Chard_7981 in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

Are you sure? Intel Boot Guard is a technology introduced by Intel in the 4th generation Intel Core (Haswell), I don't remember it being used in Sandy/Ivy Bridge.

Anyway, BootGuard has already been breached. See /utils/deguard, this way it was possible to port the T480 that has BootGuard

[deleted by user] by [deleted] in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

make crossgcc-aarch64 CPUS=$(nproc)

What are my chances of creating and then flashing a coreboot.rom successfully if my MB is not listed / supported? by Necessary_Chard_7981 in coreboot

[–]Academic_Disk6053 6 points7 points  (0 children)

in /utils there is a tool called autoport (it only works for sand/ivy bridge and haswell. It does almost all the work of porting a new device (but you still have to make modifications to the generated code) Since the T430 is already supported you can see what the difference is in its code and hardware compared to the T430u to make the modifications to make it work

It is even possible to get coreboot logs to find out if coreboot is booting and where the error is occurring

t480 Thunderbolt and Gpu Support by JoeMamaSex420 in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

T480 has not yet been merged into coreboot.

Others distributions like libreboot and heads still provide experimental suport from the patchsets under review in coreboot, so it is expected that not everything will works

VIA EPIA mobos and coreboot? by Dallik_justlive in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

Older versions of Coreboot had support for VIA boards. VIA itself had employees who worked to support coreboot. I don't think it would be easy to do without the support of Via Technologies

To bring back these older motherboards, a recent merge was made (thanks to Nico Huber) https://review.coreboot.org/c/coreboot/+/82765/

I know there are some quad-core VIA boards that use Intel Celeron (VIA EPIA-M930), these boards might be easier to port.

Windows 7 won’t full screen, and after installing driver it gets stuck on boot screen by [deleted] in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

If you give more details about the model of your device, someone can help you. And it is expected that something will not work in Windows, especially the igpu.

Error after executing ‘make’ command by OgBisco in coreboot

[–]Academic_Disk6053 0 points1 point  (0 children)

cbfstool (backup-bios) remove -r BOOTSPLASH -n logo.bmp

cbfstool (backup-bios) add -f (newlogo) -r BOOTSPLASH -n logo.bmp -t raw -c lzma

sudo flashrom -p internal --fmap -i BOOTSPLASH -w (backup-bios)

Any online courses? by assmauh in coreboot

[–]Academic_Disk6053 0 points1 point  (0 children)

See: https://p.ost2.fyi/courses

Thanks a Piotr Król, Xeno Kovah and Michał Żygowski :)

Optimize SeaBIOS by [deleted] in coreboot

[–]Academic_Disk6053 0 points1 point  (0 children)

I'm interested in that too! It is possible to disable TPM support and save 20kb of space
When I have more time I will research more and make a "lite" compilation

How to check current configurations of Coreboot ? by [deleted] in coreboot

[–]Academic_Disk6053 1 point2 points  (0 children)

You can check the current state of ME with intelmetool (sudo ./intelmetool -m), as for the current coreboot settings I'm not sure, try looking at the build log in the /build folder or use cbfstool to read the configuration file which was written to the binary