|
From: Lonnie A. <li...@lo...> - 2014-03-08 21:39:50
|
Hi David, Yes, "geni586-serial" is what you want, and enable SMP with the following entry in your .config file: -- BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="project/astlinux/geni586/linux-smp.config" -- The default "geni586-serial" console baud rate is 19200, you will probably get a mis-matched baud rate (garbled characters) with the apu.1c at early boot, you can use setconsole-speed-tty, probably: $ setconsole-speed-tty 38400 ttyS0 (let us know if that works, after a reboot) Yes, you are the guinea pig. :-) Keep us informed here... Lonnie On Mar 8, 2014, at 3:20 PM, David Kerr wrote: > So, my new APU1C is enroute :-). > > What settings do I need for a custom build? I have been using the "alix" board type, but should I change to "geni586-serial" for the new board. Also as it is dual core should I build the SMP kernel? > > Suggestions? Or as this is so new am I the guinea pig? > > Thanks, > David. |