Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CPython ipkg builds for RoboRIO

NotificationsYou must be signed in to change notification settings

robotpy/roborio-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository holds builds of Python for the RoboRIO, and associated buildscripts. You don't need to build this yourself, instead use the robotpy-installerand executerobotpy-installer download-python to download them.

Build process

Compiling this can eat up most of your RoboRIO's disk space, so you'll probablywant to reimage it before using the RoboRIO in a competition.

There are several non-automated steps:

  • You must execute this build from a Linux environment
  • Make a USB flash drive to be swap
    • Usecfdisk to partition your USB drive
    • Usemkswap to initialize the space
    • Mount it on the roborio viaswapon
  • Make another USB flash drive to be extra storage space
    • Usecfdisk to partition as linux partition
    • Usemkfs.ext2 to format it
    • Plug it into the roborio and you should see it at /media/sda1
    • Run the following to redirect the install folders to your drive:
mkdir /media/sda1/binmkdir /media/sda1/includemkdir /media/sda1/libmkdir /media/sda1/tmprmdir /usr/local/libln -s /media/sda1/bin /usr/local/binln -s /media/sda1/include /usr/local/includeln -s /media/sda1/lib /usr/local/lib

Once your RoboRIO is sufficiently mangled, execute this from your host:

make ROBORIO=roborio-XXXX-frc.local BUILD_HOME=/media/sda1 all

Building on a first generation RoboRIO takes about 6 to 7 hours.


[8]ページ先頭

©2009-2025 Movatter.jp