Jump to content

vba

Members
  • Posts

    7
  • Joined

  • Last visited

  1. Hello Jimbo555. Can you provide me the steps to disable standby internet connection? Thanks
  2. I got a smilair problem on Banana Pi Pro. But i haven't found a solution yet. (An older kernel maybe the quick fix rigth now)
  3. Newbie question, but how do I recompile when my device not booting up? EDIT: I Think it never reaches the point where it is loading the cryptsetup. At the older kernel, it loads the drivers first and some other stuff.. hmm EDIT2: I managed to change the verbosity as you suggested. I got this: ... [10.787555] device-mapper: uevent: version 1.0.3 [10.801525] device-mapper: ioctl (2016-06-23) initialised: dm-devel@redhat.com Then it stops and the cursor just blinks. What can be wrong? I then tried to recompile uInitrd image with the same load adress(-a) as my old setup was running at: mkimage -A arm -T ramdisk -C none -n uInitrd -a 0x42000000 -d initrd uInitrd Then I get: [8.697718] systemd-udevd[151]: starting version 215. Agian it stops and cursor just blinks.. :-( The last kernel update (4.6.x to 4.7.x) was no problem. Can it be something with the armbian-firmware package which has been changed into default and a full?
  4. I got boot partition on a SD-card. I have attached a sata-hdd which is used for the rest of the operating system. I was upgrading from v. 5.20 (vanilla kernel) I remember some warnings about that apt couldn't remove some files from a directory, because it was not empty, but I don't think, that this is the problem. I'm using cryptsetup to decrypt the sata-hdd at boot time. (cryptroot in the boot.cmd file) (http://forum.armbian.com/index.php/topic/276-boot-sata-encrypted-disk/) Any help will be higly appreciated. I don't have access to a serial console I got the banana pi pro attached to a hdmi display and an usb keyboard. Can I see the log on that display? Please provide steps then. Thanks.
  5. After latest update and reboot my Banana Pi Pro does not boot. The boot screen is showing but when it starts loading the kernel, the screen just turns dark and a blinking cursor in left upper corner just appears. What to do?
  6. How to accomplish this in Armbian? I followed the guide, but i'm not sure about creating initrd, uInitrd and the changing entries in boot.cmd? EDIT: I finally got it working. I needed to set -a flag on mkimage when making the uInitrd image: # mkimage -A arm -T ramdisk -C none -n uInitrd -a 0x42000000 -d initrd uInitrd. I kept the original boot.cmd and only changed: root=/dev/mapper/cryptroot and added: cryptdevice=/dev/sda1:cryptroot
  7. What is the status of luks? Works out of the box now?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines