Testing/Reports/ARM RPi: Difference between revisions
m →Notes |
|||
| Line 106: | Line 106: | ||
*1 Amp Power Supply is marginal with a Dell USB Keyboard and Dell USB Wheel-Mouse connected to the 2 supplied connectors on RPi | *1 Amp Power Supply is marginal with a Dell USB Keyboard and Dell USB Wheel-Mouse connected to the 2 supplied connectors on RPi | ||
*'''Use a 4-Port Powered Desktop Hub to connect them instead''' (Belkin 4-port Powered Hub F4U20-8830-06939 Rev A00) worked | *'''Use a 4-Port Powered Desktop Hub to connect them instead''' (Belkin 4-port Powered Hub F4U20-8830-06939 Rev A00) worked | ||
====Install More Activities in Sugar==== | |||
:(Note: this is experimental as USB's do not Automount on insertion on the RPi) | |||
*Do one of these: 1 or 2 | |||
*1.Download Activites to Desktop with Browser | |||
#rename xxx.xo to xxx.zip | |||
#extract xxx.zip to Desktop | |||
#change permissions to 077 | |||
:apply permissions to files in directories | |||
*Terminal | |||
sudo cp -rf /home/raspbian/Desktop/Surf.activity /usr/share/sugar/activities/ | |||
sudo cp -rf /home/raspbian/Desktop/Browse.activity /usr/share/sugar/activities/ | |||
*Start Sugar-emulator | |||
:new activities should show in f3 Home screen | |||
*2.Insert USB with xxx.xo files | |||
*Make folder /home/raspbian/Desktop/USB | |||
mount -t vfat /dev/sda1 /home/raspbian/Desktop/USB | |||
:USB shows up on Desktop | |||
*Start Sugar-emulator | |||
:Drag Drop install xxxx.xo files from USB to Sugar Journal | |||
===Activities=== | ===Activities=== | ||