Hi,
I need to do a Boot-able USB drive with serial output enabled.
This what i did:
I'm missing something, because after booting on my CPU board, I only get a series of "8000" into my serial port.
any ideas ?
I need to do a Boot-able USB drive with serial output enabled.
This what i did:
* I had Enabled serial output from config.h
* then recompiled memtest
* after that, I had tried to create a boot-able USB drive:
Code:
#define SERIAL_CONSOLE_DEFAULT 1
Code:
$ make clean [I][...][/I] $ make [I][...][/I]
* I had edited Makefile then changed FDISK=/dev/fd0 to FDISK=/dev/sdb
* Then created the boot-able USB drive
* Then created the boot-able USB drive
Code:
$ make install dd <memtest.bin >/dev/sdb bs=8192 20+1 enregistrements lus 20+1 enregistrements écrits 164504 octets (165 kB) copiés, 0,0160675 s, 10,2 MB/s
I'm missing something, because after booting on my CPU board, I only get a series of "8000" into my serial port.
any ideas ?
thanks
Comment