Jump to content

Petri Airio

Members
  • Posts

    5
  • Joined

  • Last visited

  1. Ok, got it working now. I suspect the error was due there was some thing in background automounting the same /boot partition to the desktop like: /dev/mmcblk0p1 50M 16M 34M 33% /media/....plaaplala Now the /boot looks like this: http://pastebin.com/hrq5vDvn Is this correct now and it will boot to new kernel ?
  2. Also tried: unmounted VFAT /boot so /boot was actually on / root filesytem using ext4 and then dpkg -i *.deb went thru correctly .. Seems like it doesn't work when /boot is using VFAT filesystem..
  3. Partition is 50M size. I tried so that removed everything from there (rm -rf boot/*) and then issued the dpkg -i ...
  4. My board: Banana Pi, 1Ghz Dual Core, 1GB DDR3, SATA The os base: image http://www.bananapi.com/index.php/forum/others/1372-bpi-m1-bpi-m1-plus-new-image-ubuntu15-04-was-released#3306 Which is apt-get dist-upgraded to wily. I am trying to install self compiled kernel packages from: http://www.armbian.com/github/ I have succesfully used the compile.sh script and output for that is: total 19M -rw-r--r-- 1 petria petria 45K Nov 23 10:03 linux-dtb-next-sunxi_4.6_armhf.deb -rw-r--r-- 1 petria petria 52K Nov 23 10:03 linux-firmware-image-next-sunxi_4.6_armhf.deb -rw-r--r-- 1 petria petria 6.7M Nov 23 10:04 linux-headers-next-sunxi_4.6_armhf.deb -rw-r--r-- 1 petria petria 12M Nov 23 10:05 linux-image-next-sunxi_4.6_armhf.deb -rw-r--r-- 1 petria petria 169K Nov 23 10:05 linux-u-boot-next-bananapi_4.6_armhf.deb When I try to install packages on bananapi I get errors: root@bananapi:~/kernel# dpkg -i *.deb (Reading database ... 171422 files and directories currently installed.) Preparing to unpack linux-dtb-next-sunxi_4.6_armhf.deb ... Unpacking linux-dtb-next-sunxi (4.6) over (4.6) ... dpkg: error processing archive linux-dtb-next-sunxi_4.6_armhf.deb (--install): error setting ownership of './boot/dtb/sun6i-a31-hummingbird.dtb': Operation not permitted I suspect that is because the /boot partition is in VFAT format ? Can I change it to ext4 or so or how should I proceed to get armbian .deb kernel packages installed and working ? root@bananapi:~/kernel# dpkg -i *.deb (Reading database ... 171422 files and directories currently installed.) Preparing to unpack linux-dtb-next-sunxi_4.6_armhf.deb ... Unpacking linux-dtb-next-sunxi (4.6) over (4.6) ... dpkg: error processing archive linux-dtb-next-sunxi_4.6_armhf.deb (--install): error setting ownership of './boot/dtb/sun6i-a31-hummingbird.dtb': Operation not permitted
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines