Jump to content

dns2utf8

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Thanks for the quick reply. I noticed that the CPU logo pops up when i boot the opi+ without a SD and the switch to NAND. Do you power the opi+ with the USB OTG or directly? Mine keeps blinking the red LED. Regards dns2utf8
  2. Hi all Now I understand the /boot/boot.cmd script. I changed it to the following, but it does the same: # if you want to boot jessie with systemd: setenv bootargs init=/bin/systemd console=tty1 ... # remember to disable ramlog prior switching to systemd setenv bootargs "console=tty1 root=/dev/mmcblk0p1 rootwait rootfstype=ext4 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_no_mali_mem_reserve sunxi_fb_mem_reserve=16 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 panic=10 consoleblank=0 enforcing=0 loglevel=1" #-------------------------------------------------------------------------------------------------------------------------------- # Boot loader script to boot with different boot methods for old and new kernel #-------------------------------------------------------------------------------------------------------------------------------- # sunxi mainline kernel #-------------------------------------------------------------------------------------------------------------------------------- ext4load mmc 0 0x49000000 /boot/dtb/sun6i-a31s-bananapi-m2.dtb || fatload mmc 0 0x49000000 /dtb/sun6i-a31s-bananapi-m2.dtb ext4load mmc 0 0x46000000 /boot/zImage || fatload mmc 0 0x46000000 zImage env set fdt_high ffffffff bootz 0x46000000 - 0x4900000
  3. Hi all I am currently working on my Orange Pi Plus A31s. What I did with your image so far: The image Link for Debian Jessy pointed me to the Banana Pi M2 image. Downloaded it, dd-ed it to the sdcard, powerup, the red led keeps flashing for ever (waited 15 minutes) So i started to wander around the sdcard and noticed the link /boot/script.bin pointing io /boot/bin/bananapim2.bin. But this file was not present. I tried all 3 images, but i was unable to find that file. I copied it over from other project, that did not work. And I copied it from the same folder /boot/bin/orangepi.bin -> /boot/bin/bananapim2.bin with the same result. Can you help me with this? Regards dns2utf8
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines