I thought the instructions from the coreboot HOWTO web page would give me the latest code. The git log command (below) did show recent changes, but when I "cd coreboot; git pull", none of them came down.
What is the command to update src/mainboard/asrock/imb-a180?
Thanks, Mark
On 02/13/2014 10:51 AM, Kyösti Mälkki wrote:
On 02/13/2014 07:58 PM, Mark C. Mason wrote:
I'm new to coreboot, and I'm working to use it with an ASROCK IMB-A180, the H version with the LVDS port.
Hey
You seem to build with coreboot source from Aug 2013. There has been several changes affecting this board since then, some more critical than others so please update your tree.
$ git log -- src/mainboard/asrock/imb-a180/
We generally do not trust the distributions' compiler toolchains, have you run:
$ make crossgcc
Regards, Kyösti