Jump to content

pmpp

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by pmpp

  1. Hi, whatever choice is made, it is very good initiative.

    from my 3 points of view:

    for learning:  the best gpio python2 AND 3 lib is imho  https://github.com/vsergeev/python-periphery, it is *clean*, pythonic and very portable.

    and for lowmem boards do not underestimate micropython (python3 like) unix port which can use any C gpio lib easily with libffi.

     

    for hacking:  wiring* code is not so clean :P   . But maybe give a chance to wiringX rewrite https://github.com/wiringX/wiringX/tree/rewrite

     

    for time critical:  really *none* of the above .

     

     

  2. following the wiki link offered in this thread, guessing that probably any GRUB/GRUB2/GRUB4DOS section would not apply to U-Boot , boldly ignoring the pam related red warning  without a password less login on uart i edited /boot/boot.cmd

     

    setenv bootargs "root=${rootdev} rootwait rootfstype=${rootfstype} ${consoleargs} ........................

    by

    setenv bootargs "init=/lib/sysvinit/init root=${rootdev} rootwait rootfstype=${rootfstype} ${consoleargs}  ..................

    did:

    mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr

     

     

    i hope armbian-config will offer a way to do that more easily. giving the choice is important for aging guy who can't remember systemctl stuff.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines