Jump to content

Ali

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ali reacted to Moklev in Backup eMMC to SDCard   
    Uhmm... a full system backup with rsync?
     
    i.e.
    # rsync -aAXv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} / /path_to_backup_dir/
    (as root)

    If you wish to restore, use the same command that was executed but with the source and destination reversed. Make you own --exclude list.
  2. Like
    Ali reacted to perfstr in Segmentation fault, when starting debugging with GDB   
    Hello, I would like to share my experience about development and debugging inside Armbian. On the beginning I tried to use Code::Blocks. But it crashed too many times, mostly during simple file editing. Then I found better IDE - CodeLite. When I wanted to debug a program, I found I have to install GDB. After installing and configuring it, the debugging looked to be possible, but every attempt finished with segmentation fault somewhere outside of my program, even before the first statement in main function was reached. After several attempts, I uninstalled and re-installed GDB and this time found recommended additional component - libc6-dbg. Installing this component fixed the fault problem. It looks a bit strange for me that the libc6-dbg is recommended and not required component. And another point - how would it be possible to detect during debugging that this component is missing?
     
    I hope this topic will help somebody else, who meets the problem. 
  3. Like
    Ali reacted to martinayotte in File system got read only after heavy writes   
    BTW, Raspbian != Armbian ...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines