Advanced Search

Search Results (Searched for: raspberry)

10 Apr 2024 00:20

Low Cost Raspberry Pi Contoller Board

Category: Driver Boards

How Many Axis do you need :)

little fun-project, almost without soldering, but works and is inexpensive



 

For this project 5 step/dir channels and some way to control a 3-wire RC servo motor.  I'd go with a 6 channel Mesa card if it wasn't a little pricey and out of stock.   :(

I've seen that setup you mention, or something similar in the LinuxCNC compatible board list.  Soldering doesn't scare me, code does, I'm a novice/intermediate coder. What I liked about the Mesa board I have on my router, it was virtually plug and play. 

If I can save a few dollars and learn something along the way, maybe I'll give this route a go.  I'll have to check into it.
10 Apr 2024 00:01

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

No I didn't install it, just ran the script from the cloned directory ./rpi-eeprom-config.
Odd it partially works,
No cannot see the part to follow,
sudo apt install openssl python-pip fails but suggests
sudo apt install openssl python3-pip (success)
sudo python3 -m pip install cryptodomex
get message about externally managed environment and many options I cannot get to work.
Many thanks for this, but your plan A is looking far the best approach now.
09 Apr 2024 21:27 - 09 Apr 2024 21:33

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

Are you sure you're using the updated tool as that string doesn't appear in the file.

Did you follow this part
Requires Python Cryptodomex libraries and OpenSSL. To install on Raspberry Pi OS run:-
sudo apt install openssl python-pip
sudo python3 -m pip install cryptodomex

How are you calling the new utility ?
How did you "install" it ?

The string you're quoting is from an old version. I suspect you're still running the old version.
09 Apr 2024 20:18

Low Cost Raspberry Pi Contoller Board

Category: Driver Boards

How Many Axis do you need :)

       

little fun-project, almost without soldering, but works and is inexpensive
 
09 Apr 2024 17:28

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

But...
so I run the updated tool, and the BOOT_ORDER info is displayed
I can apparently edit the line. ^O to write it, and ^X
but on exit, the very final kiss of doom is another message.
"This tool only works with a Raspberry Pi 4"

Back to plan a.
09 Apr 2024 17:12

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

Ok, I have to clone the git hub repository and then run the updated tool from the cloned directory.

Not fighting me now.

Thanks
09 Apr 2024 13:52
Issue on boot was created by cncsparko

Issue on boot

Category: General LinuxCNC Questions

Hi all,
Long story short before my time on a tempermanent repair a wire bender was run on linuxcnc but they liked it and kept it (ran 7yrs no issues)
CMOS battery died, shut down cleaned and replaced.
PC boots up fine but linuxcnc won't open.
I've attached a few images of what I get from it when trying to run and open it and the debug file.
apologies for the images, offline machine and no USB to hand (trying to get them to 21st century).

I'm very basic with linux but the messing around has inspired me to grab my raspberry pi and to get playing again (for one never thought to look for a linuxcnc OS)
 
09 Apr 2024 13:14

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

The link was to an updated version of rpi-eeprom-config.
The tool that you tried to use initially.
09 Apr 2024 12:29

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

Sorry but cannot understand how the tools in the link are intended to be used.
So I'll do the "install the RasPiOS image, change from wayland to X via raspiconfig.
Then install the RT kernel & Linuxcnc."

As you first suggested.
09 Apr 2024 11:46

Low Cost Raspberry Pi Contoller Board

Category: Driver Boards

Yeah I did and put forward a reason why. The 5 kinda broke a bit the RPi ecosystem for using the gpios, a lot of mature code won’t work on the 5.
Computation wise it is a beast for a SBC.
09 Apr 2024 11:40

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

No idea.

I’d try the utility I linked to, plus install the extra bits mentioned at the “help section of the file” and see what happens.
But I’m sure you can update the eeprom as well using the above.

I prefer the rsapios as I don’t have issues with setting screen resolution and such.

What rod uses to create the images isn’t too bad, but misses some of the raspios utils.

Until there’s a linuxcnc spi driver for the RPi5 mines sitting in a draw as ATM it’s kinda useless, well for its intended use.
09 Apr 2024 11:07

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

Ok Thanks.

But I could take a Pi5 version of the pieeprom.bin from the github link and place it instead of the current one?
09 Apr 2024 11:01

Low Cost Raspberry Pi Contoller Board

Category: Driver Boards

Did anyone notice the RPI4/8gb is more expensive than RPI5/8gb ?
Still, at 90E it is to much.
BTW, sometimes, i get nice deals on that website, being a good customer n stuff, they are the only ones that actually work here, they deliver to my door and they never failed to deliver whatever i ordered there, even when the price listed was wrong , example got 2 of Creality CR-5 PRO for 656 Euro total when the price was $1300 in china, for one!
So i can justify a bit higher prices for sure, but not for RPI.
End rant.
So what are the prices for ethernet variants?
09 Apr 2024 10:54

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

yeah there's a bit missing from the image, that makes life easier.
I found the easiest route was install the RasPiOS image, change from wayland to X via raspiconfig.
Then install the RT kernel & Linuxcnc.

One of the RPi5 threads has the info to do this.

There's an update version here github.com/raspberrypi/rpi-eeprom/blob/master/rpi-eeprom-config
09 Apr 2024 10:25

Unable to set boot order on Raspberry PI5 with pcie NVMe on HAT.

Category: Computers and OS's

I've installed the rpi-5-debian-bookworm-6.1.61-rt15-arm64-ext4-2023-11-17-1520.img to the drive, and can see it under lsblk.
PI is booted from the same OS on SD card.
To change the boot order, I believe I need to edit the BOOT_ORDER=0xf416 entry
sudo rpi-eeprom-config  --edit  however fails with:-
ERROR: --edit/--apply must run on Raspberry Pi4
sudo rpi-eeprom-update -a   
Message is :- This tool only works on Raspberry Pi4
Is there another way to change the boot order?


 
Displaying 76 - 90 out of 966 results.
Time to create page: 3.175 seconds
Powered by Kunena Forum