Re: [Emc-users] Rpi4B OS

2021-04-07 Thread Sam Sokolik
I have always used DD to create the images.  You just have to make sure you
are writing the IMG not the ZIP  Something like

sudo dd bs=4M if=~/Downloads/2020-05-01-linuxcnc-pi4.img of=/dev/mmcblk0

sam

On Wed, Apr 7, 2021 at 12:23 PM John Dammeyer 
wrote:

> Even for the initial upgrading of my STMBL AC Servo drive it wasn't
> possible to use Windows.  So I created a Raspberry Pi version that had all
> the tools including the source code for the two STM processors.  I used it
> to compile and load the firmware into the STMBL and do initial serial
> debugging.  That was several years ago now I think.   That SD card is in a
> little back with a few notes on how to do this.  So as long as I have a Pi3
> around I can do things with the STMBL code.
>
> Even if you are  a Pure Linux Fan, it's handy to keep a dual boot PC
> around that has a version of Windows for those applications that aren't
> available for Linux.  This could be one of those if you are having trouble
> programming an micro SD card with the LinuxCNC image.
>
> John Dammeyer
>
>
> > -Original Message-
> > From: John Dammeyer [mailto:jo...@autoartisans.com]
> > Sent: April-07-21 10:09 AM
> > To: 'Enhanced Machine Controller (EMC)'
> > Subject: Re: [Emc-users] Rpi4B OS
> >
> > Dave,
> > I only run Linux on Pi, Raspberry and the PC that is connected to the
> MESA 7i92H.  To get LinuxCNC onto the Pi4 I have this file in the
> > same desktop folder as the Balena Etcher on a WIN-10 Laptop.
> >
> > 2020-09-08-linuxcnc-2.8.0-pi4.img  came from the ZIP file I downloaded.
> >
> > Select the SD card location, click FLASH and when done insert into Pi4
> which is connected to Screen, keyboard and mouse.  Boot and
> > follow start up instructions.  Add or modify HAL and INI files and run
> LinuxCNC.
> >
> > This is really a brain dead installation.
> > John Dammeyer
> >
> >
> >
> > > -Original Message-
> > > From: dave engvall [mailto:dengv...@charter.net]
> > > Sent: April-07-21 9:34 AM
> > > To: emc-users@lists.sourceforge.net
> > > Subject: Re: [Emc-users] Rpi4B OS
> > >
> > > So if I have a raspian os running that will run linuxcnc  ??? an
> arm
> > > version that is.
> > > ...and I've?? gone thru a? whole lot of angst for nothing?
> > > Dave
> > >
> > > On 4/7/21 9:02 AM, Gene Heskett wrote:
> > > > On Wednesday 07 April 2021 01:24:35 dave engvall wrote:
> > > >
> > > > You can use dd, on an x86 box to write the u-sd card, that is not the
> > > > problem, but here is the problem, you did NOT start with the raspbian
> > > > #.iso file. It will be complete with all that.
> > > >
> > > >> OK, so I download 20210210_raspi_4_buster.img.xz
> > > >  From what url, I'll look and make sure you can get the right stuff.
> > > >
> > > >> check sha256 and it matches
> > > >> make a *.img out of it.
> > > >> attempt to install the rpi-imager ? no x86 version.?? so use dd
> > > >> dd to SD: ? dd bs = 1M if=202010210-raspi_4.buster.img
> > > >> of=/media/dave/3339-3839/rpi_4_buster
> > > >> unmount
> > > >> put SD in rpi4B and power up
> > > >> get the same error? messages as before:
> > > >>
> > > >> autoboot.txt not found
> > > >> config.txt not found
> > > >> recover4.elf not found
> > > >> recovery.elf not found
> > > >> start.elf not found
> > > >> SD boot failed
> > > >>
> > > >> So is the .img missing bits and pieces or are there steps beyond the
> > > >> dd of the image that need to
> > > >> add the missing files?? If so where do I look for these files?
> > > >>
> > > >> Dave
> > > >>
> > > >> On 4/6/21 4:47 PM, andy pugh wrote:
> > > >>> On Tue, 6 Apr 2021 at 22:56, Feral Engineer
> > > > < <mailto:theferalengin...@gmail.com> theferalengin...@gmail.com>
> wrote:
> > > >>>> Have you experienced crashes in lcnc on a pi4b?
> > > >>> TBH I haven't really used it. I have lots of other LinuxCNC
> machines
> > > >>> which actually have monitors.
> > > >> ___
> > > >> Emc-users mailing list
> > > >>  <mailto:Emc-users@lists.sourceforge.net>
> Emc-users@lists.sourceforge.net
> > > >>  <https://lists.sourceforge.net/lists/listinfo/emc-users>
> https://lists.sourceforge.net/lists/listinfo/emc-users
> > > >
> > > > Cheers, Gene Heskett
> > >
> > >
> > >
> > > ___
> > > Emc-users mailing list
> > >  <mailto:Emc-users@lists.sourceforge.net>
> Emc-users@lists.sourceforge.net
> > >  <https://lists.sourceforge.net/lists/listinfo/emc-users>
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread John Dammeyer
Even for the initial upgrading of my STMBL AC Servo drive it wasn't possible to 
use Windows.  So I created a Raspberry Pi version that had all the tools 
including the source code for the two STM processors.  I used it to compile and 
load the firmware into the STMBL and do initial serial debugging.  That was 
several years ago now I think.   That SD card is in a little back with a few 
notes on how to do this.  So as long as I have a Pi3 around I can do things 
with the STMBL code. 

Even if you are  a Pure Linux Fan, it's handy to keep a dual boot PC around 
that has a version of Windows for those applications that aren't available for 
Linux.  This could be one of those if you are having trouble programming an 
micro SD card with the LinuxCNC image.

John Dammeyer


> -Original Message-
> From: John Dammeyer [mailto:jo...@autoartisans.com]
> Sent: April-07-21 10:09 AM
> To: 'Enhanced Machine Controller (EMC)'
> Subject: Re: [Emc-users] Rpi4B OS
> 
> Dave,
> I only run Linux on Pi, Raspberry and the PC that is connected to the MESA 
> 7i92H.  To get LinuxCNC onto the Pi4 I have this file in the
> same desktop folder as the Balena Etcher on a WIN-10 Laptop.
> 
> 2020-09-08-linuxcnc-2.8.0-pi4.img  came from the ZIP file I downloaded.
> 
> Select the SD card location, click FLASH and when done insert into Pi4 which 
> is connected to Screen, keyboard and mouse.  Boot and
> follow start up instructions.  Add or modify HAL and INI files and run 
> LinuxCNC.
> 
> This is really a brain dead installation.
> John Dammeyer
> 
> 
> 
> > -Original Message-
> > From: dave engvall [mailto:dengv...@charter.net]
> > Sent: April-07-21 9:34 AM
> > To: emc-users@lists.sourceforge.net
> > Subject: Re: [Emc-users] Rpi4B OS
> >
> > So if I have a raspian os running that will run linuxcnc  ??? an arm
> > version that is.
> > ...and I've?? gone thru a? whole lot of angst for nothing?
> > Dave
> >
> > On 4/7/21 9:02 AM, Gene Heskett wrote:
> > > On Wednesday 07 April 2021 01:24:35 dave engvall wrote:
> > >
> > > You can use dd, on an x86 box to write the u-sd card, that is not the
> > > problem, but here is the problem, you did NOT start with the raspbian
> > > #.iso file. It will be complete with all that.
> > >
> > >> OK, so I download 20210210_raspi_4_buster.img.xz
> > >  From what url, I'll look and make sure you can get the right stuff.
> > >
> > >> check sha256 and it matches
> > >> make a *.img out of it.
> > >> attempt to install the rpi-imager ? no x86 version.?? so use dd
> > >> dd to SD: ? dd bs = 1M if=202010210-raspi_4.buster.img
> > >> of=/media/dave/3339-3839/rpi_4_buster
> > >> unmount
> > >> put SD in rpi4B and power up
> > >> get the same error? messages as before:
> > >>
> > >> autoboot.txt not found
> > >> config.txt not found
> > >> recover4.elf not found
> > >> recovery.elf not found
> > >> start.elf not found
> > >> SD boot failed
> > >>
> > >> So is the .img missing bits and pieces or are there steps beyond the
> > >> dd of the image that need to
> > >> add the missing files?? If so where do I look for these files?
> > >>
> > >> Dave
> > >>
> > >> On 4/6/21 4:47 PM, andy pugh wrote:
> > >>> On Tue, 6 Apr 2021 at 22:56, Feral Engineer
> > > < <mailto:theferalengin...@gmail.com> theferalengin...@gmail.com> wrote:
> > >>>> Have you experienced crashes in lcnc on a pi4b?
> > >>> TBH I haven't really used it. I have lots of other LinuxCNC machines
> > >>> which actually have monitors.
> > >> ___
> > >> Emc-users mailing list
> > >>  <mailto:Emc-users@lists.sourceforge.net> Emc-users@lists.sourceforge.net
> > >>  <https://lists.sourceforge.net/lists/listinfo/emc-users> 
> > >> https://lists.sourceforge.net/lists/listinfo/emc-users
> > >
> > > Cheers, Gene Heskett
> >
> >
> >
> > ___
> > Emc-users mailing list
> >  <mailto:Emc-users@lists.sourceforge.net> Emc-users@lists.sourceforge.net
> >  <https://lists.sourceforge.net/lists/listinfo/emc-users> 
> > https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread John Dammeyer
Dave,
I only run Linux on Pi, Raspberry and the PC that is connected to the MESA 
7i92H.  To get LinuxCNC onto the Pi4 I have this file in the same desktop 
folder as the Balena Etcher on a WIN-10 Laptop.
 
2020-09-08-linuxcnc-2.8.0-pi4.img  came from the ZIP file I downloaded.   
 
Select the SD card location, click FLASH and when done insert into Pi4 which is 
connected to Screen, keyboard and mouse.  Boot and follow start up 
instructions.  Add or modify HAL and INI files and run LinuxCNC.  
 
This is really a brain dead installation.
John Dammeyer
 

 
> -Original Message-
> From: dave engvall [mailto:dengv...@charter.net]
> Sent: April-07-21 9:34 AM
> To: emc-users@lists.sourceforge.net
> Subject: Re: [Emc-users] Rpi4B OS
> 
> So if I have a raspian os running that will run linuxcnc  ??? an arm
> version that is.
> ...and I've�� gone thru a� whole lot of angst for nothing?
> Dave
> 
> On 4/7/21 9:02 AM, Gene Heskett wrote:
> > On Wednesday 07 April 2021 01:24:35 dave engvall wrote:
> >
> > You can use dd, on an x86 box to write the u-sd card, that is not the
> > problem, but here is the problem, you did NOT start with the raspbian
> > #.iso file. It will be complete with all that.
> >
> >> OK, so I download 20210210_raspi_4_buster.img.xz
> >  From what url, I'll look and make sure you can get the right stuff.
> >
> >> check sha256 and it matches
> >> make a *.img out of it.
> >> attempt to install the rpi-imager � no x86 version.�� so use dd
> >> dd to SD: � dd bs = 1M if=202010210-raspi_4.buster.img
> >> of=/media/dave/3339-3839/rpi_4_buster
> >> unmount
> >> put SD in rpi4B and power up
> >> get the same error� messages as before:
> >>
> >> autoboot.txt not found
> >> config.txt not found
> >> recover4.elf not found
> >> recovery.elf not found
> >> start.elf not found
> >> SD boot failed
> >>
> >> So is the .img missing bits and pieces or are there steps beyond the
> >> dd of the image that need to
> >> add the missing files?� If so where do I look for these files?
> >>
> >> Dave
> >>
> >> On 4/6/21 4:47 PM, andy pugh wrote:
> >>> On Tue, 6 Apr 2021 at 22:56, Feral Engineer
> > < <mailto:theferalengin...@gmail.com> theferalengin...@gmail.com> wrote:
> >>>> Have you experienced crashes in lcnc on a pi4b?
> >>> TBH I haven't really used it. I have lots of other LinuxCNC machines
> >>> which actually have monitors.
> >> ___
> >> Emc-users mailing list
> >>  <mailto:Emc-users@lists.sourceforge.net> Emc-users@lists.sourceforge.net
> >>  <https://lists.sourceforge.net/lists/listinfo/emc-users> 
> >> https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> > Cheers, Gene Heskett
> 
> 
> 
> ___
> Emc-users mailing list
>  <mailto:Emc-users@lists.sourceforge.net> Emc-users@lists.sourceforge.net
>  <https://lists.sourceforge.net/lists/listinfo/emc-users> 
> https://lists.sourceforge.net/lists/listinfo/emc-users
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread dave engvall
So if I have a raspian os running that will run linuxcnc  ??? an arm 
version that is.

...and I've   gone thru a  whole lot of angst for nothing?
Dave

On 4/7/21 9:02 AM, Gene Heskett wrote:

On Wednesday 07 April 2021 01:24:35 dave engvall wrote:

You can use dd, on an x86 box to write the u-sd card, that is not the
problem, but here is the problem, you did NOT start with the raspbian
#.iso file. It will be complete with all that.


OK, so I download 20210210_raspi_4_buster.img.xz

 From what url, I'll look and make sure you can get the right stuff.


check sha256 and it matches
make a *.img out of it.
attempt to install the rpi-imager   no x86 version.   so use dd
dd to SD:   dd bs = 1M if=202010210-raspi_4.buster.img
of=/media/dave/3339-3839/rpi_4_buster
unmount
put SD in rpi4B and power up
get the same error  messages as before:

autoboot.txt not found
config.txt not found
recover4.elf not found
recovery.elf not found
start.elf not found
SD boot failed

So is the .img missing bits and pieces or are there steps beyond the
dd of the image that need to
add the missing files?  If so where do I look for these files?

Dave

On 4/6/21 4:47 PM, andy pugh wrote:

On Tue, 6 Apr 2021 at 22:56, Feral Engineer

 wrote:

Have you experienced crashes in lcnc on a pi4b?

TBH I haven't really used it. I have lots of other LinuxCNC machines
which actually have monitors.

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene Heskett




___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread Dr. Andreas O. Lindner
Hello Dave,

I never had any luck with dd on the original images, I always used the rip 
tools.

Andreas



> Am 07.04.2021 um 17:52 schrieb Eric Keller :
> 
> Dave,
> It sure sounds like you are failing at the first step, you shouldn't have
> to dd, and it's probably not going to work. You don't have a linux computer?
> Eric
> 
> 
> On Wed, Apr 7, 2021 at 11:15 AM dave engvall  wrote:
> 
>> Confusion reigns!
>> The idea is to use the pi to drive a 7i90->7i33
>> I just tried the link John recommended .. 2.8.1 with the same result so
>> it looks like I need to shift gears.
>> I'm lost;  I just need a version that will run linuxcnc with servos.
>> Agnostic about which version.
>> If raspianos with uspace(?) will do that I'm happy. I just need
>> something to WORK. ;-)
>> With some pain I can use my wife's  Mac and the rpi-tools to get an
>> image on to the SD.
>> Wandering in the wilderness.
>> 
>> Dave
>> 
>> 
>> On 4/7/21 7:31 AM, andy pugh wrote:
>>> On Wed, 7 Apr 2021 at 15:25, dave engvall  wrote:
 Image is one at top of page.  buster 4 G
 https://raspi.debian.net/tested-images/
>>> Do you actually want to run LinuxCNC on the Pi?
>>> 
>>> Why are you using the Debian image rather than the official Raspbian
>>> one, or the LinuxCNC one.
>>> 
>> 
>> 
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread Gene Heskett
On Wednesday 07 April 2021 01:24:35 dave engvall wrote:

You can use dd, on an x86 box to write the u-sd card, that is not the 
problem, but here is the problem, you did NOT start with the raspbian 
#.iso file. It will be complete with all that.

> OK, so I download 20210210_raspi_4_buster.img.xz

From what url, I'll look and make sure you can get the right stuff.

> check sha256 and it matches
> make a *.img out of it.
> attempt to install the rpi-imager   no x86 version.   so use dd
> dd to SD:   dd bs = 1M if=202010210-raspi_4.buster.img
> of=/media/dave/3339-3839/rpi_4_buster
> unmount
> put SD in rpi4B and power up
> get the same error  messages as before:
>
> autoboot.txt not found
> config.txt not found
> recover4.elf not found
> recovery.elf not found
> start.elf not found
> SD boot failed
>
> So is the .img missing bits and pieces or are there steps beyond the
> dd of the image that need to
> add the missing files?  If so where do I look for these files?
>
> Dave
>
> On 4/6/21 4:47 PM, andy pugh wrote:
> > On Tue, 6 Apr 2021 at 22:56, Feral Engineer 
 wrote:
> >> Have you experienced crashes in lcnc on a pi4b?
> >
> > TBH I haven't really used it. I have lots of other LinuxCNC machines
> > which actually have monitors.
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread Eric Keller
Dave,
It sure sounds like you are failing at the first step, you shouldn't have
to dd, and it's probably not going to work. You don't have a linux computer?
Eric


On Wed, Apr 7, 2021 at 11:15 AM dave engvall  wrote:

> Confusion reigns!
> The idea is to use the pi to drive a 7i90->7i33
> I just tried the link John recommended .. 2.8.1 with the same result so
> it looks like I need to shift gears.
> I'm lost;  I just need a version that will run linuxcnc with servos.
> Agnostic about which version.
> If raspianos with uspace(?) will do that I'm happy. I just need
> something to WORK. ;-)
> With some pain I can use my wife's  Mac and the rpi-tools to get an
> image on to the SD.
> Wandering in the wilderness.
>
> Dave
>
>
> On 4/7/21 7:31 AM, andy pugh wrote:
> > On Wed, 7 Apr 2021 at 15:25, dave engvall  wrote:
> >> Image is one at top of page.  buster 4 G
> >> https://raspi.debian.net/tested-images/
> > Do you actually want to run LinuxCNC on the Pi?
> >
> > Why are you using the Debian image rather than the official Raspbian
> > one, or the LinuxCNC one.
> >
>
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread dave engvall

Confusion reigns!
The idea is to use the pi to drive a 7i90->7i33
I just tried the link John recommended .. 2.8.1 with the same result so 
it looks like I need to shift gears.
I'm lost;  I just need a version that will run linuxcnc with servos. 
Agnostic about which version.
If raspianos with uspace(?) will do that I'm happy. I just need 
something to WORK. ;-)
With some pain I can use my wife's  Mac and the rpi-tools to get an 
image on to the SD.

Wandering in the wilderness.

Dave


On 4/7/21 7:31 AM, andy pugh wrote:

On Wed, 7 Apr 2021 at 15:25, dave engvall  wrote:

Image is one at top of page.  buster 4 G
https://raspi.debian.net/tested-images/

Do you actually want to run LinuxCNC on the Pi?

Why are you using the Debian image rather than the official Raspbian
one, or the LinuxCNC one.





___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread andy pugh
On Wed, 7 Apr 2021 at 15:25, dave engvall  wrote:
>
> Image is one at top of page.  buster 4 G
> https://raspi.debian.net/tested-images/

Do you actually want to run LinuxCNC on the Pi?

Why are you using the Debian image rather than the official Raspbian
one, or the LinuxCNC one.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread dave engvall

Image is one at top of page.  buster 4 G
https://raspi.debian.net/tested-images/

I'm doing everything  on a I7 with Ubuntu 16.04.1 then write to 32G SD 
an take that to the pi.


Dave

On 4/7/21 12:49 AM, andy pugh wrote:

On Wed, 7 Apr 2021 at 06:28, dave engvall  wrote:


attempt to install the rpi-imager   no x86 version.   so use dd

There is a Pi Imager .deb here.
https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb

Or are you running a 32 bit kernel?





___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread andy pugh
On Wed, 7 Apr 2021 at 06:28, dave engvall  wrote:

> attempt to install the rpi-imager   no x86 version.   so use dd

There is a Pi Imager .deb here.
https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb

Or are you running a 32 bit kernel?

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-07 Thread John Dammeyer
I'm using the 2.8.0-pi4.zip originally pulled from here:
http://linuxcnc.org/docs/html/getting-started/getting-linuxcnc.html
which now links to:
http://www.linuxcnc.org/iso/linuxcnc-2.8.1-pi4.zip

Unless Andy says something different this should work too.  If you want I can 
try it.

John Dammeyer

> -Original Message-
> From: John Dammeyer [mailto:jo...@autoartisans.com]
> Sent: April-06-21 11:43 PM
> To: 'Enhanced Machine Controller (EMC)'
> Subject: Re: [Emc-users] Rpi4B OS
> 
> Where did you get the image?  Could you post the complete path?
> 
> > -Original Message-
> > From: dave engvall [mailto:dengv...@charter.net]
> > Sent: April-06-21 10:45 PM
> > To: emc-users@lists.sourceforge.net
> > Subject: Re: [Emc-users] Rpi4B OS
> >
> >
> >
> > On 4/6/21 10:24 PM, dave engvall wrote:
> > > OK, so I download 20210210_raspi_4_buster.img.xz
> > > check sha256 and it matches
> > > make a *.img out of it.
> > > attempt to install the rpi-imager ? no x86 version.?? so use dd
> > > dd to SD: ? dd bs = 1M if=202010210-raspi_4.buster.img
> > > of=/media/dave/3339-3839/rpi_4_buster
> > > unmount
> > > put SD in rpi4B and power up
> > > get the same error? messages as before:
> > >
> > > autoboot.txt not found
> > > config.txt not found
> > > recover4.elf not found
> > > recovery.elf not found
> > > start.elf not found
> > > SD boot failed
> > >
> > > So is the .img missing bits and pieces or are there steps beyond the
> > > dd of the image that need to
> > > add the missing files?? If so where do I look for these files?
> > >
> > > Dave
> > >
> > >
> > > On 4/6/21 4:47 PM, andy pugh wrote:
> > >> On Tue, 6 Apr 2021 at 22:56, Feral Engineer
> > >>  wrote:
> > >>
> > >>> Have you experienced crashes in lcnc on a pi4b?
> > >> TBH I haven't really used it. I have lots of other LinuxCNC machines
> > >> which actually have monitors.
> > >>
> > >
> > >
> > >
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> >
> >
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-06 Thread John Dammeyer
Where did you get the image?  Could you post the complete path?

> -Original Message-
> From: dave engvall [mailto:dengv...@charter.net]
> Sent: April-06-21 10:45 PM
> To: emc-users@lists.sourceforge.net
> Subject: Re: [Emc-users] Rpi4B OS
> 
> 
> 
> On 4/6/21 10:24 PM, dave engvall wrote:
> > OK, so I download 20210210_raspi_4_buster.img.xz
> > check sha256 and it matches
> > make a *.img out of it.
> > attempt to install the rpi-imager � no x86 version.�� so use dd
> > dd to SD: � dd bs = 1M if=202010210-raspi_4.buster.img
> > of=/media/dave/3339-3839/rpi_4_buster
> > unmount
> > put SD in rpi4B and power up
> > get the same error� messages as before:
> >
> > autoboot.txt not found
> > config.txt not found
> > recover4.elf not found
> > recovery.elf not found
> > start.elf not found
> > SD boot failed
> >
> > So is the .img missing bits and pieces or are there steps beyond the
> > dd of the image that need to
> > add the missing files?� If so where do I look for these files?
> >
> > Dave
> >
> >
> > On 4/6/21 4:47 PM, andy pugh wrote:
> >> On Tue, 6 Apr 2021 at 22:56, Feral Engineer
> >>  wrote:
> >>
> >>> Have you experienced crashes in lcnc on a pi4b?
> >> TBH I haven't really used it. I have lots of other LinuxCNC machines
> >> which actually have monitors.
> >>
> >
> >
> >
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-06 Thread dave engvall



On 4/6/21 10:24 PM, dave engvall wrote:

OK, so I download 20210210_raspi_4_buster.img.xz
check sha256 and it matches
make a *.img out of it.
attempt to install the rpi-imager   no x86 version.   so use dd
dd to SD:   dd bs = 1M if=202010210-raspi_4.buster.img 
of=/media/dave/3339-3839/rpi_4_buster

unmount
put SD in rpi4B and power up
get the same error  messages as before:

autoboot.txt not found
config.txt not found
recover4.elf not found
recovery.elf not found
start.elf not found
SD boot failed

So is the .img missing bits and pieces or are there steps beyond the 
dd of the image that need to

add the missing files?  If so where do I look for these files?

Dave


On 4/6/21 4:47 PM, andy pugh wrote:
On Tue, 6 Apr 2021 at 22:56, Feral Engineer 
 wrote:



Have you experienced crashes in lcnc on a pi4b?

TBH I haven't really used it. I have lots of other LinuxCNC machines
which actually have monitors.





___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users




___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-06 Thread dave engvall

OK, so I download 20210210_raspi_4_buster.img.xz
check sha256 and it matches
make a *.img out of it.
attempt to install the rpi-imager   no x86 version.   so use dd
dd to SD:   dd bs = 1M if=202010210-raspi_4.buster.img 
of=/media/dave/3339-3839/rpi_4_buster

unmount
put SD in rpi4B and power up
get the same error  messages as before:

autoboot.txt not found
config.txt not found
recover4.elf not found
recovery.elf not found
start.elf not found
SD boot failed

So is the .img missing bits and pieces or are there steps beyond the dd 
of the image that need to

add the missing files?  If so where do I look for these files?

Dave


On 4/6/21 4:47 PM, andy pugh wrote:

On Tue, 6 Apr 2021 at 22:56, Feral Engineer  wrote:


Have you experienced crashes in lcnc on a pi4b?

TBH I haven't really used it. I have lots of other LinuxCNC machines
which actually have monitors.





___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-06 Thread andy pugh
On Tue, 6 Apr 2021 at 22:56, Feral Engineer  wrote:

> Have you experienced crashes in lcnc on a pi4b?

TBH I haven't really used it. I have lots of other LinuxCNC machines
which actually have monitors.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-06 Thread John Dammeyer
Edited...
Hi Phil,
I only had issues with occasional loss of Ethernet messaging which required 
restarting LinuxCNC and homing again with the Pi4 and Mesa 7i92H.  Upgrading 
the power supply to at least 3A made a difference.   I used the same display, 
keyboard and mouse I used with the PC.  

Edit: Forgot to mention that I used the HAL and INI files from the PC version 
along with the Pi 2.8 version for LinuxCNC.  No building required.  Minor 
changes to the HAL and INI.

I'm back to the PC because so far I'm not changing away from my dual boot 
testing.  I have very randomly with no apparent reason also lost Ethernet with 
the Mesa on the PC.  But nothing that indicates why it might happen.  It's very 
rare and usually only when I've been mucking around with things.

John


> -Original Message-
> From: Feral Engineer [mailto:theferalengin...@gmail.com]
> Sent: April-06-21 2:54 PM
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] Rpi4B OS
> 
> Andy,
> 
> Have you experienced crashes in lcnc on a pi4b? I've had the software bomb
> out on me a bunch of times, mainly when tapping the touchscreen too
> quickly. Do you have any recommended settings for the best speed and
> reliability?
> 
> Phil T.
> The Feral Engineer
> 
> Check out my LinuxCNC tutorials, machine builds and other antics at
> www.youtube.com/c/theferalengineer
> 
> On Tue, Apr 6, 2021, 5:51 PM andy pugh  wrote:
> 
> > On Tue, 6 Apr 2021 at 22:35, dave engvall  wrote:
> >
> > > Download a buster image as a .zip. Unpack to get an .img.
> >
> > Which Buster image, from where? The LinuxCNC one works for me, on a
> > variety of Pis.
> >
> > I would suggest using the RPi imager app from Raspberry Pi, that seems
> > to be the most reliable way of writing the SD card.
> > https://www.raspberrypi.org/software/
> >
> >
> > --
> > atp
> > "A motorcycle is a bicycle with a pandemonium attachment and is
> > designed for the especial use of mechanical geniuses, daredevils and
> > lunatics."
> > � George Fitch, Atlanta Constitution Newspaper, 1912
> >
> >
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-06 Thread John Dammeyer
Hi Phil,
I only had issues with occasional loss of Ethernet messaging which required 
restarting LinuxCNC and homing again with the Pi4 and Mesa 7i92H.  Upgrading 
the power supply to at least 3A made a difference.   I used the same display, 
keyboard and mouse I used with the PC.  

I'm back to the PC because so far I'm not changing away from my dual boot 
testing.  I have very randomly with no apparent reason also lost Ethernet with 
the Mesa on the PC.  But nothing that indicates why it might happen.  It's very 
rare and usually only when I've been mucking around with things.

John


> -Original Message-
> From: Feral Engineer [mailto:theferalengin...@gmail.com]
> Sent: April-06-21 2:54 PM
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] Rpi4B OS
> 
> Andy,
> 
> Have you experienced crashes in lcnc on a pi4b? I've had the software bomb
> out on me a bunch of times, mainly when tapping the touchscreen too
> quickly. Do you have any recommended settings for the best speed and
> reliability?
> 
> Phil T.
> The Feral Engineer
> 
> Check out my LinuxCNC tutorials, machine builds and other antics at
> www.youtube.com/c/theferalengineer
> 
> On Tue, Apr 6, 2021, 5:51 PM andy pugh  wrote:
> 
> > On Tue, 6 Apr 2021 at 22:35, dave engvall  wrote:
> >
> > > Download a buster image as a .zip. Unpack to get an .img.
> >
> > Which Buster image, from where? The LinuxCNC one works for me, on a
> > variety of Pis.
> >
> > I would suggest using the RPi imager app from Raspberry Pi, that seems
> > to be the most reliable way of writing the SD card.
> > https://www.raspberrypi.org/software/
> >
> >
> > --
> > atp
> > "A motorcycle is a bicycle with a pandemonium attachment and is
> > designed for the especial use of mechanical geniuses, daredevils and
> > lunatics."
> > � George Fitch, Atlanta Constitution Newspaper, 1912
> >
> >
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> >
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-06 Thread Feral Engineer
Andy,

Have you experienced crashes in lcnc on a pi4b? I've had the software bomb
out on me a bunch of times, mainly when tapping the touchscreen too
quickly. Do you have any recommended settings for the best speed and
reliability?

Phil T.
The Feral Engineer

Check out my LinuxCNC tutorials, machine builds and other antics at
www.youtube.com/c/theferalengineer

On Tue, Apr 6, 2021, 5:51 PM andy pugh  wrote:

> On Tue, 6 Apr 2021 at 22:35, dave engvall  wrote:
>
> > Download a buster image as a .zip. Unpack to get an .img.
>
> Which Buster image, from where? The LinuxCNC one works for me, on a
> variety of Pis.
>
> I would suggest using the RPi imager app from Raspberry Pi, that seems
> to be the most reliable way of writing the SD card.
> https://www.raspberrypi.org/software/
>
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Rpi4B OS

2021-04-06 Thread andy pugh
On Tue, 6 Apr 2021 at 22:35, dave engvall  wrote:

> Download a buster image as a .zip. Unpack to get an .img.

Which Buster image, from where? The LinuxCNC one works for me, on a
variety of Pis.

I would suggest using the RPi imager app from Raspberry Pi, that seems
to be the most reliable way of writing the SD card.
https://www.raspberrypi.org/software/


-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Rpi4B OS

2021-04-06 Thread dave engvall

Hi,
After much fuss due to a bad assumption I made I finally managed to 
flash the 7i90 for spi. Easy when you do it right.


However, loading an OS isn't going well:
Download a buster image as a .zip. Unpack to get an .img.
dd .img to 32G SD, stick in slot and power up.
I get 4 blinks ( no elf ) and messages on screen that complain about no 
bootxx.txt and elf and elf4 missing.
So I asking for help. I think I need a 7l kernel and uspace. 
Instructions styled for a dummy (I don't seem to be
getting any smarter with age) should move this along.  That is what to 
download and then move it to a 32G SD.

I've  spent way too much time spinning my wheels in the mud.
TIA.

Dave


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users