Jump to content

Eystorhaf

Members
  • Posts

    4
  • Joined

  • Last visited

  1. Thanks for the quick reply: here is the fstab: # UNCONFIGURED FSTAB FOR BASE SYSTEM tmpfs /tmp tmpfs nodev,nosuid,size=256M 0 0 /dev/nand2 / ext4 defaults,noatime,nodiratime,data=writeback,commit=600,errors=remount-ro 0 0 /var/swap none swap sw 0 0 /dev/nand1 /boot vfat defaults 0 0 Just experienced something very odd. After a reboot I had write access for about two minutes and now suddenly everything is read only again......
  2. Hey there, I flashed the nand with phoenix tools and after that successfully installed Armbian from my sd to the nand. Somehow I have no write access on the nand. What do I need to do, to enable write access so I'm able to change config files etc. Beste regards, Eyst
  3. Hey guys, facing a similar problem. I'm trying to configure the TI CC2531 dongle with the TI Z-Stack Linux Gateway to manage a Zigbee network. I have different boards running armbian: - lamobo-r1, armbian jessie with mainline kernel - cubietruck, armbian jessie with mainline kernel If I plug den CC2531 dongle into the lamobo-r1 it is recognized and created as /dev/ttyACM0, ls -ld /dev/ttyA* : crw-rw---- 1 root dialout 166, 0 /dev/ttyACM0 I can connect to it and configure it. On my preferred board the cubietruck, it wont work as intended: -rw-rw---- 1 root /dev/ttyACM0 The missing c* already indicates that I wont be able to talk to the device via uart, thus also the Z-Stack communication failed. But if I try running the legacy kernel on the cubietruck it works like a charm. I also tested an Arduino out of curiosity,this some how works on the vanilla and the legacy kernel. Might a recompile of the kernel help e.g. identifying a missing module or might this be related to an incompatibility of the vanilla kernel with the cubietruck hardware? Best Regards, Eyst
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines