Skip to content

Commit

Permalink
Mention v6 and v7.
Browse files Browse the repository at this point in the history
  • Loading branch information
arndtjonasson committed Jun 29, 2017
1 parent 43cf48b commit d514573
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions doc/moped-building.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,20 @@ raspi-config on the Raspberry Pi.
If VCU doesn't have a file system, create one. Copy these files to it:
autosar/boot/bootcode.bin
autosar/boot/start.elf
autosar/SCU/SCU-kernel-16.img
autosar/VCU/VCU-kernel-16.img
autosar/SCU/SCU-kernel-16-v7.img
autosar/VCU/VCU-kernel-16-v7.img

Create a file config.txt on the VCU file system, with one single line:
kernel=VCU-kernel-16.img
kernel=VCU-kernel-16-v7.img

(The number 16 refers to the frequency of the CAN card. Files also exist
for the frequency 20, but this is no longer used.)
(The number 16 refers to the frequency of the CAN card. Files also
exist for the frequency 20, but this is no longer used. v7 refers to
the architecture of the RPi 3; there are also files for v6, which is
used by RPi 1.)

3) Making SCU
Do the same as for VCU, except that the line in config.txt should be
kernel=SCU-kernel-16.img
kernel=SCU-kernel-16-v7.img



Expand All @@ -215,3 +217,5 @@ Turn the car on.

After a while (about one minute), the server should say that a car has
connected.

See moped-tests.txt for more comprehesive tests.

0 comments on commit d514573

Please sign in to comment.