-
```
What steps will reproduce the problem?
1. Loading a boot loader with USB access on it using MPLABX & Pickit2. I used
generic DEMO one from Microchip to compile with a 18f2455 chip set.
2. Placed…
-
https://notabug.org/libreboot/libreboot/issues/714 has some relevant info
-
Hi, having some strange compile error compiling in windows 10 using cygwin/mingw.
I got the following error:
`i686-w64-mingw32-gcc -MMD -Os -Wall -Wextra -Wno-unused-parameter -Wshadow -Wmissing-p…
-
Trying to build flashrom v1.1 on CentOS 7 for ppc64le fails like this (note that x86_64 works):
```
cc -MMD -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param…
-
```
What steps will reproduce the problem?
1. Loading a boot loader with USB access on it using MPLABX & Pickit2. I used
generic DEMO one from Microchip to compile with a 18f2455 chip set.
2. Placed…
-
```
What steps will reproduce the problem?
1. Loading a boot loader with USB access on it using MPLABX & Pickit2. I used
generic DEMO one from Microchip to compile with a 18f2455 chip set.
2. Placed…
-
Hello, was trying to build this program from source as Ubuntu is unable to locate the package using "sudo apt install flashrom" and I ran into an implicit conversion error in libflashrom.c. Exact erro…
-
Unfortunately the Majenko SDZL board (so far) is not available, either as a design or a premade board. So I am designing an equivalent SDZL board, with the intention that it will work with the pre bui…
-
after make:
cc -o flashrom cli_classic.o cli_output.o cli_common.o print.o jedec.o stm50.o w39.o w29ee011.o sst28sf040.o 82802ab.o sst49lfxxxc.o sst_fwhub.o edi.o flashchips.o spi.o spi25.o spi25_…
-
So one problem with the Xbee/WiFly board I'm using is that it only supports a single TCP port. I suspect this makes it pretty much useless for things like serial to TCP adapter mode because you can'…