On Fri, Sep 08, 2017 at 08:40:37AM +0200, Christer Solskogen wrote: > On 25-Jul-17 22:40, Mark Kettenis wrote: > > A bit of dmesg pr0n. Same form-factor as the Raspberry Pi (fits in a > > standard Pi case) but has real Gigabit Ethernet. The micro-SD card > > slot works as well. Ethernet works as well, but needs an ifconfig up > > and down after booting. Still working on the external USB ports, > > which are unfortunately Designware crap like the Pi. But allegedly > > with proper DMA. A bit more expensive than the Pi, but the CPU cores > > should be faster. Definitely better build quality than the cheap > > Chinese Allwinner boards. 32-bit only though. > > > > Should Tinker board work out of the box now?
u-boot-with-spl.bin needs to be manually dd'd at the correct offset to install. That is available as part of the u-boot-arm package and includes the device tree. Ethernet still needs a hostname.dwge0 along the lines of !ifconfig \$if down !ifconfig \$if up dhcp cpu scaling isn't done yet and it runs slower than it could. Seems to be running at 500 MHz if my reading of the clock registers was right.