Jump to content

ajvuik

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

900 profile views
  1. @Dombo 71 You can't go from Ubuntu to Debian. They are not compatible. If you are on Ubuntu Focal, you need to upgrade to Jammy NOT Bullseye.
  2. Hello all, I had the same problem that you guys have on my Olimex A10-Lime, but I found this page: https://wiki.debian.org/DebianJessie#Links If you edit your /etc/apt/source.list: deb http://deb.debian.org/debian/ jessie main #deb-src http://deb.debian.org/debian/ jessie main deb http://security.debian.org/ jessie/updates main #deb-src http://security.debian.org/ jessie/updates main deb http://archive.debian.org/debian/ jessie-backports main #deb-src http://archive.debian.org/debian/ jessie-backports main and edit your /etc/apt/apt.config and add the next line(Make the file if it doesn't exist): Acquire::Check-Valid-Until false; And do: apt-get update && apt-get upgrade && apt-get dist-upgrade Apt should work again. Please be aware that after this you will no longer get 'out of date' warnings from apt-get, but that is the whole idea regards, Arjan ***EDIT*** DON'T UPDATE 2.4.y VIA ARMBIAN-CONFIG! this corrupts you system
  3. May I put another dime in the pocket? http://wiringx.org/ It is a very modular GPIO library, both C and Python. I added versions for the Orange Pi one and the Olimex OLinuXino(not yet committed to the GitHub ) I didn't write the library though, but am using/contributing to it. You can write one program and it is binary compatible with all boards. The Blink example works on all supported boards by giving the argument which board it should run on. So, if I may say so, it has it's functions totally decoupled from the HW platform. Adding a platform is about half an hour work, adding another SoC might take a little longer, but the H3 is already added, so adding more boards based on that SOC is pretty easy. regards
  4. Hello, I also have a Lime-A10, but reading from the I2C is also exactly 37,8 from my board, what ever I do. But the a20-tp-hwmon gives me a range between 63~66 depending if I press my thumb on the A10 CPU. Actualy it goes from 66 to 62 when it gets warmer . I don't know if Igor can answer this, but the temperature problem is a A10/A20 problem in general isn't it? regards
  5. I already tried that twice, I guess 3rd time is the charm. It now works. regards
  6. I tried the latest image for my Orange Pi one, but that one doesn't boot. So I tried to build an image with the compile script, but that crashes with the following message: ^ │ LD drivers/gpio/built-in.o │ │ LD drivers/sound/built-in.o │ │ LD drivers/spmi/built-in.o │ │ LD drivers/thermal/built-in.o │ │ LD drivers/timer/built-in.o │ │ LD drivers/tpm/built-in.o │ │ LD drivers/twserial/built-in.o │ │ LD drivers/watchdog/built-in.o │ │ LD drivers/video/bridge/built-in.o │ │ LD drivers/video/built-in.o │ │ LD drivers/built-in.o │ [1]: *** [common/env_common.o] Error 1 make: *** [common] Error 2 make: *** Waiting for unfinished jobs.... [ error ] ERROR in function compile_uboot [ common.sh:89 ] [ error ] U-boot file not found [ u-boot-sunxi-with-spl.bin ] [ o.k. ] Process terminated When I make an image for my A10-Olinuxino-Lime it finishes correctly and that image, when written to an SD, boots and works as it should. Can someone help me with this problem.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines