• Stars
    star
    202
  • Rank 193,691 (Top 4 %)
  • Language
  • Created over 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OS System image for CB1

SSH

login as: biqu
password: biqu

OS image

  • The latest system image is here
  • The source code is here

V2.3.0 OS Setting

WIFI Settings

  • After the OS writes to the SD card, there is a FAT32 partition named BOOT, open system.cfg file with Notpad, Notpad++ or VSCode.

  • Set WIFI_SSID as your actual wifi name and WIFI_PASSWD as your actual wifi password, The space character can be parsed normally without additional escape character.
    For example: WIFI_SSID="CB1 Tester"

Overlays Settings

  • After the OS writes to the SD card, there is a FAT32 partition named BOOT, open BoardEnv.txt file with Notpad, Notpad++ or VSCode.

  • Set as required as shown in the figure below.
    • set fdtfile to sun50i-h616-biqu-emmc for CB1 eMMC version, set fdtfile to sun50i-h616-biqu-sd (default value) for CB1 normal version
    • The default value is console=display, This means that the UART0 of CB1 is used as the debugging port by default. We can use MobaXterm to connect to CB1 by UART0 and debug. If klipper wants to use UART0 to control the motherboard, we need to set it to console=serial, now klippe can use UART0 as /dev/ttyS0.
    • CB1 will automatically identify the HDMI resolution, but if your HDMI screen cannot report the resolution through the EDID normally, we can forcibly specify the resolution of CB1 output by uncomment extraargs=video and set the actual resolution.
      For example:
      BTT-HDMI7 resolution = 1024x600: extraargs=video=HDMI-A-1:1024x600-24@60
      BTT-HDMI5 resolution = 800x480: extraargs=video=HDMI-A-1:800x480-24@60
    • Uncomment overlays=tft35_spi to enable TFT35 SPI screen.
    • Uncomment overlays=mcp2515 to enable MCP2515 spi to canbus module (Theoretically, it can be multiplexed with tft35_spi and 'spidev1.2' at the same time, but mcp2515 needs strong real-time, it is better not to enable other SPI1 features when using mcp2515).
    • uncomment overlays=spidev1_2 to release 'spidev1.2' to user space (For example: adxl345), spidev1.0 is used by MCP2515, spidev1.1 is used by tft35_spi.

  • NOTE: TFT35 SPI and MCP2515 multiplex a group of SPI1
    SPI1_CLK=PH6
    SPI1_MISO=PH8
    SPI1_MOSI=PH7
    TFT35_SPI_CS=PC7
    MCP2515_CS=PC11
    MCP2515_IRQ=PC9
    

CB1 eMMC Version

NOTE: The CB1 eMMC version can also use the SD card as the OS image source, and the priority of the SD card is higher than on-board eMMC, so when using the eMMC, remember not to insert the OS SD card

  1. Download the utility sunxi-fel to your computer (Mac OS is not supported) and download the CB1 driver For windows download sunxi-fel.exe For linux download sunxi-fel-aarch64 For arm download sunxi-fel-armhf

  2. Push the DIP switch (USB OTG) and (RPI BOOT) to ON to enter BOOT mode.
    As shown in the following figure is for PI4B_Adapter.
    For other motherboards, refer to the CM4 eMMC part of the motherboard manual to set the switch.
    For some motherboards (e.g. Manta-E3EZ, Manta-M8P-V1.1, Manta-M5P) with OTG/UART selector switch for Type-C, we also need to set the switch to OTG mode according to motherboard's manual

  3. USB driver for windows (Linux skip this step): refer to the official website of AllWinner

    • Download Zadig to the rescue
    • Enable Options->List All Devices

    • Select the USB device to install the driver(most likely will be "unknown"). Make sure the device USB ID is "1F3A:EFE8"). Click Install Driver after confirming that the information is correct

  4. Open the Powershell(windows) or console terminal(linux) where you downloaded the sunxi-fel tools and CB1 driver in step 1.

  5. Run
    .\sunxi-fel.exe -v ver (windows)
    sudo ./sunxi-fel-armhf -v ver (linux-armhf)
    sudo ./sunxi-fel-aarch64 -v ver (linux-aarch64)
    to check whether the USB of CB1 is connected normally.
    If you get ERROR: Allwinner USB FEL device not found! means that the USB is not recognized. Please recheck whether the driver is installed successfully.
    If you get AWUSBFEX soc=00001823(H616) means that CB1 eMMC is ready.

    Here on the first line is an example of error you will see if the driver did not install correctly. On the second line is an example of what it will look like after zadig has installed the driver correctly.

  6. Run
    .\sunxi-fel.exe uboot .\u-boot-sunxi-cb1-emmc.bin (windows)
    sudo ./sunxi-fel-armhf uboot ./u-boot-sunxi-cb1-emmc.bin (linux-armhf)
    sudo ./sunxi-fel-aarch64 uboot ./u-boot-sunxi-cb1-emmc.bin (linux-aarch64)
    to write u-boot to CB1

  7. When the uboot is written, the computer will recognize a USB flash disk, and then you can use balenaEtcher or Raspberry Pi Imager to write the OS image to eMMC. The steps are the same as the SD card version.

  8. Refor to Overlays Settings to set fdtfile to sun50i-h616-biqu-emmc

40 Pin GPIO

Pin BTT Pi CB1 eMMC CB1 CM4 CM4 CB1 CB1 eMMC BTT Pi Pin
Signal Description Signal Description Signal Description Signal Description Signal Description Signal Description Signal Description Signal Description
1 3.3V 3.3V 3.3V 3.3V 5V 5V 5V 5V 2
3 PC3 GPIO67 NC NC GPIO2 I2C1 SDA 5V 5V 5V 5V 4
5 PC0 GPIO64 NC NC GPIO3 I2C1 SCL GND GND GND GND 6
7 PC7 GPIO71 PI14 GPIO170 PC7 GPIO71 GPIO4 GPCLK0 GPIO14 UART TX PH0 GPIO224, UART0_TX PH0 GPIO224, UART0_TX PH0 GPIO224, UART0_TX 8
9 GND GND GND GND GPIO15 UART RX PH1 GPIO225, UART0_RX PH1 GPIO225, UART0_RX PH1 GPIO225, UART0_RX 10
11 PC14 GPIO78 PI15 GPIO271 PC14 GPIO78 GPIO17 SPI1 CE1 GPIO18 PCM CLK PC13 GPIO77 PI7 GPIO263 PC13 GPIO77 12
13 PC12 GPIO76 PI6 GPIO262 PC12 GPIO76 GPIO27
GND GND GND GND 14
15 PC10 74 PI4 GPIO260 PC10 GPIO74 GPIO22
GPIO23
PC11 GPIO75 PI5 GPIO261 PC11 GPIO75 16
17 3.3V 3.3V 3.3V 3.3V GPIO24
PC9 GPIO73 PI3 GPIO259 PC9 GPIO73 18
19 PH7 GPIO231, SPI1_MOSI PH7 GPIO231, SPI1_MOSI PH7 GPIO231, SPI1_MOSI GPIO10 SPI0 MOSI GND GND GND GND 20
21 PH8 GPIO232, SPI1_MISO PH8 GPIO232, SPI1_MISO PH8 GPIO232, SPI1_MISO GPIO9 SPI0 MISO GPIO25
NC NC PG13 GPIO205 22
23 PH6 GPIO230, SPI1_CLK PH6 GPIO230, SPI1_CLK PH6 GPIO230, SPI1_CLK GPIO11 SPI0 SCLK GPIO8 SPI0 CE0 NC NC PG12 GPIO204 24
25 GND GND GND GND GPIO7 SPI0 CE1 PG8 GPIO200 PI11 GPIO267 PI9 GPIO265 26
27 PC2 GPIO66 NC NC GPIO0 EEPROM SDA GPIO1 EEPROM SCL PG7 GPIO199 PI10 GPIO266 PI10 GPIO266 28
29 PC4 GPIO68 NC NC GPIO5 GPCLK1 GND GND GND GND 30
31 PI5 GPIO261 PI9 GPIO265 PG6 GPIO198 GPIO6 GPCLK2 GPIO12 PWM0 PG9 GPIO201 PI12 GPIO268 PI6 GPIO262 32
33 PI14 GPIO270 NC NC GPIO13 PWM1 GND GND GND GND 34
35 PC6 GPIO70 PI1 GPIO257 PC6 GPIO70 GPIO19 PCM FS GPIO16 SPI1 CE2 NC NC PG11 GPIO203 36
37 PC15 GPIO79 PI13 GPIO269 PC15 GPIO79 GPIO26
GPIO20 PCM DIN PH10 GPIO234, IR_RX PH10 GPIO234, IR_RX PH4 GPIO228 38
39 GND GND GND GND GPIO21 PCM DOUT PC8 GPIO72 PI2 GPIO258 PC8 GPIO72 40

Note

Here’s BIGTREETECH! For Makers, by makers!

  • We appreciate all of your support to BIGTREETECH! To offer an excellent experience of creation to every makers,We’re devoted to design and produce high-quality and durable accessories!

How to contact:

If you have any technical issue,please don’t hesitate contact us:

Follow us on social media to get more news:

Purchase link:

More Repositories

1

BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
C++
1,789
star
2

BIGTREETECH-TouchScreenFirmware

support TFT35 V1.0/V1.1/V1.2/V2.0/V3.0, TFT28, TFT24 V1.1, TFT43, TFT50, TFT70
C
1,183
star
3

BIGTREETECH-SKR-V1.3

32bit board with LPC1768, support marlin2.0 and smoothieware, support lcd2004/12864, On-board TMC2130 SPI interface and TMC2208 UART interface no additional wiring is required
C++
967
star
4

BIGTREETECH-OCTOPUS-V1.0

This is Octopus open source material
C
445
star
5

BIGTREETECH-SKR-PRO-V1.1

Aiming at some problems existing in 3D printed motherboards in the market. Bigtree Technology Co., Ltd. launched a high performance 3D printer master board with STM32F407ZGT6 as the core controller, BIGTREETECH-SKR-PRO-V1.1.
C++
257
star
6

BIGTREETECH-TFT35-V3.0

TFT35 V3.0 is a medium size, dual-mode, ultra-clear 3D printer display and it is designed by Bigtree Technology co.,LTD. It is an excellent replacement for the standard 12864 LCD displays.
237
star
7

EBB

232
star
8

BTT-TFT35-E3-V3.0

BIGTREETECH TFT35-E3 V3.0 is a medium size, dual-mode, ultra-clear 3D printing machine display launched by the 3D printing team of Shenzhen BIGTREE Technology CO., LTD., which can perfectly replace the original LCD screen of Ender3 printer.
OpenSCAD
225
star
9

SKR-2

C++
185
star
10

BIGTREETECH-OCTOPUS-Pro

This is OCTOPUS Pro open source material
183
star
11

BIGTREETECH-TMC2209-V1.2

TMC2209 is an ultra-silent motor driver IC for two-phase stepper motors. Its continuous drive current is 2A and peak current is 2.8A. Compared with TMC2208, the driving current of this IC is not only improved by 0.6a-0.8a, but also this IC increases the function of locked-motor test.
183
star
12

OctoBTT

OctoBTT
C++
155
star
13

smart-filament-detection-module

149
star
14

BIQU-B1

G-code
130
star
15

SKR-Pico

124
star
16

BIGTREETECH-SKR-E3-DIP-V1.0

BIGTREETECH SKR-E3-DIP-V1.0 motherboard is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
C++
121
star
17

BIGTREETECH-TouchScreenHardware

This library contains all the open source materials of BIGTREETECH touch screen hardware.
118
star
18

SKR-3

C++
116
star
19

Manta-M8P

114
star
20

Bigtree3DPluginSuit

Gcode model preview icon
Python
111
star
21

BIGTREETECH-Relay-V1.2

BIGTREETECH Relay V1.2 is an upgrade of the original (BIGTREETECH V1.0). After upgrading, a small MCU was added on the module to make the module more controllable and stable. Besides, we have also increased short circuit detection circuit. After connecting the 5V and GND on the motherboard to the module, if there is a 5V short circuit, the module will immediately power off to prevent damage on the motherboard and the risk of fire caused by short circuit.
102
star
22

BIGTREETECH-S42B-V1.0

The closed-loop drive is to feedback the rotation angle of the stepping motor to the control panel, compare the distance that needs to be rotated with the distance of the actual rotation, calculate the error value, and then compensate, so as to prevent the problem of multi-step and lost step. The closed-loop drive can completely overcome the lost step of the open-loop stepping motor, and can also significantly improve the performance of the motor at high speed
C
100
star
23

BIGTREETECH-GTR-V1.0

BIGTREETECH GTR V1.0 motherboard is a high-performance 3D printer main control board with the core controller STM32F407IGT6, which was launched by the 3D printing team of ShenZhen BigTree Technology CO.,LTD ., aiming at solving some problems existing in the motherboard market. The BIGTREETECH GTR V1.0 is the motherboard, and the BIGTREETECH M5 V1.0 is the expansion board.
C++
89
star
24

BIGTREETECH-Stepper-Motor-Driver

C
84
star
25

BIGTREETECH-SKR-E3-Turbo

C++
76
star
26

ramps-1.6

The RAMPS 1.6 is the second RAMPS iteration released by BIGTREETECH. It replaces the original green power connector with a pair of screw terminals, adds a larger heatsink over the MOSFETS, and has a larger bed MOSFET. It maintains the surface-mounted fuses and flush MOSFETS of the RAMPS 1.5.
C++
76
star
27

BIGTREETECH-MINI-UPS-V2.0

BigTree Technology Co., Ltd. developed this power failure module to detect a power failure during printing and ensuring the print can be resumed after power is returns.
71
star
28

BIGTREETECH-TMC2208-V3.0

68
star
29

KNOMI

C
62
star
30

U2C

61
star
31

BTT-Expansion-module

BTT EXP MOT V1.0、BTT RRF WiFi V1.0、BTT EEPROM V1.0
57
star
32

CB1-Kernel

C
56
star
33

BTT-SD-TF-Cloud-V1.0

BTT SD/TF Cloud V1.0 is launched by the 3D printing team of ShenZhen BigTree Technology CO.,LTD ., which is a module for wireless file transmission between the master computer and the 3D printer, so that you can get rid of the constraint of plugging SD card.
54
star
34

BIQU-BX

BIQU-BX 3D Printer
C++
53
star
35

BTT-E3-RRF

G-code
52
star
36

HermitCrab

51
star
37

BIGTREETECH-TFT24-V1.1

BIGTREETECH TFT24-V1.1 is a small volume ultra-clear 3D printer display board. It can work in two modes. The board is launched by the 3D printing team of Shenzhen BIGTREE Technology co., LTD. This board can replace LCD12864 for use.
50
star
38

BIGTREETECH-TMC5160-V1.0

The TMC5160 contains the complete intelligence which is required to drive a motor. Receiving target positions the TMC5160 manages motor movement. Based on TRINAMICs unique features stallGuard2, coolStep, dcStep, spreadCycle, and stealthChop, the TMC5160 optimizes drive performance. It trades off velocity vs. motor torque, optimizes energy efficiency, smoothness of the drive, and noiselessness.οΌ›2-phase stepper motors up to 20A coil current (external MOSFETs) Motion Controller with sixPointβ„’ ramp
46
star
39

BTT-WRITER-V1.0

BigTree Technology Co., Ltd. developed this module for the use on firmware flashing, serial port debugging and so on.
45
star
40

Raspberry-Pad

43
star
41

BIGTREETECH-SKR-V1.1

32bit board with LPC1768, support marlin2.0 and smoothieware
C++
42
star
42

BIGTREETECH-TMC2130-V3.0

41
star
43

BTT-Pi

40
star
44

PI4B-Adapter

39
star
45

BIGTREETECH-TFT35-V1.2

3.5inch Serial Port Touch Screen, Support Marlin/Smoothieware/etc..
C
37
star
46

BIGTREETECH-TFT35-V2.0

BIGTREETECH TFT35-V2.0 is a medium size and ultra-clear 3D printing machine display launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD.
35
star
47

MINI-12864

BGTHREETECH MINI 12864 V1.0
35
star
48

BIGTREETECH-SKR-MINI-V1.1

ARM Cortex-M3 series STM32F103RCT6 chip with 32-bit CPU 72MHz. Equipped with highly modular open source firmware Marlin2.0, convenient for users DIY and secondary development, exempt from the worries of the core code;
C++
34
star
49

Manta-E3EZ

31
star
50

BIGTREETECH-SKR-CR6

C
30
star
51

Octopus-Max-EZ

C++
29
star
52

MMU2-DIP

MMU 3-axis stepper control
C++
28
star
53

BIQU-B1-SE-PLUS

B1SE firmware ,B1SE PLUS firmware and B1 SE PLUS IDEX FILE
G-code
27
star
54

Manta-M5P

26
star
55

TFT35-SPI

24
star
56

Manta-M4P

24
star
57

BiQU_Tool

A 3D Preview Tool
23
star
58

BIGTREETECH-S42A-V1.0

The closed-loop drive is to feedback the rotation angle of the stepping motor to the control panel, compare the distance that needs to be rotated with the distance of the actual rotation, calculate the error value, and then compensate, so as to prevent the problem of multi-step and lost step. The closed-loop drive can completely overcome the lost step of the open-loop stepping motor, and can also significantly improve the performance of the motor at high speed
C++
23
star
59

H2-Series

22
star
60

TMC2209-V1.1

TMC2209 is an ultra-silent motor driver IC for two-phase stepper motors. Its continuous drive current is 2A and peak current is 2.8A. Compared with TMC2208, the driving current of this IC is not only improved by 0.6a-0.8a, but also this IC increases the function of locked-motor test.
21
star
61

BigtreeDesignAssistant

3D-Printer TFT Preview and Replace icon
QML
20
star
62

Tango-3D-Printer-Motherboard

An Open Source ATMEGA2560 based 3D printer controller board.
20
star
63

Pad7

19
star
64

IO2CAN

18
star
65

docs

Shell
16
star
66

OctoBTT_V2_GUI_Sigma

OctoBTT new version of the GUI test source code, include the deployer
C++
15
star
67

BIGTREETECH-MAX31865

BIGTREETECH-MAX31865 V1.0 and V2.0
15
star
68

BIGTREETECH-SKR-MINI-MZ

C++
15
star
69

MicroProbe

15
star
70

BIGTREETECH-TMC5161-V1.0

14
star
71

BIGTREETECH-EZ-Driver

13
star
72

btt-mainsail-theme

BigTreeTech theme for mainsail
CSS
11
star
73

BIGTREETECH-TMC2130-V2.0

Configuration:CFG microsteps: Up to 1/256 microPlyer: 1/256 Logic Voltage VI0: 3-5V Motor Voltage : 5.5-46V Motor Phase Current: 1.2A RMS, 2.5A Peak;
11
star
74

Rumba32

C++
10
star
75

Document

10
star
76

BIQU-Hurakan

10
star
77

BIGTREETECH-TMC2130-V1.1

Configuration: CFG/SPI microsteps: Up to 1/256 microPlyer: 1/256 Logic Voltage VI0: 3-5V Motor Voltage : 5.5-46V Motor Phase Current: 1.2A RMS, 2.5A Peak
C
9
star
78

BIGTREETECH-TMC2208-V2.1

TMC2208 single-axis stepper motor drive chip, power tube built-in drive current 1.4A peak current 2A, voltage range 4.75V-36V, 256 subdivision;MicroPlyer: 1/2, 1/4, 1/8, 1/16, 1/32
9
star
79

BIGTREETECH-TMC2225-V1.0

The TMC2225 are ultra-silent motor driver ICs for two-phase stepper motors.
8
star
80

BIQU-B2

G-code
8
star
81

BIQU-Thunder

C++
7
star
82

bigtreetech.github.io

HTML
6
star
83

BTT002-V1.0

6
star
84

BIGTREETECH-TFT35-MZ

6
star
85

BIQU-Legend

C
5
star
86

BIGTREETECH-TFT2.8

5
star
87

sunxi-tools

4
star
88

BIQU-B1-SE

Open source materials containing BIQU B1 SE and B1 SE PLUS two machines
3
star
89

Terminator

3
star
90

BIGTREETECH-TMC2208-V1.0

Configuration:CFG or UART microsteps: Up to 1/256 microPlyer: 1/256 Logic Voltage VI0: 3-5V Motor Voltage : 5.5-36V Motor Phase Current: 1.2A RMS, 2.0A Peak
3
star
91

ADXL345

1
star
92

TFT43-DIP

DPI Driver
1
star
93

BIGTREETECH-ST820-V1.0

Supply voltage from 7 V to 45 V.Output current up to 1.5 A rms for each motor phase.Stepper motor driving with a microstepping resolution up to 1/256th of step
1
star
94

MMB-Cubic

1
star