Jump to content

Felix

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. yeah, just saw the other threads that had similar problems. no problem, I could stick to the old version. Thanks for all the great efforts and dedications .. have a good weekend
  2. Thank you. This option solved the problem if I choose "current" branch. However, if I chose "legacy" branch (because I need to build 21.08/5.10.60-sunxi), I hit the same problem again.
  3. Hi, I followed the following link to create encrypted root. However, every time I boot, i don't see any prompt for password. My armbianEnv.txt is following", but nothing display at "Console" (HDMI) or "Serial" (debug 3 pins next to USB port). ~ Has anyone had any success? I did this for OrangePi Lite 2 (64-bit) H6 and no issue. Thanks
  4. Hi, I am unable to build any images for orangepi SOCs specifically orangepilite, orangepilite2 and one plus. Always returned error halfeway. Following is a sample of log when I compile image for orange pi lite. Please me some guidance on how to resolve this. My steps: run sudo compile.sh -- "Do no tchnage the kernel..." --> "orangepilite"--> either current or legacy --> either "buster" -->"Image with console inter..." -->"Standard image with ..."compilation.log
  5. I have Orange Pi Lite. After running the attached script. But, black screen after reboot on LUKS enabled SD Card. I don't see any prompt asking for password to unlock the root partition. I use the following command to run: sudo ./armbian_rootenc_setup.sh -R -m -F /dev/sda U-Boot 2020.10-armbian (Aug 08 2021 - 16:13:23 +0200) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi Lite DRAM: 512 MiB MMC: mmc@1c0f000: 0, mmc@1c10000: 1 Loading Environment from FAT… Unable to use mmc 0:1… In: serial@1c28000 Out: serial@1c28000 Err: serial@1c28000 Net: No ethernet found. starting USB… Bus usb@1c1b000: USB EHCI 1.00 Bus usb@1c1b400: USB OHCI 1.0 Bus usb@1c1c000: USB EHCI 1.00 Bus usb@1c1c400: USB OHCI 1.0 scanning bus usb@1c1b000 for devices… 1 USB Device(s) found scanning bus usb@1c1b400 for devices… 2 USB Device(s) found scanning bus usb@1c1c000 for devices… 2 USB Device(s) found scanning bus usb@1c1c400 for devices… 1 USB Device(s) found scanning usb for storage devices… 0 Storage Device(s) found Autoboot in 1 seconds switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1… Found U-Boot script /boot/boot.scr 3964 bytes read in 2 ms (1.9 MiB/s) ## Executing script at 43100000 U-boot loaded from SD Boot script loaded from mmc 202 bytes read in 2 ms (98.6 KiB/s) 9986940 bytes read in 476 ms (20 MiB/s) 7995296 bytes read in 382 ms (20 MiB/s) Found mainline kernel configuration 31752 bytes read in 11 ms (2.8 MiB/s) 4185 bytes read in 7 ms (583 KiB/s) Applying kernel provided DT fixup script (sun8i-h3-fixup.scr) ## Executing script at 45000000 ## Loading init Ramdisk from Legacy Image at 43300000 … Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9986876 Bytes = 9.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum … OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Loading Ramdisk to 49679000, end 49fff33c … OK Loading Device Tree to 49608000, end 49678fff … OK Starting kernel …
  6. Hi is this only affecting Orange Pi One Plus? I have a SPI working image (Kernel 5.7.15)for Orange Pi Lite 2 (H6) but when I change the board to Orange Pi One Plus through armbianEnv.txt, the SPI /dev/spi0.0 is there but not communicating. I’m confident it is not hardware related. Thanks.
  7. @Wener thanks for the guidance. It seems that fdtfile= in armbianEnv.txt doesn't work. Incidentally, i saw both lite2 and one+ dtb in /boot/dtb/allwinner folder and i just need to switch dtb name because apparently the image file is hardcoded to load the respective board name.
  8. Yes, because I want to maintain 1 image for 2 boards.
  9. Hi I would like to know whether I can use orange pi lite 2 image on orange pi one plus. I tried it but eth0 is not visible. Is there a way to tweak it? The reason is I want to create an image with various packages installed. So that i do not need to maintain 2 sd images since both are H6. Tq
  10. I have not tried it though because it is not documented in /boot/overlays/READMExxx for SPI
  11. There is no deny that SCK has extrac burst before data is transferred. Further investigation confirms that it happens right before the edge of CE0 (in my case active low). If you use the kernel to control CE0, then you are safe. However, if you use a manual way to control CE0 (like me), then you will have problem due to slave may mistakenly interprete the burst as a clock and read in a wrong info. I am not sure whether i consider luckily, the kernel generated CE0 is active low (by default?). If you need an active-high CE0, may be someone can share some thought on how to achieve this. Cheers
  12. Hi, I moved from Jessie to Stretch. On Jessie i looked under a scope and generated SCK (Orange Pi Lite is Master) is clean. However, after i switch to Stretch, my SPI Slave doesn't work anymore and further investigation reviews that it has similar problem as previous builds that extra clock cycle is generated before data is transfered. The behaviour is exactly similar to following image posted by another forumer but for earlier builds. I am not sure whether any of you experience the same problem. Thanks my armbianEnv.txt verbosity=1 logo=disabled console=both disp_mode=1920x1080p60 overlay_prefix=sun8i-h3 rootdev=UUID=25d9957f-6c04-4354-aa09-6b9c6f162257 rootfstype=ext4 overlays=spi-add-cs1 spi-spidev param_spidev_spi_bus=0 param_spidev_spi_cs=0 param_spidev_max_freq=100000000 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines