Difference between revisions of "PineCone"

From PINE64
Jump to navigation Jump to search
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
PAGE UNDER CONSTRUCTION, INFO SUBJECT TO CHANGE
{{Note|Page under construction, information subject to change.}}


* PineCone BL-602 EVB (Evaluation Board):
* PineCone BL-602 EVB (Evaluation Board):
Line 16: Line 16:
** 276KB SRAM
** 276KB SRAM
** 1Kb eFuse
** 1Kb eFuse
** 4MB Embedded Flash
** 2MB Embedded Flash
* '''Security:'''
* '''Security:'''
** Secure boot
** Secure boot
** Secure debug
** Secure debug
** XIP QSPI On-The-Fly AES Decryption (OTFAD)
** AES 128/192/256
** AES 128/192/256
** SHA-1/224/256
** SHA-1/224/256
Line 43: Line 42:


== PineCone BL602 EVB information and schematics ==
== PineCone BL602 EVB information and schematics ==
 
* Approximate dimensions: 26mm x 43mm
* BL602 EVB schematic:
* Board layout:
[[File:PADI-II_EVB.png]]
[[File:PADI-II_EVB.png]]
** [https://files.pine64.org/doc/Pinenut/Pine64%20BL602%20EVB%20Schematic%20ver%201.1.pdf PineCone BL602 EVB schematic ver 1.1]
* [https://files.pine64.org/doc/Pinenut/Pine64%20BL602%20EVB%20Schematic%20ver%201.1.pdf PineCone BL602 EVB schematic ver 1.1]
*** Note: Current schematic, cc1 and cc2 share one 5.1KOhm resistor. Next schematic design will separate out the cc1 and cc2 has it own 5.1KOhm resistors  
** Note: Current schematic, cc1 and cc2 share one 5.1KOhm resistor. Next schematic design will separate out the cc1 and cc2 has it own 5.1KOhm resistors
 


== Datasheets for components and peripherals ==
== Datasheets for components and peripherals ==
Line 57: Line 55:
***  Please note that the Chinese wording "寄存器描述" means "Register Description" in reference manual ver 1.1
***  Please note that the Chinese wording "寄存器描述" means "Register Description" in reference manual ver 1.1


== Misc notes ==
Planned to be available in at least three form factors:
* NUT-01S -> ESP-01S
* NUT-12S -> ESP-12S
* NUT-15 -> RTL8723/AMPAK




== Development efforts ==
== Development efforts ==
 
* [https://github.com/pine64/bl_iot_sdk PineCone BL602 GitHub Page (PINE64 fork)]
** [https://github.com/pine64/bl_iot_sdk PineCone BL602 GitHub Page (PINE64 fork)]
* [https://github.com/bouffalolab/bl_iot_sdk Bouffalo Lab GitHub Page]
** [https://github.com/bouffalolab/bl_iot_sdk Bouffalo Lab GitHub Page]
* [https://github.com/renzenicolai/bl602-docs/ BL602 Developer organize documentation GitHub Page]
** [https://github.com/renzenicolai/bl602-docs/ BL602 Developer organize documentation GitHub Page]
* [https://github.com/pine64/bl602-re BL602 reverse engineering working group]
 
* [https://github.com/pine64/bl602-sdio-linux Linux kernel module]
 
 


[[Category:Nutcracker]]
[[Category:Nutcracker]]

Revision as of 02:16, 30 November 2020

Page under construction, information subject to change.
  • PineCone BL-602 EVB (Evaluation Board):

Pine64 BL602 EVB photo-3-small.jpg


Pine64 BL602 EVB photo-1-small.jpg


BL602 Specifications

  • CPU: 32-bit RV32IMAFC RISC-V “SiFive E24 Core”
  • Memory:
    • 128KB ROM
    • 276KB SRAM
    • 1Kb eFuse
    • 2MB Embedded Flash
  • Security:
    • Secure boot
    • Secure debug
    • AES 128/192/256
    • SHA-1/224/256
    • TRNG (True Random Number Generator)
    • PKA (Public Key Accelerator)
  • Wireless:
    • Wi-Fi 802.11 b/g/n
    • Bluetooth® Low Energy 5.0
    • Wi-Fi Fast connection with BLE assistance
    • Wi-Fi and BLE coexistence
    • Wi-Fi Security WPS/WEP/WPA/WPA2/WPA3
    • STA, SoftAP and sniffer modes
    • Multi-Cloud connectivity
    • 2.4 GHz RF transceiver
    • Integrated RF balun, PA/LNA
  • Package Type:
    • 32 pin QFN 4mm x 4mm

BL602 Block Diagram.jpg


PineCone BL602 EVB information and schematics

  • Approximate dimensions: 26mm x 43mm
  • Board layout:

PADI-II EVB.png

  • PineCone BL602 EVB schematic ver 1.1
    • Note: Current schematic, cc1 and cc2 share one 5.1KOhm resistor. Next schematic design will separate out the cc1 and cc2 has it own 5.1KOhm resistors

Datasheets for components and peripherals


Misc notes

Planned to be available in at least three form factors:

  • NUT-01S -> ESP-01S
  • NUT-12S -> ESP-12S
  • NUT-15 -> RTL8723/AMPAK


Development efforts