Difference between revisions of "Heirloom BT pairing setup"
(9 intermediate revisions by the same user not shown) | |||
Line 35: | Line 35: | ||
###In the BT shell, type 'connect 90:' and hit tab. | ###In the BT shell, type 'connect 90:' and hit tab. | ||
###In the BT shell, type 'quit' | ###In the BT shell, type 'quit' | ||
− | #You should now be back in the main terminal window environment. | + | ###You should now be back in the main terminal window environment. |
− | # | + | #Update the firmware on the target |
##Mount the SSD with 'mount /dev/sda3 /mnt' | ##Mount the SSD with 'mount /dev/sda3 /mnt' | ||
− | |||
− | |||
− | |||
##Insert the USB drive with firmware update into the front panel board | ##Insert the USB drive with firmware update into the front panel board | ||
##mount the USB drive to 'mount /dev/sdb1 /mnt2' | ##mount the USB drive to 'mount /dev/sdb1 /mnt2' | ||
##go to the drive directory with 'cd /mnt2' | ##go to the drive directory with 'cd /mnt2' | ||
##run update using 'dpkg --root=/mnt -i *.deb' | ##run update using 'dpkg --root=/mnt -i *.deb' | ||
− | ##manually install /boot contents because you can't do that on a /mnt environment | + | #Copy the BT configuration from the temporary boot environment onto the permanent SSD environment |
− | + | ##Install BT firmware with 'dpkg –root=/mnt -i ~/Downloads/firmware-atheros_0.43_all.deb' | |
− | ### cp novena.dtb / | + | ##Copy BT configuration with 'cp -a /var/lib/bluetooth /mnt/var/lib/' |
− | + | #manually install /boot contents because you can't do that on a /mnt environment | |
− | ##test audio by playing a song. 'mplayer -ao pulse::1 test.mp3'. You will need to unmute audio using alsamixer. Run 'alsamixer', select the imx audio device using F6, and unmute any channels that are muted. | + | ##run 'mount /dev/sda1 /mnt3' |
− | ##unmount USB drive wtih 'umount /mnt2' | + | ## cp novena.dtb /mnt3; cp zimage /mnt3 |
+ | ## umount /mnt3 | ||
+ | ## run 'mount /dev/mmcblk1p1 /mnt3' | ||
+ | ## cp novena.dtb /mnt3; cp zimage /mnt3 | ||
+ | ## umount /mnt3 | ||
+ | #Test audio | ||
+ | ## test audio by playing a song. 'mplayer -ao pulse::1 test.mp3'. You will need to unmute audio using alsamixer. Run 'alsamixer', select the imx audio device using F6, and unmute any channels that are muted. | ||
+ | ##unmount USB drive wtih 'cd; umount /mnt2' | ||
#Set the hardware EEPROM with heirloom flag | #Set the hardware EEPROM with heirloom flag | ||
##use novena-eeprom to update the heirloom flag: 'novena-eeprom -f es8328,senoko,edp,pcie,gbit,hdmi,eepromoops,sataroot,heirloom -w'. A script called eeprom-cmd.sh was created for convenience. | ##use novena-eeprom to update the heirloom flag: 'novena-eeprom -f es8328,senoko,edp,pcie,gbit,hdmi,eepromoops,sataroot,heirloom -w'. A script called eeprom-cmd.sh was created for convenience. | ||
Line 59: | Line 63: | ||
#Remove bluetooth config on the temporary boot environment | #Remove bluetooth config on the temporary boot environment | ||
##type 'systemctl stop bluetooth' | ##type 'systemctl stop bluetooth' | ||
− | ##type 'rm -rf /var/lib/bluetooth' | + | ##type 'rm -rf /var/lib/bluetooth/*' |
#Test the configuration | #Test the configuration | ||
##Shutdown the system with 'shutdown -h now' | ##Shutdown the system with 'shutdown -h now' | ||
##Remove the SD card from the external SD card slot | ##Remove the SD card from the external SD card slot | ||
+ | ##Make sure the system is in cold shutdown state (orange light off) | ||
##Reboot the system using the power button (to test the button). It should go to a blue screen with a text menu on it. | ##Reboot the system using the power button (to test the button). It should go to a blue screen with a text menu on it. | ||
+ | ##The fan should be spinning during power-on. | ||
##Flick the right switch on the BT keyboard to re-initiate pairing. | ##Flick the right switch on the BT keyboard to re-initiate pairing. | ||
##Hit the space bar on the bluetooth keyboard. It should automatically associate, and you can tell it's working by using the up/down arrow keys to navigate the menu. | ##Hit the space bar on the bluetooth keyboard. It should automatically associate, and you can tell it's working by using the up/down arrow keys to navigate the menu. | ||
+ | ##Take note if the fan is spinning. It should be stopped now if the thermal driver is working correctly. | ||
#Turn the system off. You are now done | #Turn the system off. You are now done |
Latest revision as of 19:19, 28 March 2015
Procedure used to prime Novena Heirloom laptops
This is run on the Novena Heirloom laptops prior to shipping to pair the BT keyboard.
- Extract the heirloom hardware kit, and assemble the hardware for booting.
- Pull out motherboard, long flex cable, PCIe card, hard drive. Return other items to box.
- Use ESD bag to line workspace.
- Attach PCIe card using a temporary screw.
- Label PCIe card with box number.
- Attach front panel board with matching numbered board
- Attach fan to front panel board
- Attach temporary speakers to front panel board
- Attach LCD panel adapter
- Label BT keyboard with corresponding box number
- Label hard drive with corresponding box number
- Attach hard drive
- Boot into temporary environment using external SD image (to avoid spoiling the first boot experience primed on the SSD)
- Insert SD card for heirloom init
- Short across the P_EXT header
- Attach temporary battery board. This should power on the system.
- It should boot to a login screen, and not a blue screen with a text menu on it
- Plug in a USB keyboard to the front panel board
- Type in 'root' and 'kosagi' to log in
- Configure BT in the temporary boot environment with the new keyboard
- Start a terminal window
- type 'bluetoothctl'. You will now be in the bluetooth shell. Here, you will pair and trust the keyboard.
- In the BT shell, type 'power on'
- In the BT shell, type 'agent KeyboardOnly'
- In the BT shell, type 'default-agent'
- In the BT shell, type 'pairable on'
- In the BT shell, type 'scan on'. At this point, flick the switch on the right hand side of the BT keyboard. You should see within a few seconds the keyboard show up, with an MAC ID starting with 90:...
- In the BT shell, type 'pair 90:' and hit tab. This should tab-complete the whole BT keyboard MAC ID.
- Follow the instructions (e.g. typing into BT keyboard the 6-digit PIN followed by enter key). If there is no prompt to pair using a PIN code, allow the pairing to abort, and try again. Do not proceed with next steps until you've been prompted to enter a PIN code.
- After typing in the PIN, the system should indicate the keyboard is paired.
- In the BT shell, type 'trust 90:' and hit tab.
- In the BT shell, type 'connect 90:' and hit tab.
- In the BT shell, type 'quit'
- You should now be back in the main terminal window environment.
- Update the firmware on the target
- Mount the SSD with 'mount /dev/sda3 /mnt'
- Insert the USB drive with firmware update into the front panel board
- mount the USB drive to 'mount /dev/sdb1 /mnt2'
- go to the drive directory with 'cd /mnt2'
- run update using 'dpkg --root=/mnt -i *.deb'
- Copy the BT configuration from the temporary boot environment onto the permanent SSD environment
- Install BT firmware with 'dpkg –root=/mnt -i ~/Downloads/firmware-atheros_0.43_all.deb'
- Copy BT configuration with 'cp -a /var/lib/bluetooth /mnt/var/lib/'
- manually install /boot contents because you can't do that on a /mnt environment
- run 'mount /dev/sda1 /mnt3'
- cp novena.dtb /mnt3; cp zimage /mnt3
- umount /mnt3
- run 'mount /dev/mmcblk1p1 /mnt3'
- cp novena.dtb /mnt3; cp zimage /mnt3
- umount /mnt3
- Test audio
- test audio by playing a song. 'mplayer -ao pulse::1 test.mp3'. You will need to unmute audio using alsamixer. Run 'alsamixer', select the imx audio device using F6, and unmute any channels that are muted.
- unmount USB drive wtih 'cd; umount /mnt2'
- Set the hardware EEPROM with heirloom flag
- use novena-eeprom to update the heirloom flag: 'novena-eeprom -f es8328,senoko,edp,pcie,gbit,hdmi,eepromoops,sataroot,heirloom -w'. A script called eeprom-cmd.sh was created for convenience.
- Unmount SSD with 'umount /mnt'
- Test the suspend function
- Select suspend from the power menu
- Use the wake-up switch to power the system back on again. Verify the BT keyboard still talks to the system.
- Remove bluetooth config on the temporary boot environment
- type 'systemctl stop bluetooth'
- type 'rm -rf /var/lib/bluetooth/*'
- Test the configuration
- Shutdown the system with 'shutdown -h now'
- Remove the SD card from the external SD card slot
- Make sure the system is in cold shutdown state (orange light off)
- Reboot the system using the power button (to test the button). It should go to a blue screen with a text menu on it.
- The fan should be spinning during power-on.
- Flick the right switch on the BT keyboard to re-initiate pairing.
- Hit the space bar on the bluetooth keyboard. It should automatically associate, and you can tell it's working by using the up/down arrow keys to navigate the menu.
- Take note if the fan is spinning. It should be stopped now if the thermal driver is working correctly.
- Turn the system off. You are now done