Jump to content

sgjava

Members
  • Posts

    411
  • Joined

  • Last visited

Everything posted by sgjava

  1. I'll try that first, then I'll try building it myself. Thank you.
  2. Tried installing Armbian_23.11.1_Nanopineoplus2_jammy_current_6.1.63.img and it is super slow during first boot process regardless of SD type. Localization craps out with "Failed to set time zone: Transport endpoint is not connected". I boot with wired Ethernet and when I get to a prompt I can ping outside locations. apt update produces "Hash Sum mismatch" Anyways, doing my part testing legacy boards, hahahaha
  3. Java UIO offers robust Java interfaces optimized for Linux Userspace IO, emphasizing high performance. Engineered from scratch, it leverages contemporary kernel APIs, libraries, and cutting-edge code generation methodologies, embodying a state-of-the-art cross-platform solution. Rather than reinventing established paradigms, Java UIO harnesses existing standards, avoiding redundant development commonly observed in other IO libraries. Seamlessly supporting JDK 21 LTS, this framework integrates Project Lombok to streamline code, enhancing readability and conciseness. https://github.com/sgjava/javauio
  4. I switched to a laptop mechanical drive and performance is better than SSD. Also, it works with UAS.
  5. armbianEnv.txt doesn't exist on Armbian_23.11.1_Odroidxu4_jammy_current_6.1.63.img or Armbian_23.11.1_Odroidxu4_bookworm_current_6.1.63.img. I built image from dev branch and same deal. Stable branch (23.11) dies and doesn't build. Oh crap I just read on the download page That creates the armbianEnv.txt file. I don't remember having to do that before. It's been a while since I've installed on XU4. OK that was it: sudo hdparm -Tt /dev/sda /dev/sda: Timing cached reads: 2042 MB in 2.00 seconds = 1022.35 MB/sec Timing buffered disk reads: 136 MB in 4.29 seconds = 31.68 MB/sec
  6. OK, tried this: lsusb Bus 004 Device 003: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge sudo nano /etc/modprobe.d/disable-uas.conf options usb-storage quirks=174c:55aa:u sudo hdparm -Tt /dev/sda /dev/sda: Timing cached reads: 656 MB in 2.00 seconds = 327.95 MB/sec Timing buffered disk reads: 62 MB in 35.03 seconds = 1.77 MB/sec lsusb -t /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/2p, 5000M |__ Port 1: Dev 3, If 0, Class=Mass Storage, Driver=uas, 5000M |__ Port 2: Dev 4, If 0, Class=Vendor Specific Class, Driver=r8152, 5000M Still in UAS mode. Do you really need to recompile the kernel?
  7. I just installed latest Jammy on XU-4 and it was running fine off SD. Then I did nand-sata-install and you can see below what happened. This used to work fine with older versions. sudo hdparm -Tt /dev/sda /dev/sda: Timing cached reads: 2 MB in 5.54 seconds = 369.48 kB/sec Timing buffered disk reads: 2 MB in 10.33 seconds = 198.19 kB/sec
  8. c-periphery was just updated, so I need to test build with u8g2 and UIO. What issue are you having?
  9. @goingSo you can get USB wifi to work? What about reboot? uboot used to not build, thus why I had to pull the debs.
  10. @goingIf you could just fix uboot and dtb we'd be all set, hahahaha
  11. @goingYes, as of last time I built, but you could try main or whatever new "master" branch is.
  12. sgjava

    Odroid C1

    @Tomasz Grzegurzko That's good to hear. I had the same results.
  13. I tested a Realtek RTL8152B 10/100 adapter, so storage probably works as well. Wifi would corrupt the SD, so I never got that working.
  14. I already mentioned that. If you stick with Ethernet then it's stable. nmtui adding wifi will hose your system.
  15. @Tim Makarios Yeah, I suspect there's going to be consistency issues depending on the distro and board. I'll go ahead and add the build stuff since it wont hurt if it's already there.
  16. @Tim Makarios I tested on NanoPi M1 32 bit and Pine 64 64 bit. I believe if the kernel headers install then it will most likely work. I cannot test WPA3. If it works with another adapter on the same distro/board then maybe it's the source.
  17. @Tim Makarios made change to README. WPA2 personal worked for me. I don't have WPA3, so you are on your own there. And yes the antenna is not very good, but I get 20 Mbs going through 2 rooms with drywall board.
  18. @Tim Makariosall set. I added BRANCH for the linux headers. I also fixed the prompt for /etc/issues asked during apt upgrade.
  19. Good catch, I need to get the release as well. I'll fix that tomorrow. For now you can use the manual steps and "current".
  20. I was able to get RTL8188FTV $2.00 US USB wifi https://www.ebay.com/itm/123713550193 working with a script I made from a forked project. The power saver has already been disabled in the Makefile. Check out https://github.com/sgjava/rtl8188fu/tree/arm. I've tested this on ARM 32 and ARM 64, but not x86 or x86_64. This is currently a dkms module that requires beta repos to get matching kernel headers.
  21. @Kovács Gábor as I've stated above I've had no luck with USB wifi. I did test C1 with "Realtek Semiconductor Corp. RTL8152 Fast Ethernet Adapter" The thing is network manager is not going to auto activate it. You'll need to go into the serial console and configure with nmtui. I do this with the NanoPi Duo since there's no wired Ethernet. The nice thing is the Duo uses the OTG port, so you can power and do serial off your PC. If you see a heartbeat then it's probably firing up. One trick you could use is to configure a C1 with same USB Ethernet and just copy the configuration over from nmtui. For instance built in eth0 is under /etc/NetworkManager/system-connections/Wired\ connection\ 1.nmconnection. You'd need to figure out which network manager files to copy. I used to do this with wifi only devices. Configure on the hard way, then just make edits on SD card.
  22. @torz77That may be why all wifi adapters cause the ping response to go up into the seconds and heartbeat slows way down. It's probably in the device tree (dtb) or uboot, show knows. This is definitely a hack way to do it, but nothing else runs current kernels or distros. But yeah, manual power cycle for now.
  23. @torz77Any other stuff you find not working I'll add to issues. C1 was never meant to run 6.1 kernel, hahahaha
  24. This is the image I made today with master branch Armbian_23.02.0-trunk_Odroidc1_jammy_edge_6.1.13.img. Fires up as normal using Ethernet port, no hdmi, reboot or shutdown. I'll update the original post. After boot: Linux odroidc1 6.1.13-meson #trunk SMP Wed Feb 22 20:20:05 UTC 2023 armv7l armv7l armv7l GNU/Linu
  25. OK guys, you need to use the master branch. I started with a blank slate and updated the original post. @Kovács Gábor did you use edge on a C1? If so, did you get the blue led heartbeat? I'll try now with new edge image.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines