-
Notifications
You must be signed in to change notification settings - Fork 0
Raspberry Pi
akamlani edited this page Apr 24, 2016
·
2 revisions
- Minimal Requirements
- Hadoop Version 2.7.1
- 8 GB MicroSD Card (not eMMC)
- Ethernet Cable (Ethernet Port on PC or via USB-Ethernet or USB w/Ethernet Hub)
- Operating System Selections
- Ubuntu Snappy
- Windows IoT
- Setup
- Insert SD Card
- Power via Power Adapter or USB to PC (if using hub, it will connect to hub)
- Connect Ethernet to PC or via Hub Bridge (if Ethernet in Hub, else USB to Ethernet required)
- Turn on Internet Connection Sharing (ICS) if connected via Hub Bridge
- Hadoop Configuration
- Benchmarks
- Download image
- Extract and Burn SD Image (Mac Instructions here, N=disk number)
diskutil list
diskutil unmountDisk /dev/diskN
xzcat ubuntu-15.04-snappy-armhf-rpi2.img.xz | sudo dd of=/dev/diskN bs=32m
sync
- Connect devices to PC as listed in Setup Procedure
- Find the ip address of the device (if not known), using output from initial bridge list
ifconfig -a
nmap -sP [ip address]/24
- Default Login: ssh ubuntu@[ip address found]
- Microsoft’s FFU image files require specific Windows file handling software. An alternative would be to manually convert the FFU image format to a raw image format.
- Download Windows 10 IOT Image
- Resources