Difference between revisions of "User:Fxc"

From PINE64
Jump to navigation Jump to search
(+1)
 
(60 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Introduction ==
== Export ==


=== A few words about the project ===
https://wiki.pine64.org/wiki/Special:AllPages?from=&to=&namespace=0&hideredirects=1


The PineNote is based on the in 2021 released Rockchip RK3566 SoC, which means the software for it is in a very early state. The upstreaming status of the functionality can be found on the [[Quartz64 Development#Upstreaming Status]] wiki page of the Quartz64 single-board computer using the same SoC. Current development also requires the driver for the eInk panel getting reverse-engineered and rewritten in C to get the panel working under mainline Linux.  
https://wiki.pine64.org/wiki/Special:Export


The early adopter's batch of the PineNote is aimed solely at early adopters - more specifically, the units are solely intended to find their way into the hands of users with extensive Linux experience. If you’re looking to buy a PineNote in the first batch, you must expect to write software for it, not to write notes on it. The software shipping from the factory for the first batch will not be suitable for taking notes, reading e-books, or writing your dissertation. It may not even boot to a graphical environment.
[[User:Fxc/export]]


=== Help and support ===
Cutoff: 16 April 2023


Still have any questions regarding software, shipping, or ordering after reading this wiki? Please don't hesitate to contact the community in the bridged community channels for detailed answers or simply to chat with friendly people in the community! See [[Main Page#Community and Support]].
22 September 2023: PineTab-V, PineTab2


Please keep in mind that PINE64 is not like a regular company (see [https://www.pine64.org/philosophy/ PINE64 philosophy]), and currently that support resources are sparse - the best way to get support quickly is to ask in the community chat! Please only contact PINE64 directly if questions couldn't be solved via the community chat or this wiki.
== Wiki keep ==


== Chat ==
* [[PinePhone APN Settings]]
* https://sackheads.org/~bnaylor/spew/away_msgs.html
* [[PinePhone Carrier Support]]


* Inclusive language, Linux


== Test 2 ==


<table cellspacing="0" cellpadding="0" border="0" style="box-sizing:border-box; border:1px #d33 solid; background: transparent; margin-top:0.5em;padding:0.5em 1em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top" style="padding-right: 5px;">'''Warning: '''</td><td valign="top">{{{msg|{{{1|}}}}}}</td></tr></table>
== Getting started ==
<table cellspacing="0" cellpadding="0" border="0" style="box-sizing:border-box; border:1px #d33 solid; background: transparent; margin-top:0.5em;padding:0.5em 1em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top" style="padding-right: 5px;">'''Warning: '''</td><td valign="top">{{{msg|{{{1|}}}}}}</td></tr></table>


<table cellspacing="0" cellpadding="0" border="0" style="box-sizing:border-box; border:1px #d33 solid; background: transparent; margin-top:0.5em;padding:0.5em 1em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top" style="padding-right: 5px;">'''Warning: '''</td><td valign="top">{{{msg|{{{1|}}}}}}</td></tr></table>
The Ox64 can be flashed using an UART connection or by connecting the device to the computer using USB-C.


<table cellspacing="0" cellpadding="0" border="0" style="box-sizing:border-box; border:1px #d33 solid; background: transparent; margin-top:0.5em;padding:0.5em 1em;background-color: #fee7e6"><tr><td nowrap="nowrap" valign="top" style="padding-right: 5px;">'''Warning: '''</td><td valign="top">{{{msg|{{{1|}}}}}}</td></tr></table>
=== Using UART ===


{{Warning|Test}}
To flash the Ox64 using an UART connection, first connect your UART device as pictured below:
{{Warning|Test}}


{{Warning|Test}}
[[File:|360px]]


{{Warning|Test}}
Then do the following steps:


* Do not connect the micro-USB cable or ''VBUS'' yet
* Press and hold the ''BOOT'' button
* Connect the micro-USB cable or connect ''VBUS''
* Wait for a few seconds
* Release the ''BOOT'' button


== Test ==
=== Using USB ===
{{Note|Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.}}


== Safety ==
To flash the Ox64 using a USB-C connection to a computer:


=== Charging and Battery ===
{{Info|This won't be possible on the first batch of Ox64 devices from October 2022, see [https://gist.github.com/lupyuen/7a0c697b89abccda8e38b33dfe5ebaff here].}}


Notes:
* ...
* Correct charger
* High power usage in certain scenarios
* Handling of the battery
* (Optional: Charging keyboard and phone at the same time)
* (Optional: Connecting a USB-C to USB-C cable from phone to keyboard)


== Ubuntu Touch ==
== Chaos ==
* [[ROCKPro64 Software Releases#Android]]
* [[Special:ListFiles]]
* [[Pinebook Pro]]
* [[Getting started]]
* [[SOEDGE Software Releases]]
* [[PineBuds Pro]] -> stub sections, lacks user manual steps
* [[Special:UncategorizedPages]]
* [[Accessories_Step_by_Step_Guides]] -> Explanation for which devices this applies
* Rename Accessories_Step_by_Step_Guides section to Accessories everywhere
* [[PineTime#Community]] redundant information. Might be solved with a template per article
* [[SOQuartz Software Releases]]


{| class="wikitable" style="width: 800px;"
== ChatGPT: Flashing with dd ==
!colspan="2" style="background: #a7d7f9;"|Ubuntu Touch
Flashing a disk image to a microSD card using the dd command involves writing the disk image file to the microSD card. This process is performed through the terminal on Linux or macOS. Here are the steps to flash a disk image to a microSD card using <code>dd</code>:
|-
 
|colspan="2"|Image
1. Determine the device name of the microSD card: On Linux or macOS, you can use the <code>lsblk</code> or <code>diskutil list</code> command to find the name of the microSD card (e.g., ''/dev/sdb''). Make sure to properly identify the microSD card, as using the wrong device name can result in data loss.
|-
 
|colspan="2"|A Mobile Version of the Ubuntu Operating System made and maintained by the UBports Community. Ubuntu touch is a mobile version of Ubuntu developed by the UBports community.
2. Unmount the microSD card: If the microSD card is already mounted, you need to unmount it before flashing the disk image. On Linux, you can use the <code>umount</code> command. On macOS, you can use the <code>diskutil unmount</code> command.
|-
 
|rowspan="1" style="width: 200px;"|Download location
3. On Linux or macOS, open a terminal window.
|[https://gitlab.com/ubports/community-ports/pinephone#how-do-i-install-ubuntu-touch-on-my-pinephone UBports PinePhone project]
 
|-
4. Flash the disk image to the microSD card: Use the following command to flash the disk image to the microSD card:
|rowspan="2"|user-id/password
 
| abc
sudo dd if='''path_to_disk_image.img''' of='''/dev/sdX''' bs=4M conv=fsync
|-
 
| 123
* Replace '''path_to_disk_image.img''' with the path to the disk image file.
|-
* Replace '''/dev/sdX''' with the device name of the microSD card you determined in step 1.
|What works, what does not work?
 
|[https://gitlab.com/ubports/community-ports/pinephone Scroll down to the bottom of this page.]
5. Wait for the process to complete: The ''dd'' command will not provide any output until it has completed the process. This may take several minutes, depending on the size of the disk image and the speed of your computer and microSD card.
|-
 
|How to contribute and report defects?
6. Eject the microSD card: Once the ''dd'' command has completed, eject the microSD card. On Linux, you can use the <code>eject</code> command. On macOS, you can use the <code>diskutil eject</code> command.
|[https://gitlab.com/ubports/community-ports/pinephone See UBports gitlab page.]
 
|-
Note: Before flashing the disk image, make sure to backup any important data on the microSD card, as this process will erase all existing data on the card.
|Contributions
 
|[https://ubports.com/foundation/sponsors See UBports website for how to donate.]
== ChatGPT: Flashing with Etcher ==
|-
Here are the steps to flash a disk image to a microSD card:
|colspan="2" style="background: #cecece"| Installation
 
|-
# Download and install a disk image writing tool: A commonly used tool for this purpose is Etcher, which is available for Windows, Mac, and Linux.
|colspan="2"| Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
# Insert the microSD card into your computer: Make sure that you have an SD card reader, or an adapter to connect the microSD card to your computer.
|-
# Open the disk image writing tool: Launch Etcher and select the disk image file you want to flash to the microSD card.
|colspan="2" style="background: #cecece"| Notes
# Select the target device: In Etcher, select the microSD card from the list of available drives.
|-
# Start the flashing process: Click the "Flash" button to start the process of writing the disk image to the microSD card. This process may take a few minutes, depending on the size of the disk image and the speed of your computer.
|colspan="2"| Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
# Verify the flash: After the flash is complete, Etcher will verify the integrity of the image to make sure it was written correctly.
|-
# Eject the microSD card: Once the flash is complete and verified, safely eject the microSD card from your computer. You can now use the microSD card with the device it was intended for.
|}
 
Note: Before flashing the disk image, make sure to backup any important data on the microSD card, as this process will erase all existing data on the card.
 
== Main example ==
 
=== Devices ===
 
You can learn more about the following ARM and RISC-V devices manufactured by PINE64:
 
Phones:
* [[PinePhone]]
* [[PinePhone Pro]]
 
Phone accessories:
* [[PinePhone (Pro) Add-ons]]
* [[PinePhone (Pro) Keyboard]]
 
Tablets:
* [[PineNote]]
* [[PineTab]]
 
Wearable:
* [[PineBuds Pro]]
* [[PineTime]]
 
Laptops:  
* [[Pinebook]], [[1080P Pinebook]], [[Pinebook Pro]] and [[Pinebook Pro Dock|Pinebook Pro Docking station]]
 
Single-board computers:
* [[Ox64]], [[STAR64]], [[Quartz64]], [[QuartzPro64_Development|QuartzPro64]], [[ROCKPro64]], [[ROCK64]], [[PINE A64]], [[PINE A64-LTS/SOPine|PINE A64-LTS]] and [[PINE H64]]
 
Set-top box:
* [[RockBox]]
 
Clusters and modules:
* [[Clusterboard]]
* [[SOPINE]] and [[SOPINE Baseboard]]
* [[SOEDGE]] and [[SOEDGE Baseboard]]
* [[SOQuartz]]
 
IP camera:
* [[PineCube]]
 
Makerspace:
* [[Pinecil]], [[PinePower]], [[PineCone]] and [[Pinedio]]


== Image ==
== Pinebook notes ==
Merge https://wiki.pine64.org/wiki/1080P_Pinebook_Software_Releases into https://wiki.pine64.org/wiki/Pinebook_Software_Releases


{| class="wikitable" style="width: 800px;"
{| class="wikitable" style="text-align: center;"
|+ Compatibility
|-
|-
|colspan="2"|Image
! Pinebook 11.6″ !! Pinebook 11.6" 1080p !! Pinebook 14″
|-
|-
|colspan="2"|Description
| || ❓ || ❌
|-
|-
|rowspan="1" style="width: 120px;" | Author
| Test
|-
| License
| CC0
|-
| SVG location
| Test
|}
== Licenses template ==
Test:
{|style="border:1px solid #a2a9b1; padding: 0 10px 0 10px; width: 80%; margin: 4px 10%;"
|
|style="width: 40px"|[[Image:CC_some_rights_reserved.svg|90px|center]] [[Image:Cc-by new white.svg|24px|center]]
|style="padding: 20px"|''This file is licensed under the [https://en.wikipedia.org/wiki/en:Creative_Commons Creative Commons] [https://creativecommons.org/licenses/by/3.0/deed.en Attribution 3.0 Unported] license.''
|}
|}



Latest revision as of 22:41, 22 September 2023

Export

https://wiki.pine64.org/wiki/Special:AllPages?from=&to=&namespace=0&hideredirects=1

https://wiki.pine64.org/wiki/Special:Export

User:Fxc/export

Cutoff: 16 April 2023

22 September 2023: PineTab-V, PineTab2

Wiki keep


Getting started

The Ox64 can be flashed using an UART connection or by connecting the device to the computer using USB-C.

Using UART

To flash the Ox64 using an UART connection, first connect your UART device as pictured below:

[[File:|360px]]

Then do the following steps:

  • Do not connect the micro-USB cable or VBUS yet
  • Press and hold the BOOT button
  • Connect the micro-USB cable or connect VBUS
  • Wait for a few seconds
  • Release the BOOT button

Using USB

To flash the Ox64 using a USB-C connection to a computer:

Note: This won't be possible on the first batch of Ox64 devices from October 2022, see here.
  • ...

Chaos

ChatGPT: Flashing with dd

Flashing a disk image to a microSD card using the dd command involves writing the disk image file to the microSD card. This process is performed through the terminal on Linux or macOS. Here are the steps to flash a disk image to a microSD card using dd:

1. Determine the device name of the microSD card: On Linux or macOS, you can use the lsblk or diskutil list command to find the name of the microSD card (e.g., /dev/sdb). Make sure to properly identify the microSD card, as using the wrong device name can result in data loss.

2. Unmount the microSD card: If the microSD card is already mounted, you need to unmount it before flashing the disk image. On Linux, you can use the umount command. On macOS, you can use the diskutil unmount command.

3. On Linux or macOS, open a terminal window.

4. Flash the disk image to the microSD card: Use the following command to flash the disk image to the microSD card:

sudo dd if=path_to_disk_image.img of=/dev/sdX bs=4M conv=fsync
  • Replace path_to_disk_image.img with the path to the disk image file.
  • Replace /dev/sdX with the device name of the microSD card you determined in step 1.

5. Wait for the process to complete: The dd command will not provide any output until it has completed the process. This may take several minutes, depending on the size of the disk image and the speed of your computer and microSD card.

6. Eject the microSD card: Once the dd command has completed, eject the microSD card. On Linux, you can use the eject command. On macOS, you can use the diskutil eject command.

Note: Before flashing the disk image, make sure to backup any important data on the microSD card, as this process will erase all existing data on the card.

ChatGPT: Flashing with Etcher

Here are the steps to flash a disk image to a microSD card:

  1. Download and install a disk image writing tool: A commonly used tool for this purpose is Etcher, which is available for Windows, Mac, and Linux.
  2. Insert the microSD card into your computer: Make sure that you have an SD card reader, or an adapter to connect the microSD card to your computer.
  3. Open the disk image writing tool: Launch Etcher and select the disk image file you want to flash to the microSD card.
  4. Select the target device: In Etcher, select the microSD card from the list of available drives.
  5. Start the flashing process: Click the "Flash" button to start the process of writing the disk image to the microSD card. This process may take a few minutes, depending on the size of the disk image and the speed of your computer.
  6. Verify the flash: After the flash is complete, Etcher will verify the integrity of the image to make sure it was written correctly.
  7. Eject the microSD card: Once the flash is complete and verified, safely eject the microSD card from your computer. You can now use the microSD card with the device it was intended for.

Note: Before flashing the disk image, make sure to backup any important data on the microSD card, as this process will erase all existing data on the card.

Main example

Devices

You can learn more about the following ARM and RISC-V devices manufactured by PINE64:

Phones:

Phone accessories:

Tablets:

Wearable:

Laptops:

Single-board computers:

Set-top box:

Clusters and modules:

IP camera:

Makerspace:

Pinebook notes

Merge https://wiki.pine64.org/wiki/1080P_Pinebook_Software_Releases into https://wiki.pine64.org/wiki/Pinebook_Software_Releases

Compatibility
 Pinebook 11.6″ Pinebook 11.6" 1080p  Pinebook 14″

Collapsible test