Advertisement
Guest User

Setup nemo-n950-rnd-20140224 and 3.5.3 kernel

a guest
Sep 7th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Install as described in http://wiki.maemo.org/Ubiboot using image http://images.formeego.org/n950/nemo/nemo-n950-rnd-20140224.tar.bz2
  2.  
  3. After booting start fingerterm and enable wifi with:
  4. /usr/lib/connman/test/test-connman enable wifi
  5.  
  6. Go to settings and select network, enter password (keyboard is in wrong orientation) and click on connect (it's basically off screen, just be very precise)
  7.  
  8. in fingerterm gain root (su, password is nemo) issue nano /etc/hostname, and enter hostname of your choice (I suggest nemomobile), save with ctrl+x and Enter, then reboot
  9.  
  10. From your PC connect to N9 via ssh (ssh nemo@nemomobile, password is nemo) and gain root (su, password is nemo).
  11. Add repositories for newer TI firmware needed by 3.5.3 kernel:
  12. zypper ar http://repo.merproject.org/obs/nemo:/testing:/hw:/ti:/omap3:/n950-n9/latest_armv7hl/ nemo_testing_hw_ti_omap3_n950-n9
  13. and the 3.5.3 kernel
  14. zypper ar http://repo.merproject.org/obs/home:/filippz/latest_armv7hl/ filippz
  15.  
  16. refresh repositories
  17. zypper ref
  18. and install firmware
  19. zypper in linux-firmware-ti-connectivity
  20.  
  21. Update new packages with
  22. zypper up
  23. which will also update kernel-adaptation-n950 package with 3.5.3 version
  24.  
  25. reboot, and select "Latest 2.6.32" if you use default ubiboot.conf (it points to /boot/bzImage, so it boots fine)
  26.  
  27. Since Settings app craches with updated packages (and apparently settings got lost or didn't get into confg files at all), I had to enter my WiFi settings in /etc/wpa_supplicant/wpa_supplicant.conf manually
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement