From 8d0222b4b7f897c33753bc44459f1abd11b9e5cc Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Mon, 22 Jan 2018 11:36:04 +0100 Subject: [PATCH] README: add preliminary method for serial transfer --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4b82a5..23cc190 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,18 @@ and have the following setup Now you should be able to copy the image over to your Rasperry Pi and run the -mentioned `flashrom` commands. +mentioned `flashrom` commands. One way to copy, is convertig it to ascii using +`uuencode`: + + + host$ uuencode coreboot.rom coreboot.rom.ascii > coreboot.rom.ascii + rpi$ cat > coreboot.rom.ascii + (close picocom / minicom on host) + host$ cat coreboot.rom.ascii > /dev/ttyUSBX + host$ sha1sum coreboot.rom + (open picocom / minicom again) + rpi$ uudecode -o coreboot.rom coreboot.rom.ascii + rpi$ sha1sum coreboot.rom ## How we build