• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/board/arcturus/aarch64-ucls1012a/readme.txt
Oleksandr ZhadanOleksandr Zhadan committed 363505241f015 Mar 2018
Raw file
Source viewDiff to previous
 
1
Arcturus uCLS1012A SoM
2
======================
3
​
4
This tutorial describes how to use the predefined Buildroot
5
configuration for the Arcturus uCLS101A SoM platform.
6
​
7
Additional information about the uCLS1012A System on Module can be found at
8
https://www.arcturusnetworks.com/products/ucls1012a
9
and product support for registered users at
10
https://www.arcturusnetworks.com/support
11
​
12
Building
13
--------
14
​
15
Return to the top directory <buildrootdir> and execute the following commands.
16
​
17
  make arcturus_ucls1012a_defconfig
18
  make
19
​
20
Result of the build
21
-------------------
22
​
23
After building, you should obtain this tree:
24
​
25
    output/images/
26
    +-- arc-ucls1012a.dtb
27
    +-- Image
28
    +-- part0-000000.itb
29
    +-- rootfs.cpio
30
    +-- rootfs.cpio.gz
31
    +-- rootfs.tar
32
    +-- u-boot.bin
33
    +-- ucls1012a.its
34
​
35
Flashing
36
--------
37
​
38
You'll need to program the image created by buildroot into the SPI NOR flash.
39
​
40
1. Reboot your module and via the serial console press <escape> to enter the B$
41
u-boot shell.
42
   From the shell you will need to update four environment variables replacing the
43
   IPv4 IP Address with ones that will work with your network and tftp server.
44
​
45
   B$ setenv ipaddr 192.168.1.81
46
   B$ setenv serverip 192.168.1.80
47
   B$ setenv gatewayip 192.168.1.1
48
   B$ setenv netmask 255.255.255.0
49
   B$ saveenv
50
​
51
2. Enable tftp server to serve the <buildrootdir>/output/images/ folder.
52
​
53
3. Program the new U-Boot binary (optional)
54
    If you don't feel confident upgrading your bootloader then don't do it,
55
    it's unnecessary most of the time.
56
​
57
    B$ tftp u-boot.bin
58
    B$ run program_uboot
59
​
60
4. Program the ITB image (includes Kernel, DTB and Ramdisk)
61
​
62
    B$ tftp part0-000000.itb
63
    B$ run iprogram
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.