I'm using a USB flash drive.
I'm using cp to copy /var/cache/apt/archives (848MB) back and forth - no errors and same size.
I'm using cp to copy /var/cache/apt/archives (848MB) back and forth - no errors and same size.
(ARCHIVED) Ubuntu Xenial Image (BSP Kernel)
|
I'm using a USB flash drive.
I'm using cp to copy /var/cache/apt/archives (848MB) back and forth - no errors and same size.
06-16-2016, 06:45 PM
Hey there,
When is the next kernel update planned for release? I'm having success getting things running on my boards and am anxious to make use of the iSCSI module. Thanks! -Justin
06-17-2016, 12:07 PM
Building new Kernel now.
Hi longsleep and thanks for all the effort. Can you include the IR driver (sunxi-ir-rx) as a module in your config? I just built it myself with your sources and tested it:
http://forum.pine64.org/showthread.php?tid=1424
Come have a chat in the Pine IRC channel >>
06-17-2016, 01:14 PM
(This post was last modified: 06-17-2016, 01:22 PM by texadactyl.)
(06-08-2016, 08:34 AM)coolnine98 Wrote:(06-08-2016, 05:04 AM)longsleep Wrote: Well most certainly you suffer from undervoltage and your Drive just shuts down. I'll assume that your Pine board is safely at home under close supervision. Also, I'll assume that you are using a LightDM-based distro like Ubuntu MATE or Xubuntu. If you'd like to automatically login as YOUR-USER-NAME, then do the following: sudo YOUR-FAVORITE-EDITOR /etc/lightdm/lightdm.conf and add something like the following lines, save, and exit (you might be actually creating the file): [SeatDefaults] allow-guest=false autologin-guest=false autologin-user=YOUR-USER-NAME autologin-user-timeout=0 autologin-session=lightdm-autologin A full installation process that I used based on Longsleep's work (if you have any interest) appears here: https://www.element14.com/community/comm...4-with-2gb The next time you power up or reboot, you should go immediately into the desktop associated with YOUR-USER-NAME.
06-17-2016, 02:05 PM
(06-17-2016, 12:14 PM)xalius Wrote: Hi longsleep and thanks for all the effort. Can you include the IR driver (sunxi-ir-rx) as a module in your config? I just built it myself with your sources and tested it: Done - see https://github.com/longsleep/linux-pine6...b7d2848162
06-17-2016, 04:44 PM
06-17-2016, 08:19 PM
(02-28-2016, 03:07 PM)longsleep Wrote: I also built a mimimal Ubuntu image combined with the the BSP Kernel and my image building gear. Similar to the Arch Image **this image is intended for developers. If you are looking for accelerated 2D/3D or video decoding use Android** and do not bother with trying this image.
06-17-2016, 09:06 PM
(06-17-2016, 08:19 PM)Rickyroller5 Wrote:(02-28-2016, 03:07 PM)longsleep Wrote: I also built a mimimal Ubuntu image combined with the the BSP Kernel and my image building gear. Similar to the Arch Image **this image is intended for developers. If you are looking for accelerated 2D/3D or video decoding use Android** and do not bother with trying this image. He means a disk volume image. A disk volume image generally takes the form of a file which is input to the Unix/Linux `dd` utility in creating the actual disk volume. |