Jump to content

calhemp

Members
  • Posts

    5
  • Joined

  • Last visited

  1. Hi znoxx, I'm running Armbian in a different device a mele a2000, and for luck of me, my device , uboot or the dts is suported in mainline, and I was able to build a image for my device with armbian script with minimal changes, you can check if your device is at wiki of linux-sunxi.org and if there are some uboot mainline support. http://linux-sunxi.org/Category:Devices or if not exists, you can add it at the list http://linux-sunxi.org/New_Device_howto or compare your script.bin in your android image with the cubieboard or pcuino what are the differences. its a great wiki to check allwinner socs and boards, and it helps others with the same problem.
  2. krystian, in https://docs.armbian.com/User-Guide_Advanced-Features/#how-to-run-docker you can see what requirements and is what Igor says. I only tried with mainline debian jessie and works well for my proposes. , can you check my command for install if works in your device? "curl -sSL https://get.docker.com | sh" yes, you can have a debian jessie in orange pi and run a ubuntu 16.04 docker image, but you have to find a working image that works with arm. here wou can find images that can work in arm devices. https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=armhf&starCount=0 or search in docker hub for a "ubuntu armhf" image and find if is a documentated dockerfile and check if exists the source of this generated image , bitbucket or github to check if is correct and no malware or not a base image. https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=ubuntu+armhf&starCount=0
  3. Hi, I don't know if is relevant but If anyone can check that command works like me, https://docs.armbian.com/User-Guide_Advanced-Features/#how-to-run-docker to install docker says: echo "deb https://packagecloud.io/Hypriot/Schatzkiste/debian/ wheezy main" > /etc/apt/sources.list.d/hypriot.list curl https://packagecloud.io/gpg.key | sudo apt-key add - apt-get update apt-get -y install --no-install-recommends docker-hypriot apt-get -y install cgroupfs-mount reboot and works well, but I if we use jessie, that source file with wheezy i'm not sure that is correct. but, I've been able to install and run docker with this new method in my cubieboard with mainline kernel (other devices I think too) and I think that is the way to install docker now? curl -sSL https://get.docker.com | sh this update sources, and install docker (now version 1.13 for arm) and if user would work docker with user permissions , next we can do: sudo usermod -aG docker myUSERNAME if anyone can check that works like me. we can update docs or I can send a pull request to docs.lib if I'm correct adding this method also. thanks.
  4. oou , many thanks Igor, Yeah, this device is old !! make sense not putting in download section, taking 1 A10 board for reference as cubiebard1 that is in download section, users can make a idea how to make images for older devices if follow script pattern. I will try to add the configuration files for this board, and if can be added to the main lib script as accepted will be great, or configuration added but in a disabled state that only has to be uncommented for lib detect and build the image if user select the device. thanks.
  5. Hi, thanks for the efforts making armbian very well and very stable for all the distributions, I'm running with a Cubieboard 1 and other arm devices.. I don't want to disturb, but I'll be a headache to support or add in repository this old A10 device Mele A1000/A2000? I know that is old chip, but I'm feel nostalgia, because was one of firsts devices supported in linux-sunxi, and Tom Cubie worked at mele, and sell this litlle joys overseas in 2012, and there are a lot of people now that have this devices too. a lot now sure in the dust and is in mainline kernel also. Tom left Mele, and maked Cubieboard 1, this Mele A1000 I think that have the same configurations, and cubieboard was based on it, this board has no external 40/44 pins headers like cubieboads or other dev devices I forked the library and maked a test, https://github.com/calhemp/lib/ 1) added the fex file (for 3.4.x compilations I think, kernel mainline don't needed right? ) https://github.com/calhemp/lib/blob/master/config/fex/mele_a1000.fex from https://github.com/linux-sunxi/sunxi-boards/blob/master/sys_config/a10/mele_a1000.fex 2) added a conf file in boards section (i don't know if is correct, I based from cubieboard.conf file) https://github.com/calhemp/lib/blob/master/config/boards/mele-a1000.conf Is the correct form to add a device to run compile.sh? I run and maked the image and works like a charm, I think that can be polished but is out of my experience , but now works, I know that I can compile a new kernel in every update of armbian lib, but I don't know if it can be added to baords list of armbian, and have a fresh compile every update of the libs. and if is a problem I will do it as now of if can be a better configure option, I'm a all ears. thanks in advance. Pere.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines