I have a raspberry pi Zero and I wnat to use a 128GB ssd hard disk with it. How can I connect it to my raspberry pi.
Also be aware about this kickstarter project: https://www.kickstarter.com/projects/2073955313/pidrive-low-power-msata-ssd-for-the-raspberry-pi
Use a USB HDD enclosure.
Google
Related
I'm trying to to extend memory storage in RaspberryPi Pico, because I need space for two exe files that are more than 2MB.
After connecting sd card module it is not showing in Windows. Can someone help me?
Is it possible or did someone manage to get TwinCAT BSD running on a raspberry pi?
I heard that ARM devices are not yet supported by this OS, but on the beckhoff website it is stated:
Quote: "FreeBSD supports both 32 and 64 bit platforms and makes scalable systems possible with ARM CPUs extending up to powerful Xeon CPUs"
Source: https://www.beckhoff.com/en-us/products/ipc/software-and-tools/twincat-bsd/
If not, would it be possible via a virtual machine running on the raspberry pi?
Or does it really need to run on top of a x86 or x64 CPU?
PS: I know that it's possible to get it running on VirtualBox on Windows, but I am specifically asking about a solution with a raspberry pi.
TcBSD/TwinCat is currently only available for x86 (32 bit) and x64 (64 bit) Intel and officially only supported on their industrial/embedded hardware.
FreeBSD, however is supported on Raspberry PI:
Raspberry Pi 3/4
I've never tried, but you should be able to install FreeBSD on a Rock Pi X which is compatible with many Raspberry Pi Hats but is Intel based. The Rock Pi X also runs Windows 10 and Ubuntu.
On the question of whether or not you could run TC/BSD on unsupported hardware:
You’d likely need to modify it and it would depend on FreeBSD working on the RockPi X first.
I am struggling on how to make a Raspberry Pi app for Raspbian (On a raspberry pi). I have searched and searched for hours but I still can't find out how to make one. There are apps that I can use but I cannot install them. Should I use python??... Please help me!!...
I found a few visual editors like XOJO, I am knew to "RASPBERRY PI" stuff.
It's just a bare machine you can cover it with anything you want. It's basically Lightweight Linux distro which we install mostly on the PI. Can support wide range of applications but IOT related products are more often developed using PI. If this is the case you can start here using android also.
https://developer.android.com/things/hardware/raspberrypi
Im trying to build a custom bare metal OS for Raspberry Pi 1 and Zero. I want to emulate any of these machines in QEMU but the only supported machines are raspi2 and raspi3.
I need to run it on a raspi1 or zero because I dont want to implement multicore support and in raspi1 and zero everything its easier.
Thanks!
Are Rebol language implementations small enough to run on cheap experimenter boards like the Raspberry Pi or the BeagleBone? Can it control outputs and GPIO?
I run Rebol 3 on the Raspberry Pi all the time. There is more than enough power to run it. I also wrote a GPIO dialect for Rebol 3 that you can read about in the August 2014 issue of ODROID Magazine (http://magazine.odroid.com) and download from a link in that article. The GPIO dialect was specifically written for ODROID, but could be easily modified for the Raspberry Pi.
Rebol 3 runs well on the Raspberry Pi and I believe it also runs on a BeagleBone.
Use the rebolsource Linux ARMhf build from http://rebolsource.net/
I have not tried using the GPIO functions of the Raspberry Pi yet, but if there is a block device you can read and write to it should be trivial from Rebol.