Jump to content

Roman Antoshchenkov

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

675 profile views
  1. Previous solution copy image to nand. Somtimes imposible boot device to copy image. There is another, which can help boot device: 1. Stop booting device by pressing "Enter" when u-boot starting. 2. Enter next commands i2c mw 0x34 0x12 0x1f i2c mw 0x34 0x29 0x00 i2c mw 0x34 0x12 0x5f i2c mw 0x34 0x29 0x58 3. Continue booting by send command: boot 4. In file /boot/boot.cmd add next lines: i2c mw 0x34 0x12 0x1f i2c mw 0x34 0x29 0x00 i2c mw 0x34 0x12 0x5f i2c mw 0x34 0x29 0x58 4. Convert boot.cmd to boot.scr mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr I checked this solution on Cubieboard2 with legacy kernel. Original topic: https://groups.google.com/forum/#!topic/linux-sunxi/EDvEsbHHqQI
  2. Hello! The Cubieboard2 with mainline kernel support LCD through DVK522 board (LVDS connection)? The mainkernel support SPI?
  3. I found solution. 1. Copy Armbian from SD card to NAND and remove card. 2. Boot from NAND. 3. Insert SD. 4. Modify "boot.cmd" setenv bootargs console=ttyS0,115200 root=/dev/nand1 rootwait panic=10 replace setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 convert boot.cmd to boot.scr: mkimage -C none -A arm -T script -d boot.cmd boot.scr 5. Remove boot sector from SD card dd if=/dev/zero of=/dev/mmcblk0 bs=1k count=1023 seek=1 6. Reboot Cubieboard2. Clean directory /boot on SD card. 7. In /etc/fstab add /dev/nand1 /boot auto default 0 0 8. Reboot
  4. Hello! Sorry for my english. I has same problem on Cubieboard2. I tried two different microSD cards. Booting "Linux version 3.4.112-sun7i (root@pluton) (gcc version 5.3.1 20160413 (Ubuntu/Linaro 5.3.1-14ubuntu2) ) #7 SMP PREEMPT Tue Jun 21 15:43:57 CEST 2016" Armbian 5.14 legacy kernel 3.4.112 Jessie desktop. But I hasn't problem with 4.6.2 - 4.6.3 kernel! Please, help me! Thanks!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines