✨ Enjoying this project? Support our work! ✨
- 📺 Banana Pi BPI-P2 Pro YouTube Playlist
- 📺 Banana Pi BPI-M4 Berry YouTube Playlist
- 📺 Banana Pi BPI-M4 Zero YouTube Playlist
- 📺 Banana Pi Forge1
- 📺 Banana Pi CM5 Pro
Below are the default login credentials based on your Banana Pi model:
Login Option | Username | Password |
---|---|---|
Option 1 | pi |
bananapi |
Option 2 | root |
bananapi |
Option 3 (P2-Pro) | linaro |
linaro |
To connect your Banana Pi to a Wi-Fi network:
-
List Available Wi-Fi Networks:
nmcli dev wifi list
-
Connect to a Wi-Fi Network:
sudo nmcli --ask dev wifi connect <network-ssid>
Example:
nmcli --ask dev wifi connect Capgemini_4G
If you encounter SSH fingerprint errors, clear the known hosts file:
echo. > %userprofile%\.ssh\known_hosts
To set up Armbian on Banana Pi:
sudo armbian-install
lsblk
sudo dd if=/dev/zero of=/dev/mmcblk0 bs=4M status=progress
Note: This will erase all data on the device. Ensure you've selected the correct block device.
- Create New Partitions:
sudo fdisk /dev/mmcblk0
- Format Partition as ext4:
sudo mkfs.ext4 /dev/mmcblk0p1
-
Download the Installation Script:
wget https://raw.githubusercontent.com/papercodeIN/BananaPi/refs/heads/main/Scripts/Node_RED_Installation.sh
-
Make the Script Executable:
chmod +x Node_RED_Installation.sh
-
Run the Installation Script:
./Node_RED_Installation.sh