Re: [9fans] raspberry pi root over tcp

2016-11-25 Thread James A. Robinson
On Thu, Nov 24, 2016 at 11:11 AM, Richard Miller <9f...@hamnavoe.com> wrote: > > > panic: boot process died: undefined instruction: pc 0x605c > > I bet that's a SWPW instruction - valid for armv5, deprecated > for armv6, and illegal for armv7. > > You probably want to apply patch/armv7-atomic on yo

Re: [9fans] raspberry pi root over tcp

2016-11-24 Thread Richard Miller
> panic: boot process died: undefined instruction: pc 0x605c I bet that's a SWPW instruction - valid for armv5, deprecated for armv6, and illegal for armv7. You probably want to apply patch/armv7-atomic on your server and rebuild the arm binaries. If you're booting any old armv5 machines from th

Re: [9fans] raspberry pi root over tcp

2016-11-24 Thread Steve Simon
hi, i haven't tried using a pi as an authority server, i have run one as a disk less terminal booting off my file server. i will try this again tonight as i have been meaning to do so, i will report back later... -Steve > On 24 Nov 2016, at 17:48, James A. Robinson wrote: > > Hi folks, > >